Chromium Code Reviews| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 'target_name': 'html_menu_item_element', | 99 'target_name': 'html_menu_item_element', |
| 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 'target_name': 'launcher_search_provider', | 103 'target_name': 'launcher_search_provider', |
| 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 'target_name': 'menu_item_update_event', | |
|
Dan Beam
2017/04/18 01:26:08
btw, https://cs.chromium.org/chromium/src/third_pa
| |
| 108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | |
| 109 }, | |
| 110 { | |
| 107 'target_name': 'metadata_parser_interface', | 111 'target_name': 'metadata_parser_interface', |
| 108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 109 }, | 113 }, |
| 110 { | 114 { |
| 111 'target_name': 'metadata_worker_window', | 115 'target_name': 'metadata_worker_window', |
| 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 113 }, | 117 }, |
| 114 { | 118 { |
| 115 'target_name': 'paper_elements', | 119 'target_name': 'paper_elements', |
| 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 142 { | 146 { |
| 143 'target_name': 'volume_manager', | 147 'target_name': 'volume_manager', |
| 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 145 }, | 149 }, |
| 146 { | 150 { |
| 147 'target_name': 'webview_tag', | 151 'target_name': 'webview_tag', |
| 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 152 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 149 }, | 153 }, |
| 150 ], | 154 ], |
| 151 } | 155 } |
| OLD | NEW |