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

Unified Diff: chrome/chrome_repack_chrome_200_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
Index: chrome/chrome_repack_chrome_200_percent.gypi
===================================================================
--- chrome/chrome_repack_chrome_200_percent.gypi (revision 211235)
+++ chrome/chrome_repack_chrome_200_percent.gypi (working copy)
@@ -15,10 +15,13 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_200_percent.pak',
],
}],
- ['use_aura==1', {
+ ['use_ash==1', {
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_resources_200_percent.pak',
],
+ 'dependencies': [
+ 'ash/ash_resources:ash_resources'
+ ],
}],
],
},
« chrome/chrome_repack_chrome_100_percent.gypi ('K') | « chrome/chrome_repack_chrome_100_percent.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698