| 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', |
| 23 ], | 24 ], |
| 24 'externs': [ | 25 'externs': [ |
| 25 '../../../../../third_party/closure_compiler/externs/settings_private.
js' | 26 '../../../../../third_party/closure_compiler/externs/settings_private.
js' |
| 26 ], | 27 ], |
| 27 }, | 28 }, |
| 28 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 29 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 29 }, | 30 }, |
| 30 { | 31 { |
| 31 'target_name': 'appearance_page', | 32 'target_name': 'appearance_page', |
| 32 'variables': { | 33 'variables': { |
| 33 'depends': [ | 34 'depends': [ |
| 34 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 35 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 35 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 36 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 36 '../../../../../ui/webui/resources/js/cr.js', | 37 '../../../../../ui/webui/resources/js/cr.js', |
| 37 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 38 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
| 39 '../controls/settings_dropdown_menu.js', |
| 38 '../settings_page/settings_animated_pages.js' | 40 '../settings_page/settings_animated_pages.js' |
| 39 ], | 41 ], |
| 40 'externs': [ | 42 'externs': [ |
| 41 '../../../../../third_party/closure_compiler/externs/settings_private.
js', | 43 '../../../../../third_party/closure_compiler/externs/settings_private.
js', |
| 42 '../../../../../third_party/closure_compiler/externs/chrome_send.js', | 44 '../../../../../third_party/closure_compiler/externs/chrome_send.js', |
| 43 ], | 45 ], |
| 44 }, | 46 }, |
| 45 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 47 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 46 }, | 48 }, |
| 47 ], | 49 ], |
| 48 } | 50 } |
| OLD | NEW |