aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-29 16:25:17 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-30 17:45:02 -0800
commit5b7cdefb681977357573d9eac866520610d19fa5 (patch)
tree45411f6060a9c97be5db23f53ef8639b30d7b4a1 /grpc.gyp
parente5df91f477a27ce71a39bca928677b2f08649615 (diff)
Rename port_hermetic to port_isolated_runtime_environment
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 7e6a06c876..b07696d316 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -511,7 +511,7 @@
'test/core/util/parse_hexstring.cc',
'test/core/util/passthru_endpoint.cc',
'test/core/util/port.cc',
- 'test/core/util/port_hermetic.cc',
+ 'test/core/util/port_isolated_runtime_environment.cc',
'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',
@@ -722,7 +722,7 @@
'test/core/util/parse_hexstring.cc',
'test/core/util/passthru_endpoint.cc',
'test/core/util/port.cc',
- 'test/core/util/port_hermetic.cc',
+ 'test/core/util/port_isolated_runtime_environment.cc',
'test/core/util/port_server_client.cc',
'test/core/util/slice_splitter.cc',
'test/core/util/tracer_util.cc',