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

Unified Diff: chrome/browser/resources/settings/android_apps_page/compiled_resources2.gyp

Issue 2796783005: MD Settings: Google Play Store: Add subpage and polish (Take 2) (Closed)
Patch Set: nit Created 3 years, 8 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/browser/resources/settings/android_apps_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/android_apps_page/compiled_resources2.gyp b/chrome/browser/resources/settings/android_apps_page/compiled_resources2.gyp
index 655b3eb06687cf0dffa2c97281927efa96ed0caf..68c188bb7d39e234fc30e3ff52c6c49aac48fcb7 100644
--- a/chrome/browser/resources/settings/android_apps_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/android_apps_page/compiled_resources2.gyp
@@ -14,9 +14,19 @@
{
'target_name': 'android_apps_page',
'dependencies': [
- '../controls/compiled_resources2.gyp:settings_checkbox',
+ '../compiled_resources2.gyp:route',
+ '../prefs/compiled_resources2.gyp:prefs_behavior',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
+ '<(EXTERNS_GYP):settings_private',
+ 'android_apps_browser_proxy',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'android_apps_subpage',
+ 'dependencies': [
+ '../compiled_resources2.gyp:route',
'../prefs/compiled_resources2.gyp:prefs_behavior',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
'android_apps_browser_proxy',
],

Powered by Google App Engine
This is Rietveld 408576698