| 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': 'iron-dropdown-scroll-manager-extracted', |
| 8 'dependencies': [ |
| 9 '../iron-a11y-keys-behavior/compiled_resources2.gyp:iron-a11y-keys-behav
ior-extracted' |
| 10 ], |
| 11 'includes': [ |
| 12 '../../../../closure_compiler/compile_js2.gypi' |
| 13 ] |
| 14 }, |
| 15 { |
| 16 'target_name': 'iron-dropdown-extracted', |
| 17 'dependencies': [ |
| 18 '../iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behav
ior-extracted', |
| 19 '../iron-a11y-keys-behavior/compiled_resources2.gyp:iron-a11y-keys-behav
ior-extracted', |
| 20 '../iron-behaviors/compiled_resources2.gyp:iron-control-state-extracted'
, |
| 21 '../iron-overlay-behavior/compiled_resources2.gyp:iron-overlay-behavior-
extracted', |
| 22 '../neon-animation/compiled_resources2.gyp:neon-animation-runner-behavio
r-extracted', |
| 23 '../neon-animation/compiled_resources2.gyp:opaque-animation-extracted', |
| 24 'iron-dropdown-scroll-manager-extracted' |
| 25 ], |
| 26 'includes': [ |
| 27 '../../../../closure_compiler/compile_js2.gypi' |
| 28 ] |
| 29 } |
| 30 ] |
| 31 } |
| OLD | NEW |