| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 ], | 44 ], |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 'target_name': 'gallery', | 47 'target_name': 'gallery', |
| 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-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', |
| 55 '../../../../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', |
| 56 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', | 58 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', |
| 57 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', | 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', |
| 58 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', | 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', |
| 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', | 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', |
| 60 '../../../webui/resources/js/util.js', | 62 '../../../webui/resources/js/util.js', |
| 61 '../../../webui/resources/js/event_tracker.js', | 63 '../../../webui/resources/js/event_tracker.js', |
| 62 '../../../webui/resources/js/load_time_data.js', | 64 '../../../webui/resources/js/load_time_data.js', |
| 63 '../../../webui/resources/js/cr.js', | 65 '../../../webui/resources/js/cr.js', |
| 64 '../../../webui/resources/js/cr/ui.js', | 66 '../../../webui/resources/js/cr/ui.js', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 '../../externs/platform.js', | 139 '../../externs/platform.js', |
| 138 '../../externs/webview_tag.js', | 140 '../../externs/webview_tag.js', |
| 139 ], | 141 ], |
| 140 }, | 142 }, |
| 141 'includes': [ | 143 'includes': [ |
| 142 '../../../../third_party/closure_compiler/compile_js.gypi' | 144 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 143 ], | 145 ], |
| 144 } | 146 } |
| 145 ], | 147 ], |
| 146 } | 148 } |
| OLD | NEW |