| 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_font_menu', | |
| 8 'variables': { | |
| 9 'depends': [ | |
| 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | |
| 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | |
| 12 '../../../../../ui/webui/resources/js/cr.js', | |
| 13 '../../../../../ui/webui/resources/js/i18n_behavior.js', | |
| 14 ], | |
| 15 'externs': [ | |
| 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': 'appearance_fonts_page', | 7 'target_name': 'appearance_fonts_page', |
| 23 'variables': { | 8 'variables': { |
| 24 'depends': [ | 9 'depends': [ |
| 25 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', | 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', |
| 27 '../../../../../ui/webui/resources/js/cr.js', | 12 '../../../../../ui/webui/resources/js/cr.js', |
| 28 '../../../../../ui/webui/resources/js/i18n_behavior.js', | 13 '../../../../../ui/webui/resources/js/i18n_behavior.js', |
| 29 '../../../../../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', |
| 30 '../../../../../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', |
| 31 '../../../../../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', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 54 ], | 39 ], |
| 55 'externs': [ | 40 'externs': [ |
| 56 '../../../../../third_party/closure_compiler/externs/settings_private.
js', | 41 '../../../../../third_party/closure_compiler/externs/settings_private.
js', |
| 57 '../../../../../third_party/closure_compiler/externs/chrome_send.js', | 42 '../../../../../third_party/closure_compiler/externs/chrome_send.js', |
| 58 ], | 43 ], |
| 59 }, | 44 }, |
| 60 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 45 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 61 }, | 46 }, |
| 62 ], | 47 ], |
| 63 } | 48 } |
| OLD | NEW |