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

Unified Diff: mojo/mojo_public.gyp

Issue 1811853004: Mojo C++ bindigns: fix generated namespace when variant is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing new file Created 4 years, 9 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: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index bb12a5b1829d23a702301641ee63b6a139892580..8c5961d97a093859039ef4ec207447b76555e019 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -508,6 +508,17 @@
],
'includes': [ 'mojom_bindings_generator.gypi' ],
},
+ {
+ 'target_name': 'mojo_public_test_variant',
+ 'type': 'static_library',
+ 'variables': {
+ 'mojom_variant': 'test_variant',
+ },
+ 'sources': [
+ 'public/interfaces/bindings/tests/test_variant.mojom',
+ ],
+ 'includes': [ 'mojom_bindings_generator.gypi' ],
+ },
],
'conditions': [
['OS == "android"', {

Powered by Google App Engine
This is Rietveld 408576698