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

Unified Diff: chrome/chrome_resources.gyp

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index fb3d93a4f8984250a6ff44f1d989da70af7e4f7f..3b3ece1da0ddcf05fe9a68675d9b79fd0dac27e8 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -490,6 +490,11 @@
'<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
],
}],
+ ['enable_app_list==1', {
+ 'dependencies': [
+ '<(DEPTH)/ui/app_list/resources/app_list_resources.gyp:app_list_resources',
+ ],
+ }],
['OS != "mac" and OS != "ios"', {
# Copy pak files to the product directory. These files will be picked
# up by the following installer scripts:

Powered by Google App Engine
This is Rietveld 408576698