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

Unified Diff: content/content_tests.gypi

Issue 259823005: Add GN targets for mojom generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 8334124d187dd884650d59e2e0234ea1a0b1ef39..213168dca40556754a75a45baf75cdcae71d603e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -991,7 +991,7 @@
'target_name': 'web_ui_test_mojo_bindings',
'type': 'static_library',
'dependencies': [
- '../mojo/mojo.gyp:mojo_bindings',
+ '../mojo/mojo.gyp:mojo_cpp_bindings',
],
'sources': [
'test/data/web_ui_test_mojo_bindings.mojom',
@@ -1003,7 +1003,7 @@
},
'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
- '../mojo/mojo.gyp:mojo_bindings',
+ '../mojo/mojo.gyp:mojo_cpp_bindings',
],
},
{
@@ -1026,9 +1026,10 @@
'../ipc/ipc.gyp:test_support_ipc',
'../media/media.gyp:media_test_support',
'../media/media.gyp:shared_memory_support',
- '../mojo/mojo.gyp:mojo_bindings',
'../mojo/mojo.gyp:mojo_common_test_support',
+ '../mojo/mojo.gyp:mojo_cpp_bindings',
'../mojo/mojo.gyp:mojo_environment_chromium',
+ '../mojo/mojo.gyp:mojo_js_bindings',
'../mojo/mojo.gyp:mojo_service_manager',
'../mojo/mojo.gyp:mojo_system_impl',
'../net/net.gyp:net_test_support',

Powered by Google App Engine
This is Rietveld 408576698