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/module_args/v8.gni") | 7 import("//build_overrides/v8.gni") |
8 import("//chrome/version.gni") | 8 import("//chrome/version.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//third_party/icu/config.gni") | 10 import("//third_party/icu/config.gni") |
11 import("//third_party/protobuf/proto_library.gni") | 11 import("//third_party/protobuf/proto_library.gni") |
12 import("channel.gni") | 12 import("channel.gni") |
13 | 13 |
14 manifest_package = "org.chromium.chrome" | 14 manifest_package = "org.chromium.chrome" |
15 if (enable_configuration_policy) { | 15 if (enable_configuration_policy) { |
16 configuration_policy = 1 | 16 configuration_policy = 1 |
17 } else { | 17 } else { |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 # TODO(GYP,cjhopman): Does this need version code/name? | 457 # TODO(GYP,cjhopman): Does this need version code/name? |
458 apk_name = "ChromePublicTest" | 458 apk_name = "ChromePublicTest" |
459 apk_under_test = ":chrome_public_apk" | 459 apk_under_test = ":chrome_public_apk" |
460 android_manifest = chrome_public_test_apk_manifest | 460 android_manifest = chrome_public_test_apk_manifest |
461 deps = [ | 461 deps = [ |
462 ":chrome_public_test_apk_manifest", | 462 ":chrome_public_test_apk_manifest", |
463 "//chrome/android:chrome_shared_test_java", | 463 "//chrome/android:chrome_shared_test_java", |
464 ] | 464 ] |
465 isolate_file = "../chrome_public_test_apk.isolate" | 465 isolate_file = "../chrome_public_test_apk.isolate" |
466 } | 466 } |
OLD | NEW |