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

Unified Diff: mojo/mojo.gyp

Issue 23913008: C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 567452f54381fc2bc68bb161b229884f365595df..724e76fd57efc4f2a37caa200ce9dc6341f3a50b 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -118,5 +118,18 @@
'system/waiter_unittest.cc',
],
},
+ {
+ 'target_name': 'mojo_bindings_test',
+ 'type': 'executable',
+ 'include_dirs': [
+ '..'
+ ],
+ 'sources': [
+ 'public/bindings/generated/sample_service_proxy.cc',
+ 'public/bindings/generated/sample_service_stub.cc',
+ 'public/bindings/sample_test.cc',
+ 'public/bindings/bindings_internal.cc',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | mojo/public/bindings/bindings.h » ('j') | mojo/public/bindings/generated/sample_service_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698