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

Unified Diff: ui/webui/resources/cr_elements/v1_0/policy/compiled_resources.gyp

Issue 1310373008: Add cr_policy_indicator for settings controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_3
Patch Set: Elim unused tyep Created 5 years, 4 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: ui/webui/resources/cr_elements/v1_0/policy/compiled_resources.gyp
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_checkbox/compiled_resources.gyp b/ui/webui/resources/cr_elements/v1_0/policy/compiled_resources.gyp
similarity index 58%
copy from ui/webui/resources/cr_elements/v1_0/cr_checkbox/compiled_resources.gyp
copy to ui/webui/resources/cr_elements/v1_0/policy/compiled_resources.gyp
index 45f2f21eb7c46bae24812ad76386481dc7245e6d..c16f57dfee4bd8bb77ae673e04d71b588485a6f9 100644
--- a/ui/webui/resources/cr_elements/v1_0/cr_checkbox/compiled_resources.gyp
+++ b/ui/webui/resources/cr_elements/v1_0/policy/compiled_resources.gyp
@@ -4,8 +4,13 @@
{
'targets': [
{
- 'target_name': 'cr_checkbox',
+ 'target_name': 'cr_policy_indicator',
+ 'variables': {
+ 'externs': [
+ '../../../../../../third_party/closure_compiler/externs/settings_private.js'
+ ],
+ },
'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'],
- }
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698