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

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

Issue 2158713002: MD Settings: actually compile settings_ui.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on 2155063003 Created 4 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
Index: chrome/browser/resources/settings/settings_ui/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/settings_ui/compiled_resources2.gyp b/chrome/browser/resources/settings/settings_ui/compiled_resources2.gyp
index c41566669245ec00a38e5b471db348b92406e4b9..4172d4b7f1e5d2f23ec7ad5f235d24fd652e83ef 100644
--- a/chrome/browser/resources/settings/settings_ui/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/settings_ui/compiled_resources2.gyp
@@ -5,8 +5,12 @@
'targets': [
{
'target_name': 'settings_ui',
- 'dependencies': ['../compiled_resources2.gyp:direction_delegate'],
- 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-drawer/compiled_resources2.gyp:app-drawer-extracted',
+ '../compiled_resources2.gyp:direction_delegate',
+ '../settings_main/compiled_resources2.gyp:settings_main',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698