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

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

Issue 2083703003: Site Settings Desktop: Add Closure coverage for two modules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | 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 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',
8 'dependencies': [
9 'site_settings_behavior',
10 'site_settings_prefs_browser_proxy',
tommycli 2016/06/21 15:47:26 It seems that the site_settings_prefs_browser_prox
Finnur 2016/07/01 14:49:19 Good idea. Done. Checking in.
11 ],
12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
13 },
14 {
7 'target_name': 'all_sites', 15 'target_name': 'all_sites',
8 'dependencies': [ 16 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
12 '<(EXTERNS_GYP):settings_private', 20 '<(EXTERNS_GYP):settings_private',
13 'constants', 21 'constants',
14 'site_settings_behavior', 22 'site_settings_behavior',
15 'site_settings_prefs_browser_proxy', 23 'site_settings_prefs_browser_proxy',
16 ], 24 ],
17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
18 }, 26 },
19 { 27 {
20 'target_name': 'constants', 28 'target_name': 'constants',
21 'dependencies': [ 29 'dependencies': [
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
23 ], 31 ],
24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
25 }, 33 },
26 { 34 {
35 'target_name': 'media_picker',
36 'dependencies': [
37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
38 'site_settings_behavior',
39 'site_settings_prefs_browser_proxy',
40 ],
41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
42 },
43 {
27 'target_name': 'site_details', 44 'target_name': 'site_details',
28 'dependencies': [ 45 'dependencies': [
29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
32 '<(EXTERNS_GYP):settings_private', 49 '<(EXTERNS_GYP):settings_private',
33 'constants', 50 'constants',
34 'site_settings_behavior', 51 'site_settings_behavior',
35 'site_details_permission', 52 'site_details_permission',
36 'website_usage_private_api', 53 'website_usage_private_api',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 { 118 {
102 'target_name': 'website_usage_private_api', 119 'target_name': 'website_usage_private_api',
103 'dependencies': [ 120 'dependencies': [
104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
105 '<(EXTERNS_GYP):chrome_send', 122 '<(EXTERNS_GYP):chrome_send',
106 ], 123 ],
107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 124 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
108 }, 125 },
109 ], 126 ],
110 } 127 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698