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

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
« no previous file with comments | « no previous file | mojo/public/bindings/test.cc » ('j') | mojo/public/bindings/test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index e323d28810962ef494114626d4fe279bd768f9d4..0ff2f3f3f8ff5ffd23289b7888ab95f9f9be8a66 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -45,5 +45,15 @@
'public/libs/message/message_unittest.cc',
],
},
+ {
+ 'target_name': 'mojo_bindings_test',
+ 'type': 'executable',
+ 'include_dirs': [
+ '..'
+ ],
+ 'sources': [
+ 'public/bindings/test.cc',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | mojo/public/bindings/test.cc » ('j') | mojo/public/bindings/test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698