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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
381 'R_package': 'org.chromium.android_webview', | 381 'R_package': 'org.chromium.android_webview', |
382 'R_package_relpath': 'org/chromium/android_webview', | 382 'R_package_relpath': 'org/chromium/android_webview', |
383 }, | 383 }, |
384 'includes': [ '../build/java.gypi' ], | 384 'includes': [ '../build/java.gypi' ], |
385 }, | 385 }, |
386 { | 386 { |
387 'target_name': 'system_webview_apk', | 387 'target_name': 'system_webview_apk', |
388 'variables': { | 388 'variables': { |
389 'apk_name': 'SystemWebView', | 389 'apk_name': 'SystemWebView', |
390 'android_sdk_jar': '../third_party/android_platform/webview/framewor ks_5.1.0_r1.jar', | 390 'android_sdk_jar': '../third_party/android_platform/webview/framewor ks_5.1.0_r1.jar', |
391 'android_manifest_path': 'apk/java/AndroidManifest.xml', | 391 'android_manifest_template_path': 'apk/java/AndroidManifest.xml', |
Torne
2015/03/30 14:02:38
This will be the same for all the users of system_
Tobias Sargeant
2015/03/30 15:54:14
Done.
| |
392 'android_manifest_template_vars': [ ], | |
392 'java_in_dir': 'glue/java', | 393 'java_in_dir': 'glue/java', |
393 'resource_dir': 'apk/java/res', | 394 'resource_dir': 'apk/java/res', |
394 }, | 395 }, |
395 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 396 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
396 }, | 397 }, |
397 ], | 398 ], |
398 }, { # android_webview_build==1 | 399 }, { # android_webview_build==1 |
399 'targets': [ | 400 'targets': [ |
400 { | 401 { |
401 'target_name': 'android_webview_jarjar_ui_resources', | 402 'target_name': 'android_webview_jarjar_ui_resources', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
437 'android_webview_jarjar_content_resources', | 438 'android_webview_jarjar_content_resources', |
438 'android_webview_jarjar_ui_resources', | 439 'android_webview_jarjar_ui_resources', |
439 'android_webview_jarjar_web_contents_delegate_android_resources', | 440 'android_webview_jarjar_web_contents_delegate_android_resources', |
440 'android_webview_strings_grd', | 441 'android_webview_strings_grd', |
441 ], | 442 ], |
442 }, | 443 }, |
443 ], | 444 ], |
444 }], | 445 }], |
445 ], | 446 ], |
446 } | 447 } |
OLD | NEW |