| 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': 'audio_player_foreground', | |
| 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 9 }, | |
| 10 { | |
| 11 'target_name': 'chrome_cast', | |
| 12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 13 }, | |
| 14 { | |
| 15 'target_name': 'chrome_echo_private', | |
| 16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 17 }, | |
| 18 { | |
| 19 'target_name': 'chrome_file_browser_handler', | |
| 20 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 21 }, | |
| 22 { | |
| 23 'target_name': 'chrome_test', | |
| 24 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 25 }, | |
| 26 { | |
| 27 'target_name': 'chrome_webstore_widget_private', | |
| 28 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 29 }, | |
| 30 { | |
| 31 'target_name': 'connection', | |
| 32 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 33 }, | |
| 34 { | |
| 35 'target_name': 'css_rule', | |
| 36 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 37 }, | |
| 38 { | |
| 39 'target_name': 'es6_workaround', | |
| 40 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 41 }, | |
| 42 { | |
| 43 'target_name': 'exif_entry', | |
| 44 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 45 }, | |
| 46 { | |
| 47 'target_name': 'files_elements', | |
| 48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 49 }, | |
| 50 { | |
| 51 'target_name': 'gallery_background', | |
| 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 53 }, | |
| 54 { | |
| 55 'target_name': 'gallery_foreground', | |
| 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 57 }, | |
| 58 { | |
| 59 'target_name': 'html_menu_item_element', | |
| 60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 61 }, | |
| 62 { | |
| 63 'target_name': 'launcher_search_provider', | |
| 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 65 }, | |
| 66 { | |
| 67 'target_name': 'paper_elements', | |
| 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 69 }, | |
| 70 { | |
| 71 'target_name': 'platform', | |
| 72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 73 }, | |
| 74 { | |
| 75 'target_name': 'platform_worker', | |
| 76 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 77 }, | |
| 78 { | |
| 79 'target_name': 'video_player_foreground', | |
| 80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 81 }, | |
| 82 { | |
| 83 'target_name': 'volume_info', | |
| 84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 85 }, | |
| 86 { | |
| 87 'target_name': 'webview_tag', | |
| 88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 89 }, | |
| 90 ], | |
| 91 } | |
| OLD | NEW |