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

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

Issue 2476753002: [MD settings] get cookie details from site without transfering cookie tree (Closed)
Patch Set: touchups 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'dependencies': [ 85 'dependencies': [
86 'cookie_tree_behavior', 86 'cookie_tree_behavior',
87 'cookie_tree_node', 87 'cookie_tree_node',
88 ], 88 ],
89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
90 }, 90 },
91 { 91 {
92 'target_name': 'site_data_details_subpage', 92 'target_name': 'site_data_details_subpage',
93 'dependencies': [ 93 'dependencies': [
94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
95 'cookie_tree_behavior', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
96 '../compiled_resources2.gyp:route',
97 'site_settings_prefs_browser_proxy',
96 ], 98 ],
97 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
98 }, 100 },
99 { 101 {
100 'target_name': 'site_details', 102 'target_name': 'site_details',
101 'dependencies': [ 103 'dependencies': [
102 '../compiled_resources2.gyp:route', 104 '../compiled_resources2.gyp:route',
103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 { 188 {
187 'target_name': 'zoom_levels', 189 'target_name': 'zoom_levels',
188 'dependencies': [ 190 'dependencies': [
189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 191 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
190 'site_settings_behavior', 192 'site_settings_behavior',
191 ], 193 ],
192 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 194 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
193 }, 195 },
194 ], 196 ],
195 } 197 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698