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

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: Get content builds to work 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index fc0d3a3189e274552c123b4ec0d5fdcaea6b35a2..f23ba556f8a757a2dc2b95e129d689e85c50cc6a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -960,7 +960,6 @@
'type': 'static_library',
'dependencies': [
'../mojo/mojo.gyp:mojo_bindings',
- '../mojo/mojo.gyp:mojo_system',
],
'sources': [
'test/data/web_ui_test_mojo_bindings.mojom',
@@ -973,7 +972,6 @@
'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'../mojo/mojo.gyp:mojo_bindings',
- '../mojo/mojo.gyp:mojo_system',
],
},
{
@@ -999,7 +997,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',

Powered by Google App Engine
This is Rietveld 408576698