| 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 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit. |
| 6 { |
| 7 'targets': [ |
| 8 { |
| 9 'target_name': 'paper-tab-extracted', |
| 10 'dependencies': [ |
| 11 '../iron-behaviors/compiled_resources2.gyp:iron-button-state-extracted', |
| 12 '../iron-behaviors/compiled_resources2.gyp:iron-control-state-extracted'
, |
| 13 '../paper-behaviors/compiled_resources2.gyp:paper-ripple-behavior-extrac
ted', |
| 14 ], |
| 15 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 16 }, |
| 17 { |
| 18 'target_name': 'paper-tabs-icons-extracted', |
| 19 'dependencies': [ |
| 20 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted'
, |
| 21 ], |
| 22 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 23 }, |
| 24 { |
| 25 'target_name': 'paper-tabs-extracted', |
| 26 'dependencies': [ |
| 27 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 28 '../iron-menu-behavior/compiled_resources2.gyp:iron-menubar-behavior-ext
racted', |
| 29 '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behav
ior-extracted', |
| 30 '../paper-icon-button/compiled_resources2.gyp:paper-icon-button-extracte
d', |
| 31 'paper-tab-extracted', |
| 32 ], |
| 33 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 34 }, |
| 35 ], |
| 36 } |
| OLD | NEW |