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

Unified Diff: mojo/mojo_public.gyp

Issue 1772503002: Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index b9c5b8b44af54dd3dbe7fb4d02a9d15185eb2a50..a02144a9436214d173a32a4cdb0efad2288a5b4b 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -74,8 +74,8 @@
},
{
# GN version: //mojo/public/cpp/system
- 'target_name': 'mojo_cpp_system',
- 'type': 'static_library',
+ 'target_name': 'mojo_system_cpp_headers',
+ 'type': 'none',
'sources': [
'public/cpp/system/buffer.h',
'public/cpp/system/core.h',
@@ -84,11 +84,8 @@
'public/cpp/system/handle.h',
'public/cpp/system/macros.h',
'public/cpp/system/message_pipe.h',
- 'public/cpp/system/watcher.cc',
- 'public/cpp/system/watcher.h',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
+ ],
+ 'dependencies': [
'mojo_system_headers',
],
},
@@ -190,7 +187,7 @@
],
'dependencies': [
'../base/base.gyp:base',
- 'mojo_cpp_system',
+ 'mojo_message_pump_lib',
'mojo_interface_bindings_cpp_sources',
],
},
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698