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

Unified Diff: chrome/chrome_repack_chrome_100_percent.gypi

Issue 18470007: Swtich guard from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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 | chrome/chrome_repack_chrome_200_percent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_chrome_100_percent.gypi
===================================================================
--- chrome/chrome_repack_chrome_100_percent.gypi (revision 211235)
+++ chrome/chrome_repack_chrome_100_percent.gypi (working copy)
@@ -15,10 +15,13 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
],
}],
- ['use_aura==1', {
+ ['use_ash==1', {
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_resources_100_percent.pak',
],
+ 'dependencies': [
+ 'ash/ash_resources:ash_resources'
+ ],
Peter Mayo 2013/07/15 22:58:36 dependencies don't work on actions, they work on t
}],
],
},
« no previous file with comments | « no previous file | chrome/chrome_repack_chrome_200_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698