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

Unified Diff: mojo/mojo_base.gyp

Issue 1722543003: Mojo bindings environment: remove usage in mojo/edk/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/message_pump/handle_watcher.h ('k') | mojo/mojo_edk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 8f540766f71172f8b11b20759b8b66396fc1d39c..890ab4183fcdc70062632d66cdd8e011d85fafdf 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -36,31 +36,6 @@
'type': 'none',
},
{
- # GN version: //mojo/message_pump
- 'target_name': 'mojo_message_pump_lib',
- 'type': '<(component)',
- 'defines': [
- 'MOJO_MESSAGE_PUMP_IMPLEMENTATION',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(mojo_system_for_component)',
- ],
- 'export_dependent_settings': [
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- ],
- 'sources': [
- 'message_pump/handle_watcher.cc',
- 'message_pump/handle_watcher.h',
- 'message_pump/message_pump_mojo.cc',
- 'message_pump/message_pump_mojo.h',
- 'message_pump/message_pump_mojo_handler.h',
- 'message_pump/time_helper.cc',
- 'message_pump/time_helper.h',
- ],
- },
- {
# GN version: //mojo/common
'target_name': 'mojo_common_lib',
'type': '<(component)',
@@ -135,8 +110,8 @@
'mojo_edk.gyp:mojo_common_test_support',
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_environment_chromium',
- 'mojo_message_pump_lib',
'mojo_public.gyp:mojo_cpp_bindings',
+ 'mojo_public.gyp:mojo_message_pump_lib',
'mojo_public.gyp:mojo_public_test_utils',
'mojo_url_type_converters',
],
@@ -182,7 +157,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- 'mojo_message_pump_lib',
+ 'mojo_public.gyp:mojo_message_pump_lib',
'<(mojo_system_for_component)',
],
'sources': [
@@ -244,7 +219,7 @@
'dependencies': [
'../base/base.gyp:base_i18n',
'mojo_application_bindings',
- 'mojo_message_pump_lib',
+ 'mojo_public.gyp:mojo_message_pump_lib',
'mojo_services.gyp:network_type_converters',
],
},
« no previous file with comments | « mojo/message_pump/handle_watcher.h ('k') | mojo/mojo_edk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698