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

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

Issue 2210043002: MD Settings: add tests for <controlled-button> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/webui/settings/cr_settings_browsertest.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
11 ], 11 ],
12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
13 }, 13 },
14 { 14 {
15 'target_name': 'cr_policy_pref_behavior', 15 'target_name': 'cr_policy_pref_behavior',
16 'dependencies': [ 16 'dependencies': [
17 '<(EXTERNS_GYP):settings_private',
17 'cr_policy_indicator_behavior', 18 'cr_policy_indicator_behavior',
18 ], 19 ],
19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 20 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
20 }, 21 },
21 { 22 {
22 'target_name': 'cr_policy_pref_indicator', 23 'target_name': 'cr_policy_pref_indicator',
23 'dependencies': [ 24 'dependencies': [
24 '<(EXTERNS_GYP):settings_private', 25 '<(EXTERNS_GYP):settings_private',
25 'cr_policy_indicator_behavior', 26 'cr_policy_indicator_behavior',
26 'cr_policy_pref_behavior', 27 'cr_policy_pref_behavior',
27 ], 28 ],
28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
29 }, 30 },
30 { 31 {
31 'target_name': 'cr_policy_network_behavior', 32 'target_name': 'cr_policy_network_behavior',
32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
33 }, 34 },
34 { 35 {
35 'target_name': 'cr_policy_network_indicator', 36 'target_name': 'cr_policy_network_indicator',
36 'dependencies': [ 37 'dependencies': [
37 '../network/compiled_resources2.gyp:cr_onc_types', 38 '../network/compiled_resources2.gyp:cr_onc_types',
38 'cr_policy_indicator_behavior', 39 'cr_policy_indicator_behavior',
39 'cr_policy_network_behavior', 40 'cr_policy_network_behavior',
40 ], 41 ],
41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
42 }, 43 },
43 ], 44 ],
44 } 45 }
OLDNEW
« no previous file with comments | « chrome/test/data/webui/settings/cr_settings_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698