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

Unified Diff: ui/webui/resources/cr_elements/policy/compiled_resources2.gyp

Issue 2744923002: cr-policy-indicator element for non-preference-based indicators (Closed)
Patch Set: alphabetize Created 3 years, 9 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/policy/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp b/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp
index 9f82600b15d39bfca9eb6b9133e1b84c3731df24..d1fc61e30b484283cf25e4a214e6a71a984688cc 100644
--- a/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp
@@ -4,6 +4,14 @@
{
'targets': [
{
+ 'target_name': 'cr_policy_indicator',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ 'cr_policy_indicator_behavior',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'cr_policy_indicator_behavior',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
« no previous file with comments | « ui/webui/resources/cr_elements/policy/README.md ('k') | ui/webui/resources/cr_elements/policy/cr_policy_indicator.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698