| 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': 'iron-multi-selectable-extracted', |
| 10 'dependencies': [ |
| 11 'iron-selectable-extracted', |
| 12 ], |
| 13 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 14 }, |
| 15 { |
| 16 'target_name': 'iron-selectable-extracted', |
| 17 'dependencies': [ |
| 18 'iron-selection-extracted', |
| 19 ], |
| 20 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 21 }, |
| 22 { |
| 23 'target_name': 'iron-selection-extracted', |
| 24 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 25 }, |
| 26 { |
| 27 'target_name': 'iron-selector-extracted', |
| 28 'dependencies': [ |
| 29 'iron-multi-selectable-extracted', |
| 30 ], |
| 31 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
| 32 }, |
| 33 ], |
| 34 } |
| OLD | NEW |