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

Unified Diff: mojo/mojo.gyp

Issue 120503003: run aura_demo as a mojo app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « mojo/examples/compositor_app/gles2_client_impl.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
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 2691f1b97b20e0889198582d2905c6a1fcaa0ce4..55c689f4080f91cc9a747ef6d53ff02e55a07421 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -37,6 +37,13 @@
'mojo_utility',
'mojo_utility_unittests',
],
+ 'conditions': [
+ ['use_aura==1', {
+ 'dependencies': [
+ 'mojo_aura_demo',
+ ],
+ }],
+ ]
},
{
'target_name': 'mojo_run_all_unittests',
« no previous file with comments | « mojo/examples/compositor_app/gles2_client_impl.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698