| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 'target_name': 'platform', | 111 'target_name': 'platform', |
| 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 'target_name': 'platform_worker', | 115 'target_name': 'platform_worker', |
| 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 'target_name': 'progress_center_panel', |
| 120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 121 }, |
| 122 { |
| 119 'target_name': 'video_player_foreground', | 123 'target_name': 'video_player_foreground', |
| 120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 121 }, | 125 }, |
| 122 { | 126 { |
| 123 'target_name': 'volume_info', | 127 'target_name': 'volume_info', |
| 124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 125 }, | 129 }, |
| 126 { | 130 { |
| 127 'target_name': 'volume_info_list', | 131 'target_name': 'volume_info_list', |
| 128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 129 }, | 133 }, |
| 130 { | 134 { |
| 131 'target_name': 'volume_manager', | 135 'target_name': 'volume_manager', |
| 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 133 }, | 137 }, |
| 134 { | 138 { |
| 135 'target_name': 'webview_tag', | 139 'target_name': 'webview_tag', |
| 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 137 }, | 141 }, |
| 138 ], | 142 ], |
| 139 } | 143 } |
| OLD | NEW |