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

Unified Diff: content/content_tests.gypi

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the mac loader path dependencies Created 6 years, 8 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 | « content/content_common_mojo_bindings.gypi ('k') | mojo/embedder/embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index a9b801da05c9a5f17e754ac6ceccb7c13d6e31d3..4b31cb8a742bf440a180ce9f578e938e57ff6780 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -954,7 +954,6 @@
'type': 'static_library',
'dependencies': [
'../mojo/mojo.gyp:mojo_bindings',
- '../mojo/mojo.gyp:mojo_system',
],
'sources': [
'test/data/web_ui_test_mojo_bindings.mojom',
@@ -967,7 +966,6 @@
'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'../mojo/mojo.gyp:mojo_bindings',
- '../mojo/mojo.gyp:mojo_system',
],
},
{
@@ -993,7 +991,6 @@
'../mojo/mojo.gyp:mojo_bindings',
'../mojo/mojo.gyp:mojo_environment_chromium',
'../mojo/mojo.gyp:mojo_service_manager',
- '../mojo/mojo.gyp:mojo_system',
'../mojo/mojo.gyp:mojo_system_impl',
'../net/net.gyp:net_test_support',
'../ppapi/ppapi_internal.gyp:ppapi_host',
« no previous file with comments | « content/content_common_mojo_bindings.gypi ('k') | mojo/embedder/embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698