| 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': 'av-icons-extracted', |
| 8 'dependencies': [ |
| 9 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 10 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 11 ], |
| 12 'includes': [ |
| 13 '../../../../closure_compiler/compile_js2.gypi' |
| 14 ] |
| 15 }, |
| 16 { |
| 17 'target_name': 'communication-icons-extracted', |
| 18 'dependencies': [ |
| 19 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 20 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 21 ], |
| 22 'includes': [ |
| 23 '../../../../closure_compiler/compile_js2.gypi' |
| 24 ] |
| 25 }, |
| 26 { |
| 27 'target_name': 'device-icons-extracted', |
| 28 'dependencies': [ |
| 29 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 30 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 31 ], |
| 32 'includes': [ |
| 33 '../../../../closure_compiler/compile_js2.gypi' |
| 34 ] |
| 35 }, |
| 36 { |
| 37 'target_name': 'editor-icons-extracted', |
| 38 'dependencies': [ |
| 39 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 40 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 41 ], |
| 42 'includes': [ |
| 43 '../../../../closure_compiler/compile_js2.gypi' |
| 44 ] |
| 45 }, |
| 46 { |
| 47 'target_name': 'hardware-icons-extracted', |
| 48 'dependencies': [ |
| 49 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 50 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 51 ], |
| 52 'includes': [ |
| 53 '../../../../closure_compiler/compile_js2.gypi' |
| 54 ] |
| 55 }, |
| 56 { |
| 57 'target_name': 'image-icons-extracted', |
| 58 'dependencies': [ |
| 59 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 60 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 61 ], |
| 62 'includes': [ |
| 63 '../../../../closure_compiler/compile_js2.gypi' |
| 64 ] |
| 65 }, |
| 66 { |
| 67 'target_name': 'iron-icons-extracted', |
| 68 'dependencies': [ |
| 69 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 70 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 71 ], |
| 72 'includes': [ |
| 73 '../../../../closure_compiler/compile_js2.gypi' |
| 74 ] |
| 75 }, |
| 76 { |
| 77 'target_name': 'maps-icons-extracted', |
| 78 'dependencies': [ |
| 79 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 80 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 81 ], |
| 82 'includes': [ |
| 83 '../../../../closure_compiler/compile_js2.gypi' |
| 84 ] |
| 85 }, |
| 86 { |
| 87 'target_name': 'notification-icons-extracted', |
| 88 'dependencies': [ |
| 89 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 90 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 91 ], |
| 92 'includes': [ |
| 93 '../../../../closure_compiler/compile_js2.gypi' |
| 94 ] |
| 95 }, |
| 96 { |
| 97 'target_name': 'places-icons-extracted', |
| 98 'dependencies': [ |
| 99 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 100 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 101 ], |
| 102 'includes': [ |
| 103 '../../../../closure_compiler/compile_js2.gypi' |
| 104 ] |
| 105 }, |
| 106 { |
| 107 'target_name': 'social-icons-extracted', |
| 108 'dependencies': [ |
| 109 '../iron-icon/compiled_resources2.gyp:iron-icon-extracted', |
| 110 '../iron-iconset-svg/compiled_resources2.gyp:iron-iconset-svg-extracted' |
| 111 ], |
| 112 'includes': [ |
| 113 '../../../../closure_compiler/compile_js2.gypi' |
| 114 ] |
| 115 } |
| 116 ] |
| 117 } |
| OLD | NEW |