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

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

Issue 1369403006: Add cr-policy-network-indicator and add to internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate policy indicator strings 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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/controls/settings_checkbox.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ae603dbceec84a7c7bfbe8eae33625d4a9ac43e1..f941f2699934aea96395b6b360fac4e6941fbb60 100644
--- a/chrome/browser/resources/settings/controls/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/controls/compiled_resources.gyp
@@ -7,7 +7,10 @@
'target_name': 'settings_checkbox',
'variables': {
'depends': [
- '../policy_controllable/policy_controllable.js',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator_behavior.js',
+ '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_behavior.js',
],
'externs': [
'../../../../../third_party/closure_compiler/externs/settings_private.js'
@@ -20,8 +23,10 @@
'variables': {
'depends': [
'../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
- '../policy_controllable/policy_controllable.js',
- ],
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator_behavior.js',
+ '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_pref_behavior.js',
+ ],
'externs': [
'../../../../../third_party/closure_compiler/externs/settings_private.js'
],
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/controls/settings_checkbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698