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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1517043004: [mojo] Add typemap and variant support to generators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pickle3
Patch Set: set proper upstream Created 5 years 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/public/tools/bindings/pylib/mojom/generate/generator.py ('k') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_edk_tests.gyp
diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
index c0916bf9b75b571d02e57d5bfc569a41ce066ce4..d56494abb2dc293c8de51d0347aab27bf0a98252 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -41,15 +41,21 @@
'mojo_public.gyp:mojo_public_bindings_test_utils',
'mojo_public.gyp:mojo_public_test_associated_interfaces',
'mojo_public.gyp:mojo_public_test_interfaces',
+ 'mojo_public.gyp:mojo_public_test_interfaces_blink',
+ 'mojo_public.gyp:mojo_public_test_interfaces_chromium',
'mojo_public.gyp:mojo_public_test_utils',
'mojo_public.gyp:mojo_utility',
],
'sources': [
'../../mojo/public/cpp/bindings/tests/array_unittest.cc',
'../../mojo/public/cpp/bindings/tests/associated_interface_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/binding_callback_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/binding_unittest.cc',
'../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc',
'../../mojo/public/cpp/bindings/tests/buffer_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/callback_unittest.cc',
'../../mojo/public/cpp/bindings/tests/connector_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/constant_unittest.cc',
'../../mojo/public/cpp/bindings/tests/container_test_util.cc',
'../../mojo/public/cpp/bindings/tests/equals_unittest.cc',
'../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc',
@@ -67,6 +73,7 @@
'../../mojo/public/cpp/bindings/tests/string_unittest.cc',
'../../mojo/public/cpp/bindings/tests/struct_unittest.cc',
'../../mojo/public/cpp/bindings/tests/type_conversion_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/union_unittest.cc',
'../../mojo/public/cpp/bindings/tests/validation_unittest.cc',
],
},
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom/generate/generator.py ('k') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698