| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 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', | 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-ripple-behavior-extracted.js', |
| 60 '../../../../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', |
| 61 '../../../../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', |
| 62 '../../../../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', |
| 63 '../../../../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', |
| 64 '../../../../third_party/polymer/v1_0/components-chromium/paper-ripple
/paper-ripple-extracted.js', |
| 64 '../../../webui/resources/js/util.js', | 65 '../../../webui/resources/js/util.js', |
| 65 '../../../webui/resources/js/event_tracker.js', | 66 '../../../webui/resources/js/event_tracker.js', |
| 66 '../../../webui/resources/js/load_time_data.js', | 67 '../../../webui/resources/js/load_time_data.js', |
| 67 '../../../webui/resources/js/cr.js', | 68 '../../../webui/resources/js/cr.js', |
| 68 '../../../webui/resources/js/cr/ui.js', | 69 '../../../webui/resources/js/cr/ui.js', |
| 69 '../../../webui/resources/js/cr/event_target.js', | 70 '../../../webui/resources/js/cr/event_target.js', |
| 70 '../../../webui/resources/js/cr/ui/touch_handler.js', | 71 '../../../webui/resources/js/cr/ui/touch_handler.js', |
| 71 '../../../webui/resources/js/cr/ui/array_data_model.js', | 72 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 72 '../../../webui/resources/js/cr/ui/dialogs.js', | 73 '../../../webui/resources/js/cr/ui/dialogs.js', |
| 73 '../../../webui/resources/js/cr/ui/list_item.js', | 74 '../../../webui/resources/js/cr/ui/list_item.js', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 '../../externs/platform.js', | 143 '../../externs/platform.js', |
| 143 '../../externs/webview_tag.js', | 144 '../../externs/webview_tag.js', |
| 144 ], | 145 ], |
| 145 }, | 146 }, |
| 146 'includes': [ | 147 'includes': [ |
| 147 '../../../../third_party/closure_compiler/compile_js.gypi' | 148 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 148 ], | 149 ], |
| 149 } | 150 } |
| 150 ], | 151 ], |
| 151 } | 152 } |
| OLD | NEW |