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

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

Issue 1896283003: [MD settings] appearance theme and wallpaper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @private Created 4 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/appearance_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp b/chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp
index 8a19e998f0633ce353c40fde837bf6babce05277..dc3d63051334db35497ecdd657b1ff8927d8ade6 100644
--- a/chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/appearance_page/compiled_resources2.gyp
@@ -16,6 +16,15 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'appearance_browser_proxy',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):chrome_send',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'appearance_page',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
@@ -25,7 +34,8 @@
'<(EXTERNS_GYP):settings_private',
'<(EXTERNS_GYP):chrome_send',
'../controls/compiled_resources2.gyp:settings_dropdown_menu',
- '../settings_page/compiled_resources2.gyp:settings_animated_pages'
+ '../settings_page/compiled_resources2.gyp:settings_animated_pages',
+ 'appearance_browser_proxy',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698