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

Unified Diff: chrome/browser/resources/settings/controls/compiled_resources.gyp

Issue 1420533011: [MD settings] change dropdown to accept array of objects rather than array of tuples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@appearance50p
Patch Set: trybot fix Created 5 years, 1 month 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/controls/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/controls/compiled_resources.gyp b/chrome/browser/resources/settings/controls/compiled_resources.gyp
index 043d0c721fc80dfe09136ac4923f0f19f59c03c2..7a9a788ca59c5a1cb017ce0185fc25bd2c8797ba 100644
--- a/chrome/browser/resources/settings/controls/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/controls/compiled_resources.gyp
@@ -7,10 +7,10 @@
'target_name': 'settings_checkbox',
'variables': {
'depends': [
- '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
- '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
'../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js',
'../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
],
'externs': [
'../../../../../third_party/closure_compiler/externs/settings_private.js'
@@ -38,10 +38,10 @@
'target_name': 'settings_input',
'variables': {
'depends': [
- '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
- '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
'../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js',
'../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_behavior.js',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
],
'externs': [
'../../../../../third_party/closure_compiler/externs/settings_private.js'

Powered by Google App Engine
This is Rietveld 408576698