Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_unittest.cc ('k') | ipc/mojo/ipc_mojo_bootstrap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo.gyp
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
index 313ecb2c99c31f66a8bbf0ebd338717db7701153..a60782c3103d498108bcf8e24e7e85725231c49d 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -23,11 +23,10 @@
'../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
- 'client_channel.mojom',
'async_handle_waiter.cc',
'async_handle_waiter.h',
'ipc_channel_mojo.cc',
@@ -63,8 +62,8 @@
'../../base/base.gyp:base_i18n',
'../../base/base.gyp:test_support_base',
'../../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../testing/gtest.gyp:gtest',
- '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'ipc_mojo',
],
@@ -91,8 +90,8 @@
'../../base/base.gyp:test_support_base',
'../../base/base.gyp:test_support_perf',
'../../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../testing/gtest.gyp:gtest',
- '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'ipc_mojo',
],
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_unittest.cc ('k') | ipc/mojo/ipc_mojo_bootstrap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698