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

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: closure fix 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/cookie_info.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 '../settings_page/compiled_resources2.gyp:settings_subpage_search', 86 '../settings_page/compiled_resources2.gyp:settings_subpage_search',
87 'cookie_tree_behavior', 87 'cookie_tree_behavior',
88 'cookie_tree_node', 88 'cookie_tree_node',
89 ], 89 ],
90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
91 }, 91 },
92 { 92 {
93 'target_name': 'site_data_details_subpage', 93 'target_name': 'site_data_details_subpage',
94 'dependencies': [ 94 'dependencies': [
95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
96 'cookie_tree_behavior', 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
97 '../compiled_resources2.gyp:route',
98 'site_settings_prefs_browser_proxy',
97 ], 99 ],
98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 100 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
99 }, 101 },
100 { 102 {
101 'target_name': 'site_details', 103 'target_name': 'site_details',
102 'dependencies': [ 104 'dependencies': [
103 '../compiled_resources2.gyp:route', 105 '../compiled_resources2.gyp:route',
104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 108 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 { 189 {
188 'target_name': 'zoom_levels', 190 'target_name': 'zoom_levels',
189 'dependencies': [ 191 'dependencies': [
190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 192 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
191 'site_settings_behavior', 193 'site_settings_behavior',
192 ], 194 ],
193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 195 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
194 }, 196 },
195 ], 197 ],
196 } 198 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/cookie_info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698