| OLD | NEW |
| 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': 'background', | 7 'target_name': 'background', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, | 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'variables': { | 48 'variables': { |
| 49 'depends': [ | 49 'depends': [ |
| 50 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, | 50 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, |
| 51 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke
ys-behavior/iron-a11y-keys-behavior-extracted.js', | 51 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke
ys-behavior/iron-a11y-keys-behavior-extracted.js', |
| 52 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-button-state-extracted.js', | 52 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-button-state-extracted.js', |
| 53 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-control-state-extracted.js', | 53 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-control-state-extracted.js', |
| 54 '../../../../third_party/polymer/v1_0/components-chromium/iron-checked
-element-behavior/iron-checked-element-behavior-extracted.js', | 54 '../../../../third_party/polymer/v1_0/components-chromium/iron-checked
-element-behavior/iron-checked-element-behavior-extracted.js', |
| 55 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el
ement-behavior/iron-form-element-behavior-extracted.js', | 55 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el
ement-behavior/iron-form-element-behavior-extracted.js', |
| 56 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat
able-behavior/iron-validatable-behavior-extracted.js', | 56 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat
able-behavior/iron-validatable-behavior-extracted.js', |
| 57 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-inky-focus-behavior-extracted.js', | 57 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-inky-focus-behavior-extracted.js', |
| 58 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-checked-element-behavior-extracted.js', |
| 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-ripple-behavior-extracted.js', |
| 58 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', | 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', |
| 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', | 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', |
| 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', | 62 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', |
| 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', | 63 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', |
| 62 '../../../webui/resources/js/util.js', | 64 '../../../webui/resources/js/util.js', |
| 63 '../../../webui/resources/js/event_tracker.js', | 65 '../../../webui/resources/js/event_tracker.js', |
| 64 '../../../webui/resources/js/load_time_data.js', | 66 '../../../webui/resources/js/load_time_data.js', |
| 65 '../../../webui/resources/js/cr.js', | 67 '../../../webui/resources/js/cr.js', |
| 66 '../../../webui/resources/js/cr/ui.js', | 68 '../../../webui/resources/js/cr/ui.js', |
| 67 '../../../webui/resources/js/cr/event_target.js', | 69 '../../../webui/resources/js/cr/event_target.js', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 './ribbon.js', | 124 './ribbon.js', |
| 123 './slide_mode.js', | 125 './slide_mode.js', |
| 124 './thumbnail_mode.js', | 126 './thumbnail_mode.js', |
| 125 ], | 127 ], |
| 126 'externs': [ | 128 'externs': [ |
| 127 '<(EXTERNS_DIR)/chrome_send.js', | 129 '<(EXTERNS_DIR)/chrome_send.js', |
| 128 '<(EXTERNS_DIR)/chrome_extensions.js', | 130 '<(EXTERNS_DIR)/chrome_extensions.js', |
| 129 '<(EXTERNS_DIR)/file_manager_private.js', | 131 '<(EXTERNS_DIR)/file_manager_private.js', |
| 130 '<(EXTERNS_DIR)/metrics_private.js', | 132 '<(EXTERNS_DIR)/metrics_private.js', |
| 131 '../../../../third_party/analytics/externs.js', | 133 '../../../../third_party/analytics/externs.js', |
| 134 '../../../../third_party/polymer/v1_0/components-chromium/polymer-exte
rns/polymer.externs.js', |
| 132 '../../externs/chrome_test.js', | 135 '../../externs/chrome_test.js', |
| 133 '../../externs/es6_workaround.js', | 136 '../../externs/es6_workaround.js', |
| 134 '../../externs/exif_entry.js', | 137 '../../externs/exif_entry.js', |
| 135 '../../externs/files_elements.js', | 138 '../../externs/files_elements.js', |
| 136 '../../externs/gallery_foreground.js', | 139 '../../externs/gallery_foreground.js', |
| 137 '../../externs/paper_elements.js', | 140 '../../externs/paper_elements.js', |
| 138 '../../externs/platform.js', | 141 '../../externs/platform.js', |
| 139 '../../externs/webview_tag.js', | 142 '../../externs/webview_tag.js', |
| 140 ], | 143 ], |
| 141 }, | 144 }, |
| 142 'includes': [ | 145 'includes': [ |
| 143 '../../../../third_party/closure_compiler/compile_js.gypi' | 146 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 144 ], | 147 ], |
| 145 } | 148 } |
| 146 ], | 149 ], |
| 147 } | 150 } |
| OLD | NEW |