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', |