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 'system_webview_package_name%': 'com.android.webview', | 7 'system_webview_package_name%': 'com.android.webview', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 '../components/components.gyp:navigation_interception', | 239 '../components/components.gyp:navigation_interception', |
240 '../components/components.gyp:printing_common', | 240 '../components/components.gyp:printing_common', |
241 '../components/components.gyp:printing_browser', | 241 '../components/components.gyp:printing_browser', |
242 '../components/components.gyp:printing_renderer', | 242 '../components/components.gyp:printing_renderer', |
243 '../components/components.gyp:visitedlink_browser', | 243 '../components/components.gyp:visitedlink_browser', |
244 '../components/components.gyp:visitedlink_renderer', | 244 '../components/components.gyp:visitedlink_renderer', |
245 '../components/components.gyp:web_contents_delegate_android', | 245 '../components/components.gyp:web_contents_delegate_android', |
246 '../content/content.gyp:content_app_both', | 246 '../content/content.gyp:content_app_both', |
247 '../content/content.gyp:content_browser', | 247 '../content/content.gyp:content_browser', |
248 '../gin/gin.gyp:gin', | 248 '../gin/gin.gyp:gin', |
249 '../gpu/blink/gpu_blink.gyp:gpu_blink', | |
250 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 249 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
251 '../gpu/gpu.gyp:command_buffer_service', | 250 '../gpu/gpu.gyp:command_buffer_service', |
252 '../gpu/gpu.gyp:gl_in_process_context', | 251 '../gpu/gpu.gyp:gl_in_process_context', |
253 '../gpu/gpu.gyp:gles2_c_lib', | 252 '../gpu/gpu.gyp:gles2_c_lib', |
254 '../gpu/gpu.gyp:gles2_implementation', | 253 '../gpu/gpu.gyp:gles2_implementation', |
255 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 254 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
256 '../media/media.gyp:media', | 255 '../media/media.gyp:media', |
257 '../media/midi/midi.gyp:midi', | 256 '../media/midi/midi.gyp:midi', |
258 '../net/net.gyp:net_extras', | 257 '../net/net.gyp:net_extras', |
259 '../printing/printing.gyp:printing', | 258 '../printing/printing.gyp:printing', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 507 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
509 }, | 508 }, |
510 ], | 509 ], |
511 }] | 510 }] |
512 ], | 511 ], |
513 'includes': [ | 512 'includes': [ |
514 'android_webview_tests.gypi', | 513 'android_webview_tests.gypi', |
515 'apk/system_webview_paks.gypi', | 514 'apk/system_webview_paks.gypi', |
516 ], | 515 ], |
517 } | 516 } |
OLD | NEW |