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

Unified Diff: build/all.gyp

Issue 8113022: Adds aura_builder target to all.gyp so that we can use it from the bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 6e4ef8c65436bd9b2d195fb98da947ecb5b05d80..fe75808db2738045f05629b8c44be1eadd938979 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -598,5 +598,23 @@
},
], # targets
}], # "chromeos==1"
+ ['use_aura==1', {
+ 'targets': [
+ {
+ 'target_name': 'aura_builder',
+ 'type': 'none',
+ 'dependencies': [
+ '../ui/aura_shell/aura_shell.gyp:aura_shell_exe',
+ '../ui/aura/aura.gyp:*',
+ '../ui/gfx/compositor/compositor.gyp:*',
+ '../views/views.gyp:views',
+ '../views/views.gyp:views_aura_desktop',
+ '../views/views.gyp:views_desktop',
+ '../views/views.gyp:views_desktop_lib',
+ '../views/views.gyp:views_unittests',
+ ],
+ },
+ ], # targets
+ }], # "use_aura==1"
], # conditions
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698