| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'targets': [ |
| 6 { |
| 7 'target_name': 'paper-tab-extracted', |
| 8 'dependencies': [ |
| 9 '../iron-behaviors/compiled_resources2.gyp:iron-button-state-extracted', |
| 10 '../iron-behaviors/compiled_resources2.gyp:iron-control-state-extracted'
, |
| 11 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 12 '../paper-behaviors/compiled_resources2.gyp:paper-ripple-behavior-extrac
ted' |
| 13 ], |
| 14 'includes': [ |
| 15 '../../../../closure_compiler/compile_js2.gypi' |
| 16 ] |
| 17 }, |
| 18 { |
| 19 'target_name': 'paper-tabs-icons-extracted', |
| 20 'dependencies': [ |
| 21 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 22 ], |
| 23 'includes': [ |
| 24 '../../../../closure_compiler/compile_js2.gypi' |
| 25 ] |
| 26 }, |
| 27 { |
| 28 'target_name': 'paper-tabs-extracted', |
| 29 'dependencies': [ |
| 30 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 31 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 32 '../iron-menu-behavior/compiled_resources2.gyp:iron-menubar-behavior-ext
racted', |
| 33 '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behav
ior-extracted', |
| 34 '../paper-icon-button/compiled_resources2.gyp:paper-icon-button-extracte
d', |
| 35 '../paper-styles/compiled_resources2.gyp:color-extracted', |
| 36 'paper-tabs-icons-extracted', |
| 37 'paper-tab-extracted' |
| 38 ], |
| 39 'includes': [ |
| 40 '../../../../closure_compiler/compile_js2.gypi' |
| 41 ] |
| 42 } |
| 43 ] |
| 44 } |
| OLD | NEW |