1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
'target_name': 'app_window_common',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'audio_player_foreground',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'background_window',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'byte_reader',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'chrome_cast',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'chrome_echo_private',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'chrome_file_browser_handler',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'chrome_test',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'chrome_webstore_widget_private',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'connection',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'css_rule',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'directory_change_event',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'entries_changed_event',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'entry_location',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'es6_workaround',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'exif_entry',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'file_browser_background',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'file_operation_progress_event',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'files_elements',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'gallery_background',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'gallery_foreground',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'html_menu_item_element',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'launcher_search_provider',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'metadata_parser_interface',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'metadata_worker_window',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'paper_elements',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'platform',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'platform_worker',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'progress_center_panel',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'video_player_foreground',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'volume_info',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'volume_info_list',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'volume_manager',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
'target_name': 'webview_tag',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
],
}
|