| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'app_window_common', | 7 'target_name': 'app_window_common', |
| 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 'target_name': 'platform', | 123 'target_name': 'platform', |
| 124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 'target_name': 'platform_worker', | 127 'target_name': 'platform_worker', |
| 128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 'target_name': 'progress_center_panel', | |
| 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 133 }, | |
| 134 { | |
| 135 'target_name': 'search_item', | 131 'target_name': 'search_item', |
| 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 137 }, | 133 }, |
| 138 { | 134 { |
| 139 'target_name': 'video_player_foreground', | 135 'target_name': 'video_player_foreground', |
| 140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 141 }, | 137 }, |
| 142 { | 138 { |
| 143 'target_name': 'volume_info', | 139 'target_name': 'volume_info', |
| 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 145 }, | 141 }, |
| 146 { | 142 { |
| 147 'target_name': 'volume_info_list', | 143 'target_name': 'volume_info_list', |
| 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 149 }, | 145 }, |
| 150 { | 146 { |
| 151 'target_name': 'volume_manager', | 147 'target_name': 'volume_manager', |
| 152 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 153 }, | 149 }, |
| 154 { | 150 { |
| 155 'target_name': 'webview_tag', | 151 'target_name': 'webview_tag', |
| 156 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 152 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 157 }, | 153 }, |
| 158 ], | 154 ], |
| 159 } | 155 } |
| OLD | NEW |