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

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

Issue 1428523006: Add Closure compiling instructions for site_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to approved version Created 5 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/site_list.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'site_details', 7 'target_name': 'site_details',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
13 '../prefs/prefs_behavior.js', 13 '../prefs/prefs_behavior.js',
14 'constants.js', 14 'constants.js',
15 'site_settings_behavior.js', 15 'site_settings_behavior.js',
16 'site_details_permission.js', 16 'site_details_permission.js',
17 ], 17 ],
18 'externs': [ 18 'externs': [
19 '../../../../../third_party/closure_compiler/externs/settings_private. js' 19 '../../../../../third_party/closure_compiler/externs/settings_private. js',
20 ], 20 ],
21 }, 21 },
22 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 22 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
23 }, 23 },
24 { 24 {
25 'target_name': 'site_details_permission', 25 'target_name': 'site_details_permission',
26 'variables': { 26 'variables': {
27 'depends': [ 27 'depends': [
28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
29 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 29 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
30 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 30 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
31 '../prefs/prefs_behavior.js', 31 '../prefs/prefs_behavior.js',
32 'constants.js', 32 'constants.js',
33 'site_settings_behavior.js', 33 'site_settings_behavior.js',
34 ], 34 ],
35 'externs': [ 35 'externs': [
36 '../../../../../third_party/closure_compiler/externs/settings_private. js' 36 '../../../../../third_party/closure_compiler/externs/settings_private. js',
37 ], 37 ],
38 }, 38 },
39 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 39 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
40 },
41 {
42 'target_name': 'site_list',
43 'variables': {
44 'depends': [
45 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
46 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
47 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
48 '../prefs/prefs_behavior.js',
49 '../prefs/prefs_types.js',
50 'constants.js',
51 'site_settings_behavior.js',
52 ],
53 'externs': [
54 '../../../../../third_party/closure_compiler/externs/settings_private. js',
55 ],
56 },
57 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
40 }, 58 },
41 { 59 {
42 'target_name': 'site_settings_behavior', 60 'target_name': 'site_settings_behavior',
43 'variables': { 61 'variables': {
44 'depends': [ 62 'depends': [
45 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 63 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
46 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 64 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
47 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 65 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
48 '../prefs/prefs_behavior.js', 66 '../prefs/prefs_behavior.js',
49 'constants.js', 67 'constants.js',
50 ], 68 ],
51 'externs': [ 69 'externs': [
52 '../../../../../third_party/closure_compiler/externs/settings_private. js' 70 '../../../../../third_party/closure_compiler/externs/settings_private. js',
53 ], 71 ],
54 }, 72 },
55 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 73 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
56 }, 74 },
57 { 75 {
58 'target_name': 'site_settings_category', 76 'target_name': 'site_settings_category',
59 'variables': { 77 'variables': {
60 'depends': [ 78 'depends': [
61 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 79 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
62 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 80 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
63 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 81 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
64 '../prefs/prefs_behavior.js', 82 '../prefs/prefs_behavior.js',
65 '../prefs/prefs_types.js', 83 '../prefs/prefs_types.js',
66 '../settings_page/settings_animated_pages.js', 84 '../settings_page/settings_animated_pages.js',
67 'constants.js', 85 'constants.js',
68 'site_settings_behavior.js', 86 'site_settings_behavior.js',
69 ], 87 ],
70 'externs': [ 88 'externs': [
71 '../../../../../third_party/closure_compiler/externs/settings_private. js' 89 '../../../../../third_party/closure_compiler/externs/settings_private. js',
72 ], 90 ],
73 }, 91 },
74 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 92 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
75 }, 93 },
76 ], 94 ],
77 } 95 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698