OLD | NEW |
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': 'appearance_fonts_page', | 7 'target_name': 'appearance_fonts_page', |
8 'variables': { | 8 'variables': { |
9 'depends': [ | 9 'depends': [ |
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
12 '../../../../../ui/webui/resources/js/cr.js', | 12 '../../../../../ui/webui/resources/js/cr.js', |
13 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 13 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
14 '../../../../../third_party/polymer/v1_0/components-chromium/iron-a11y
-keys-behavior/iron-a11y-keys-behavior-extracted.js', | 14 '../../../../../third_party/polymer/v1_0/components-chromium/iron-a11y
-keys-behavior/iron-a11y-keys-behavior-extracted.js', |
15 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha
viors/iron-button-state-extracted.js', | 15 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha
viors/iron-button-state-extracted.js', |
16 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha
viors/iron-control-state-extracted.js', | 16 '../../../../../third_party/polymer/v1_0/components-chromium/iron-beha
viors/iron-control-state-extracted.js', |
17 '../../../../../third_party/polymer/v1_0/components-chromium/iron-form
-element-behavior/iron-form-element-behavior-extracted.js', | 17 '../../../../../third_party/polymer/v1_0/components-chromium/iron-form
-element-behavior/iron-form-element-behavior-extracted.js', |
18 '../../../../../third_party/polymer/v1_0/components-chromium/iron-rang
e-behavior/iron-range-behavior-extracted.js', | 18 '../../../../../third_party/polymer/v1_0/components-chromium/iron-rang
e-behavior/iron-range-behavior-extracted.js', |
19 '../../../../../third_party/polymer/v1_0/components-chromium/paper-beh
aviors/paper-inky-focus-behavior-extracted.js', | 19 '../../../../../third_party/polymer/v1_0/components-chromium/paper-beh
aviors/paper-inky-focus-behavior-extracted.js', |
20 '../../../../../third_party/polymer/v1_0/components-chromium/paper-beh
aviors/paper-ripple-behavior-extracted.js', | 20 '../../../../../third_party/polymer/v1_0/components-chromium/paper-beh
aviors/paper-ripple-behavior-extracted.js', |
21 '../../../../../third_party/polymer/v1_0/components-chromium/paper-rip
ple/paper-ripple-extracted.js', | 21 '../../../../../third_party/polymer/v1_0/components-chromium/paper-rip
ple/paper-ripple-extracted.js', |
22 '../../../../../third_party/polymer/v1_0/components-chromium/paper-sli
der/paper-slider-extracted.js', | 22 '../../../../../third_party/polymer/v1_0/components-chromium/paper-sli
der/paper-slider-extracted.js', |
| 23 '../controls/settings_dropdown_menu.js', |
| 24 '../prefs/pref_util.js' |
23 ], | 25 ], |
24 'externs': [ | 26 'externs': [ |
25 '../../../../../third_party/closure_compiler/externs/settings_private.
js' | 27 '../../../../../third_party/closure_compiler/externs/settings_private.
js' |
26 ], | 28 ], |
27 }, | 29 }, |
28 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 30 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
29 }, | 31 }, |
30 { | 32 { |
31 'target_name': 'appearance_page', | 33 'target_name': 'appearance_page', |
32 'variables': { | 34 'variables': { |
33 'depends': [ | 35 'depends': [ |
34 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 36 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
35 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 37 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
36 '../../../../../ui/webui/resources/js/cr.js', | 38 '../../../../../ui/webui/resources/js/cr.js', |
37 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 39 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
| 40 '../controls/settings_dropdown_menu.js', |
| 41 '../prefs/pref_util.js', |
38 '../settings_page/settings_animated_pages.js' | 42 '../settings_page/settings_animated_pages.js' |
39 ], | 43 ], |
40 'externs': [ | 44 'externs': [ |
41 '../../../../../third_party/closure_compiler/externs/settings_private.
js', | 45 '../../../../../third_party/closure_compiler/externs/settings_private.
js', |
42 '../../../../../third_party/closure_compiler/externs/chrome_send.js', | 46 '../../../../../third_party/closure_compiler/externs/chrome_send.js', |
43 ], | 47 ], |
44 }, | 48 }, |
45 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 49 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
46 }, | 50 }, |
47 ], | 51 ], |
48 } | 52 } |
OLD | NEW |