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

Side by Side Diff: chrome/browser/resources/settings/controls/compiled_resources2.gyp

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change element.$.someId to element.$$(#someId) Created 3 years, 7 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'controlled_button', 7 'target_name': 'controlled_button',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_pref_behavior', 9 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_pref_behavior',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 15 matching lines...) Expand all
26 { 26 {
27 'target_name': 'extension_controlled_indicator', 27 'target_name': 'extension_controlled_indicator',
28 'dependencies': [ 28 'dependencies': [
29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
31 '../compiled_resources2.gyp:extension_control_browser_proxy', 31 '../compiled_resources2.gyp:extension_control_browser_proxy',
32 ], 32 ],
33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
34 }, 34 },
35 { 35 {
36 'target_name': 'important_site_checkbox',
37 'dependencies': [
38 '../clear_browsing_data_dialog/compiled_resources2.gyp:clear_browsing_da ta_browser_proxy',
39 'settings_boolean_control_behavior',
40 ],
41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
42 },
43 {
36 'target_name': 'pref_control_behavior', 44 'target_name': 'pref_control_behavior',
37 'dependencies': [ 45 'dependencies': [
38 '../prefs/compiled_resources2.gyp:prefs_types', 46 '../prefs/compiled_resources2.gyp:prefs_types',
39 ], 47 ],
40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
41 }, 49 },
42 { 50 {
43 'target_name': 'settings_boolean_control_behavior', 51 'target_name': 'settings_boolean_control_behavior',
44 'dependencies': [ 52 'dependencies': [
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 100 },
93 { 101 {
94 'target_name': 'settings_toggle_button', 102 'target_name': 'settings_toggle_button',
95 'dependencies': [ 103 'dependencies': [
96 'settings_boolean_control_behavior', 104 'settings_boolean_control_behavior',
97 ], 105 ],
98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
99 }, 107 },
100 ], 108 ],
101 } 109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698