OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 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 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit. | 5 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit. |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'all-imports-extracted', | 9 'target_name': 'all-imports-extracted', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'paper-input-char-counter-extracted', | 52 'paper-input-char-counter-extracted', |
53 'paper-input-container-extracted', | 53 'paper-input-container-extracted', |
54 'paper-input-error-extracted', | 54 'paper-input-error-extracted', |
55 ], | 55 ], |
56 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 56 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
57 }, | 57 }, |
58 { | 58 { |
59 'target_name': 'paper-textarea-extracted', | 59 'target_name': 'paper-textarea-extracted', |
60 'dependencies': [ | 60 'dependencies': [ |
61 '../iron-autogrow-textarea/compiled_resources2.gyp:iron-autogrow-textare
a-extracted', | 61 '../iron-autogrow-textarea/compiled_resources2.gyp:iron-autogrow-textare
a-extracted', |
| 62 '../iron-form-element-behavior/compiled_resources2.gyp:iron-form-element
-behavior-extracted', |
62 'paper-input-behavior-extracted', | 63 'paper-input-behavior-extracted', |
63 'paper-input-char-counter-extracted', | 64 'paper-input-char-counter-extracted', |
64 'paper-input-container-extracted', | 65 'paper-input-container-extracted', |
65 'paper-input-error-extracted', | 66 'paper-input-error-extracted', |
66 ], | 67 ], |
67 'includes': ['../../../../closure_compiler/compile_js2.gypi'], | 68 'includes': ['../../../../closure_compiler/compile_js2.gypi'], |
68 }, | 69 }, |
69 ], | 70 ], |
70 } | 71 } |
OLD | NEW |