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

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

Issue 1432103002: [MD settings] adding closure compile for settings dropdown menu (and cleaning up) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/controls/settings_dropdown_menu.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'settings_checkbox', 7 'target_name': 'settings_checkbox',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indica tor_behavior.js',
11 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_b ehavior.js',
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 13 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
12 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indica tor_behavior.js',
13 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_b ehavior.js',
14 ], 14 ],
15 'externs': [ 15 'externs': [
16 '../../../../../third_party/closure_compiler/externs/settings_private. js' 16 '../../../../../third_party/closure_compiler/externs/settings_private. js'
17 ],
18 },
19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
20 },
21 {
22 'target_name': 'settings_dropdown_menu',
dschuyler 2015/11/10 19:06:18 This is the new entry. The other changes are alph
23 'variables': {
24 'depends': [
25 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indica tor_behavior.js',
26 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_b ehavior.js',
27 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
29 '../../../../../ui/webui/resources/js/i18n_behavior.js',
30 ],
31 'externs': [
32 '../../../../../third_party/closure_compiler/externs/settings_private. js'
17 ], 33 ],
18 }, 34 },
19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 35 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
20 }, 36 },
21 { 37 {
22 'target_name': 'settings_input', 38 'target_name': 'settings_input',
23 'variables': { 39 'variables': {
24 'depends': [ 40 'depends': [
41 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indica tor_behavior.js',
42 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_b ehavior.js',
25 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 43 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 44 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
27 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_indica tor_behavior.js',
28 '../../../../../ui/webui/resources/cr_elements/policy/cr_policy_pref_b ehavior.js',
29 ], 45 ],
30 'externs': [ 46 'externs': [
31 '../../../../../third_party/closure_compiler/externs/settings_private. js' 47 '../../../../../third_party/closure_compiler/externs/settings_private. js'
32 ], 48 ],
33 }, 49 },
34 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 50 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
35 }, 51 },
36 { 52 {
37 'target_name': 'settings_radio_group', 53 'target_name': 'settings_radio_group',
38 'variables': { 54 'variables': {
39 'depends': [ 55 'depends': [
40 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 56 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
41 ], 57 ],
42 'externs': [ 58 'externs': [
43 '../../../../../third_party/closure_compiler/externs/settings_private. js' 59 '../../../../../third_party/closure_compiler/externs/settings_private. js'
44 ], 60 ],
45 }, 61 },
46 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 62 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
47 }, 63 },
48 ], 64 ],
49 } 65 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_dropdown_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698