OLD | NEW |
---|---|
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'android_webview_pak', | 10 'target_name': 'android_webview_pak', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
159 '../components/components.gyp:auto_login_parser', | 159 '../components/components.gyp:auto_login_parser', |
160 '../components/components.gyp:autofill_content_renderer', | 160 '../components/components.gyp:autofill_content_renderer', |
161 '../components/components.gyp:breakpad_host', | 161 '../components/components.gyp:breakpad_host', |
162 '../components/components.gyp:cdm_browser', | 162 '../components/components.gyp:cdm_browser', |
163 '../components/components.gyp:cdm_renderer', | 163 '../components/components.gyp:cdm_renderer', |
164 '../components/components.gyp:crash_component', | 164 '../components/components.gyp:crash_component', |
165 '../components/components.gyp:data_reduction_proxy_core_browser', | 165 '../components/components.gyp:data_reduction_proxy_core_browser', |
166 '../components/components.gyp:navigation_interception', | 166 '../components/components.gyp:navigation_interception', |
167 '../components/components.gyp:printing_common', | 167 '../components/components.gyp:printing_common', |
168 '../components/components.gyp:printing_renderer', | 168 '../components/components.gyp:printing_renderer', |
169 '../components/components.gyp:signin_core_browser', | |
boliu
2015/04/13 15:35:52
It's not immediately clear to me why this is neede
| |
169 '../components/components.gyp:visitedlink_browser', | 170 '../components/components.gyp:visitedlink_browser', |
170 '../components/components.gyp:visitedlink_renderer', | 171 '../components/components.gyp:visitedlink_renderer', |
171 '../components/components.gyp:web_contents_delegate_android', | 172 '../components/components.gyp:web_contents_delegate_android', |
172 '../content/content.gyp:content_app_both', | 173 '../content/content.gyp:content_app_both', |
173 '../content/content.gyp:content_browser', | 174 '../content/content.gyp:content_browser', |
174 '../gin/gin.gyp:gin', | 175 '../gin/gin.gyp:gin', |
175 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 176 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
176 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 177 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
177 '../gpu/gpu.gyp:command_buffer_service', | 178 '../gpu/gpu.gyp:command_buffer_service', |
178 '../gpu/gpu.gyp:gles2_implementation', | 179 '../gpu/gpu.gyp:gles2_implementation', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
367 'java_in_dir': 'glue/java', | 368 'java_in_dir': 'glue/java', |
368 'resource_dir': 'apk/java/res', | 369 'resource_dir': 'apk/java/res', |
369 }, | 370 }, |
370 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 371 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
371 }, | 372 }, |
372 ], | 373 ], |
373 'includes': [ | 374 'includes': [ |
374 'android_webview_tests.gypi', | 375 'android_webview_tests.gypi', |
375 ], | 376 ], |
376 } | 377 } |
OLD | NEW |