| 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("//android_webview/webview_repack_locales_list.gni") | 5 import("//android_webview/webview_repack_locales_list.gni") |
| 6 import("//build/config/android/config.gni") | 6 import("//build/config/android/config.gni") |
| 7 import("//build/config/android/rules.gni") | 7 import("//build/config/android/rules.gni") |
| 8 import("//build/util/process_version.gni") | 8 import("//build/util/process_version.gni") |
| 9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//chrome/android/chrome_public_apk_tmpl.gni") | 10 import("//chrome/android/chrome_public_apk_tmpl.gni") |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 | 452 |
| 453 data = [ | 453 data = [ |
| 454 "//chrome/test/data/android/", | 454 "//chrome/test/data/android/", |
| 455 "//chrome/test/data/banners/", | 455 "//chrome/test/data/banners/", |
| 456 "//chrome/test/data/encoding_tests/auto_detect/Big5_with_no_encoding_specifi
ed.html", | 456 "//chrome/test/data/encoding_tests/auto_detect/Big5_with_no_encoding_specifi
ed.html", |
| 457 "//chrome/test/data/geolocation/", | 457 "//chrome/test/data/geolocation/", |
| 458 "//chrome/test/data/google/", | 458 "//chrome/test/data/google/", |
| 459 "//chrome/test/data/image_search/valid.png", | 459 "//chrome/test/data/image_search/valid.png", |
| 460 "//chrome/test/data/navigation_interception/", | 460 "//chrome/test/data/navigation_interception/", |
| 461 "//chrome/test/data/notifications/", | 461 "//chrome/test/data/notifications/", |
| 462 "//chrome/test/data/payments/", |
| 462 "//chrome/test/data/popup_blocker/", | 463 "//chrome/test/data/popup_blocker/", |
| 463 "//chrome/test/data/push_messaging/", | 464 "//chrome/test/data/push_messaging/", |
| 464 "//chrome/test/data/translate/", | 465 "//chrome/test/data/translate/", |
| 465 "//chrome/test/media_router/resources/", | 466 "//chrome/test/media_router/resources/", |
| 466 "//content/test/data/android/geolocation.html", | 467 "//content/test/data/android/geolocation.html", |
| 467 "//content/test/data/android/media_permissions.html", | 468 "//content/test/data/android/media_permissions.html", |
| 468 "//content/test/data/android/webshare.html", | 469 "//content/test/data/android/webshare.html", |
| 469 "//content/test/data/media/getusermedia.html", | 470 "//content/test/data/media/getusermedia.html", |
| 470 "//content/test/data/media/session/", | 471 "//content/test/data/media/session/", |
| 471 "//content/test/data/media/webrtc_test_utilities.js", | 472 "//content/test/data/media/webrtc_test_utilities.js", |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 797 apk_name = "ChromeSyncShellTest" | 798 apk_name = "ChromeSyncShellTest" |
| 798 apk_under_test = ":chrome_sync_shell_apk" | 799 apk_under_test = ":chrome_sync_shell_apk" |
| 799 android_manifest = chrome_sync_shell_test_apk_manifest | 800 android_manifest = chrome_sync_shell_test_apk_manifest |
| 800 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" | 801 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" |
| 801 deps = [ | 802 deps = [ |
| 802 ":chrome_sync_shell_test_apk_java", | 803 ":chrome_sync_shell_test_apk_java", |
| 803 "//third_party/android_support_test_runner:runner_java", | 804 "//third_party/android_support_test_runner:runner_java", |
| 804 ] | 805 ] |
| 805 proguard_enabled = !is_java_debug | 806 proguard_enabled = !is_java_debug |
| 806 } | 807 } |
| OLD | NEW |