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

Side by Side Diff: ui/webui/resources/cr_elements/policy/compiled_resources2.gyp

Issue 2528803002: MD Settings: Internet: Add/fix remaining policy items (Closed)
Patch Set: Rebase Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'cr_policy_indicator_behavior', 7 'target_name': 'cr_policy_indicator_behavior',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 12 matching lines...) Expand all
23 'target_name': 'cr_policy_pref_indicator', 23 'target_name': 'cr_policy_pref_indicator',
24 'dependencies': [ 24 'dependencies': [
25 '<(EXTERNS_GYP):settings_private', 25 '<(EXTERNS_GYP):settings_private',
26 'cr_policy_indicator_behavior', 26 'cr_policy_indicator_behavior',
27 'cr_policy_pref_behavior', 27 'cr_policy_pref_behavior',
28 ], 28 ],
29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
30 }, 30 },
31 { 31 {
32 'target_name': 'cr_policy_network_behavior', 32 'target_name': 'cr_policy_network_behavior',
33 'dependencies': [
34 '../network/compiled_resources2.gyp:cr_onc_types',
35 'cr_policy_indicator_behavior',
36 ],
33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
34 }, 38 },
35 { 39 {
36 'target_name': 'cr_policy_network_indicator', 40 'target_name': 'cr_policy_network_indicator',
37 'dependencies': [ 41 'dependencies': [
38 '../network/compiled_resources2.gyp:cr_onc_types', 42 '../network/compiled_resources2.gyp:cr_onc_types',
39 'cr_policy_indicator_behavior', 43 'cr_policy_indicator_behavior',
40 'cr_policy_network_behavior', 44 'cr_policy_network_behavior',
41 ], 45 ],
42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
43 }, 47 },
44 ], 48 ],
45 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698