| 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': 'global-extracted', |
| 8 'dependencies': [ |
| 9 '../paper-styles-classes.html/compiled_resources2.gyp:paper-styles-class
es-extracted' |
| 10 ], |
| 11 'includes': [ |
| 12 '../../../../closure_compiler/compile_js2.gypi' |
| 13 ] |
| 14 }, |
| 15 { |
| 16 'target_name': 'shadow-layout-extracted', |
| 17 'includes': [ |
| 18 '../../../../closure_compiler/compile_js2.gypi' |
| 19 ] |
| 20 }, |
| 21 { |
| 22 'target_name': 'shadow-extracted', |
| 23 'includes': [ |
| 24 '../../../../closure_compiler/compile_js2.gypi' |
| 25 ] |
| 26 }, |
| 27 { |
| 28 'target_name': 'typography-extracted', |
| 29 'dependencies': [ |
| 30 '../../compiled_resources2.gyp:roboto-extracted' |
| 31 ], |
| 32 'includes': [ |
| 33 '../../../../closure_compiler/compile_js2.gypi' |
| 34 ] |
| 35 }, |
| 36 { |
| 37 'target_name': 'color-extracted', |
| 38 'includes': [ |
| 39 '../../../../closure_compiler/compile_js2.gypi' |
| 40 ] |
| 41 }, |
| 42 { |
| 43 'target_name': 'default-theme-extracted', |
| 44 'includes': [ |
| 45 '../../../../closure_compiler/compile_js2.gypi' |
| 46 ] |
| 47 }, |
| 48 { |
| 49 'target_name': 'demo-pages-extracted', |
| 50 'dependencies': [ |
| 51 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 52 'color-extracted', |
| 53 'typography-extracted', |
| 54 'shadow-extracted' |
| 55 ], |
| 56 'includes': [ |
| 57 '../../../../closure_compiler/compile_js2.gypi' |
| 58 ] |
| 59 }, |
| 60 { |
| 61 'target_name': 'paper-styles-classes-extracted', |
| 62 'dependencies': [ |
| 63 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 64 'classes/typography.html/compiled_resources2.gyp:typography-extracted', |
| 65 'classes/shadow.html/compiled_resources2.gyp:shadow-extracted' |
| 66 ], |
| 67 'includes': [ |
| 68 '../../../../closure_compiler/compile_js2.gypi' |
| 69 ] |
| 70 }, |
| 71 { |
| 72 'target_name': 'paper-styles-extracted', |
| 73 'dependencies': [ |
| 74 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 75 '../iron-flex-layout/compiled_resources2.gyp:iron-flex-layout-extracted'
, |
| 76 'color-extracted', |
| 77 'default-theme-extracted', |
| 78 'shadow-extracted', |
| 79 'typography-extracted' |
| 80 ], |
| 81 'includes': [ |
| 82 '../../../../closure_compiler/compile_js2.gypi' |
| 83 ] |
| 84 }, |
| 85 { |
| 86 'target_name': 'shadow-extracted', |
| 87 'includes': [ |
| 88 '../../../../closure_compiler/compile_js2.gypi' |
| 89 ] |
| 90 }, |
| 91 { |
| 92 'target_name': 'typography-extracted', |
| 93 'dependencies': [ |
| 94 '../font-roboto/compiled_resources2.gyp:roboto-extracted' |
| 95 ], |
| 96 'includes': [ |
| 97 '../../../../closure_compiler/compile_js2.gypi' |
| 98 ] |
| 99 } |
| 100 ] |
| 101 } |
| OLD | NEW |