OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
6 import("//build/config/android/rules.gni") | 6 import("//build/config/android/rules.gni") |
7 import("//build_overrides/v8.gni") | 7 import("//build_overrides/v8.gni") |
8 import("//chrome/android/chrome_public_apk_tmpl.gni") | 8 import("//chrome/android/chrome_public_apk_tmpl.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//chrome/version.gni") | 10 import("//chrome/version.gni") |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 "//chrome/test/data/google/", | 454 "//chrome/test/data/google/", |
455 "//chrome/test/data/image_search/valid.png", | 455 "//chrome/test/data/image_search/valid.png", |
456 "//chrome/test/data/navigation_interception/", | 456 "//chrome/test/data/navigation_interception/", |
457 "//chrome/test/data/notifications/", | 457 "//chrome/test/data/notifications/", |
458 "//chrome/test/data/popup_blocker/", | 458 "//chrome/test/data/popup_blocker/", |
459 "//chrome/test/data/push_messaging/", | 459 "//chrome/test/data/push_messaging/", |
460 "//chrome/test/data/translate/", | 460 "//chrome/test/data/translate/", |
461 "//chrome/test/data/webapps/", | 461 "//chrome/test/data/webapps/", |
462 "//chrome/test/media_router/resources/", | 462 "//chrome/test/media_router/resources/", |
463 "//content/test/data/android/geolocation.html", | 463 "//content/test/data/android/geolocation.html", |
464 "//content/test/data/android/media_permissions.html", | |
465 "//content/test/data/media/getusermedia.html", | 464 "//content/test/data/media/getusermedia.html", |
466 "//content/test/data/media/session/", | 465 "//content/test/data/media/session/", |
467 "//content/test/data/media/webrtc_test_utilities.js", | 466 "//content/test/data/media/webrtc_test_utilities.js", |
468 ] | 467 ] |
469 } | 468 } |
470 | 469 |
471 # Overrides icon / name defined in chrome_java_resources. | 470 # Overrides icon / name defined in chrome_java_resources. |
472 android_resources("chrome_public_apk_resources") { | 471 android_resources("chrome_public_apk_resources") { |
473 resource_dirs = [ "java/res_chromium" ] | 472 resource_dirs = [ "java/res_chromium" ] |
474 | 473 |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 instrumentation_test_apk("chrome_sync_shell_test_apk") { | 685 instrumentation_test_apk("chrome_sync_shell_test_apk") { |
687 apk_name = "ChromeSyncShellTest" | 686 apk_name = "ChromeSyncShellTest" |
688 apk_under_test = ":chrome_sync_shell_apk" | 687 apk_under_test = ":chrome_sync_shell_apk" |
689 android_manifest = chrome_sync_shell_test_apk_manifest | 688 android_manifest = chrome_sync_shell_test_apk_manifest |
690 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" | 689 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" |
691 deps = [ | 690 deps = [ |
692 ":chrome_sync_shell_test_apk_java", | 691 ":chrome_sync_shell_test_apk_java", |
693 ] | 692 ] |
694 proguard_enabled = !is_java_debug | 693 proguard_enabled = !is_java_debug |
695 } | 694 } |
OLD | NEW |