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

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

Issue 2451553008: [MD settings] move cookie tree management to cookie tree behavior (Closed)
Patch Set: review changes Created 4 years, 1 month 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': 'add_site_dialog', 7 'target_name': 'add_site_dialog',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
10 'site_settings_behavior', 10 'site_settings_behavior',
(...skipping 21 matching lines...) Expand all
32 }, 32 },
33 { 33 {
34 'target_name': 'media_picker', 34 'target_name': 'media_picker',
35 'dependencies': [ 35 'dependencies': [
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
37 'site_settings_behavior', 37 'site_settings_behavior',
38 ], 38 ],
39 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 39 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
40 }, 40 },
41 { 41 {
42 'target_name': 'cookie_info',
43 'dependencies': [
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
45 ],
46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
47 },
48 {
49 'target_name': 'cookie_tree_behavior',
50 'dependencies': [
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
53 'cookie_info',
54 'site_settings_behavior',
55 ],
56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
57 },
58 {
42 'target_name': 'cookie_tree_node', 59 'target_name': 'cookie_tree_node',
43 'dependencies': [ 60 'dependencies': [
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
46 'cookie_info', 63 'cookie_info',
47 ], 64 ],
48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 65 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
49 }, 66 },
50 { 67 {
51 'target_name': 'cookie_info',
52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
53 },
54 {
55 'target_name': 'protocol_handlers', 68 'target_name': 'protocol_handlers',
56 'dependencies': [ 69 'dependencies': [
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 70 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
58 'site_settings_behavior', 71 'site_settings_behavior',
59 ], 72 ],
60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
61 }, 74 },
62 { 75 {
63 'target_name': 'usb_devices', 76 'target_name': 'usb_devices',
64 'dependencies': [ 77 'dependencies': [
65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
66 'site_settings_behavior', 79 'site_settings_behavior',
67 ], 80 ],
68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
69 }, 82 },
70 { 83 {
71 'target_name': 'site_data', 84 'target_name': 'site_data',
72 'dependencies': [ 85 'dependencies': [
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 86 'cookie_tree_behavior',
74 'cookie_tree_node', 87 'cookie_tree_node',
75 'site_settings_behavior',
76 ], 88 ],
77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
78 }, 90 },
79 { 91 {
80 'target_name': 'site_data_details_dialog', 92 'target_name': 'site_data_details_dialog',
81 'dependencies': [ 93 'dependencies': [
82 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 94 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
84 'cookie_tree_node', 95 'cookie_tree_node',
85 'site_settings_behavior', 96 'site_settings_behavior',
86 ], 97 ],
87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
88 }, 99 },
89 { 100 {
90 'target_name': 'site_details', 101 'target_name': 'site_details',
91 'dependencies': [ 102 'dependencies': [
92 '../compiled_resources2.gyp:route', 103 '../compiled_resources2.gyp:route',
93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 { 187 {
177 'target_name': 'zoom_levels', 188 'target_name': 'zoom_levels',
178 'dependencies': [ 189 'dependencies': [
179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
180 'site_settings_behavior', 191 'site_settings_behavior',
181 ], 192 ],
182 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
183 }, 194 },
184 ], 195 ],
185 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698