| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 { | 47 { |
| 48 'target_name': 'gallery', | 48 'target_name': 'gallery', |
| 49 'variables': { | 49 'variables': { |
| 50 'depends': [ | 50 'depends': [ |
| 51 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, | 51 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, |
| 52 '../../../../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-a11y-ke
ys-behavior/iron-a11y-keys-behavior-extracted.js', |
| 53 '../../../../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-button-state-extracted.js', |
| 54 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-control-state-extracted.js', | 54 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio
rs/iron-control-state-extracted.js', |
| 55 '../../../../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-checked
-element-behavior/iron-checked-element-behavior-extracted.js', |
| 56 '../../../../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-form-el
ement-behavior/iron-form-element-behavior-extracted.js', |
| 57 '../../../../third_party/polymer/v1_0/components-chromium/iron-meta/ir
on-meta-extracted.js', |
| 57 '../../../../third_party/polymer/v1_0/components-chromium/iron-range-b
ehavior/iron-range-behavior-extracted.js', | 58 '../../../../third_party/polymer/v1_0/components-chromium/iron-range-b
ehavior/iron-range-behavior-extracted.js', |
| 58 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat
able-behavior/iron-validatable-behavior-extracted.js', | 59 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat
able-behavior/iron-validatable-behavior-extracted.js', |
| 59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-inky-focus-behavior-extracted.js', | 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-inky-focus-behavior-extracted.js', |
| 60 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-checked-element-behavior-extracted.js', | 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-checked-element-behavior-extracted.js', |
| 61 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-ripple-behavior-extracted.js', | 62 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi
ors/paper-ripple-behavior-extracted.js', |
| 62 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', | 63 '../../../../third_party/polymer/v1_0/components-chromium/paper-checkb
ox/paper-checkbox-extracted.js', |
| 63 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', | 64 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-behavior-extracted.js', |
| 64 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', | 65 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-container-extracted.js', |
| 65 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', | 66 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/
paper-input-extracted.js', |
| 66 '../../../../third_party/polymer/v1_0/components-chromium/paper-progre
ss/paper-progress-extracted.js', | 67 '../../../../third_party/polymer/v1_0/components-chromium/paper-progre
ss/paper-progress-extracted.js', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 '../../externs/platform.js', | 149 '../../externs/platform.js', |
| 149 '../../externs/webview_tag.js', | 150 '../../externs/webview_tag.js', |
| 150 ], | 151 ], |
| 151 }, | 152 }, |
| 152 'includes': [ | 153 'includes': [ |
| 153 '../../compile_js.gypi', | 154 '../../compile_js.gypi', |
| 154 ], | 155 ], |
| 155 } | 156 } |
| 156 ], | 157 ], |
| 157 } | 158 } |
| OLD | NEW |