| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 { | 345 { |
| 346 'target_name': 'libwebviewchromium', | 346 'target_name': 'libwebviewchromium', |
| 347 'includes': [ | 347 'includes': [ |
| 348 'libwebviewchromium.gypi', | 348 'libwebviewchromium.gypi', |
| 349 ], | 349 ], |
| 350 }, | 350 }, |
| 351 { | 351 { |
| 352 'target_name': 'android_webview_java', | 352 'target_name': 'android_webview_java', |
| 353 'type': 'none', | 353 'type': 'none', |
| 354 'dependencies': [ | 354 'dependencies': [ |
| 355 '../components/components.gyp:external_video_surface_java', |
| 355 '../components/components.gyp:navigation_interception_java', | 356 '../components/components.gyp:navigation_interception_java', |
| 356 '../components/components.gyp:web_contents_delegate_android_java', | 357 '../components/components.gyp:web_contents_delegate_android_java', |
| 357 '../content/content.gyp:content_java', | 358 '../content/content.gyp:content_java', |
| 358 '../ui/android/ui_android.gyp:ui_java', | 359 '../ui/android/ui_android.gyp:ui_java', |
| 359 'android_webview_strings_grd', | 360 'android_webview_strings_grd', |
| 360 ], | 361 ], |
| 361 'variables': { | 362 'variables': { |
| 362 'java_in_dir': '../android_webview/java', | 363 'java_in_dir': '../android_webview/java', |
| 363 'has_java_resources': 1, | 364 'has_java_resources': 1, |
| 364 'R_package': 'org.chromium.android_webview', | 365 'R_package': 'org.chromium.android_webview', |
| 365 'R_package_relpath': 'org/chromium/android_webview', | 366 'R_package_relpath': 'org/chromium/android_webview', |
| 366 }, | 367 }, |
| 367 'includes': [ '../build/java.gypi' ], | 368 'includes': [ '../build/java.gypi' ], |
| 368 }, | 369 }, |
| 369 { | 370 { |
| 370 'target_name': 'system_webview_apk', | 371 'target_name': 'system_webview_apk', |
| 371 'variables': { | 372 'variables': { |
| 372 'apk_name': 'SystemWebView', | 373 'apk_name': 'SystemWebView', |
| 373 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_5
.1.0_r1.jar', | 374 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_5
.1.0_r1.jar', |
| 374 'java_in_dir': 'glue/java', | 375 'java_in_dir': 'glue/java', |
| 375 'resource_dir': 'apk/java/res', | 376 'resource_dir': 'apk/java/res', |
| 376 }, | 377 }, |
| 377 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 378 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 378 }, | 379 }, |
| 379 ], | 380 ], |
| 380 'includes': [ | 381 'includes': [ |
| 381 'android_webview_tests.gypi', | 382 'android_webview_tests.gypi', |
| 382 ], | 383 ], |
| 383 } | 384 } |
| OLD | NEW |