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

Unified Diff: chrome/chrome_resources.gyp

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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
===================================================================
--- chrome/chrome_resources.gyp (revision 211235)
+++ chrome/chrome_resources.gyp (working copy)
@@ -354,6 +354,11 @@
'<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
],
}],
+ ['use_aura==1 and use_ash==0', {
rjkroege 2013/07/15 21:53:32 this probably needs a comment.
Peter Mayo 2013/07/15 22:11:02 Done.
+ 'dependencies': [
+ '<(DEPTH)/ash/ash.gyp:ash_resources',
+ ],
+ }],
['use_ash==1', {
'dependencies': [
'<(DEPTH)/ash/ash.gyp:ash_resources',
« 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