Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: chrome/android/BUILD.gn

Issue 1237303003: Move more tests from ChromeShellTest to ChromePublicTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/banners/AppData.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/module_args/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")
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 deps = [ 606 deps = [
607 "//base:base_java", 607 "//base:base_java",
608 "//base:base_java_test_support", 608 "//base:base_java_test_support",
609 "//chrome/android:chrome_java", 609 "//chrome/android:chrome_java",
610 "//chrome/android:chrome_java_resources", 610 "//chrome/android:chrome_java_resources",
611 "//chrome/test/android:chrome_java_test_support", 611 "//chrome/test/android:chrome_java_test_support",
612 "//components/bookmarks/common/android:bookmarks_java", 612 "//components/bookmarks/common/android:bookmarks_java",
613 "//components/dom_distiller/android:dom_distiller_core_java", 613 "//components/dom_distiller/android:dom_distiller_core_java",
614 "//components/invalidation/impl:java", 614 "//components/invalidation/impl:java",
615 "//components/invalidation/impl:javatests", 615 "//components/invalidation/impl:javatests",
616 "//components/navigation_interception/android:navigation_interception_java",
616 "//components/precache/android:precache_java", 617 "//components/precache/android:precache_java",
617 "//components/precache/android:precache_javatests", 618 "//components/precache/android:precache_javatests",
618 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 619 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
619 "//content/public/android:content_java", 620 "//content/public/android:content_java",
620 "//content/public/test/android:content_java_test_support", 621 "//content/public/test/android:content_java_test_support",
621 "//net/android:net_java", 622 "//net/android:net_java",
622 "//net/android:net_java_test_support", 623 "//net/android:net_java_test_support",
623 "//printing:printing_java", 624 "//printing:printing_java",
624 "//sync/android:sync_java", 625 "//sync/android:sync_java",
625 "//sync/android:sync_javatests", 626 "//sync/android:sync_javatests",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 # TODO(GYP,cjhopman): Does this need version code/name? 745 # TODO(GYP,cjhopman): Does this need version code/name?
745 apk_name = "ChromePublicTest" 746 apk_name = "ChromePublicTest"
746 apk_under_test = ":chrome_public_apk" 747 apk_under_test = ":chrome_public_apk"
747 android_manifest = chrome_public_test_apk_manifest 748 android_manifest = chrome_public_test_apk_manifest
748 deps = [ 749 deps = [
749 ":chrome_public_test_apk_manifest", 750 ":chrome_public_test_apk_manifest",
750 "//chrome/android:chrome_shared_test_java", 751 "//chrome/android:chrome_shared_test_java",
751 ] 752 ]
752 isolate_file = "../chrome_public_test_apk.isolate" 753 isolate_file = "../chrome_public_test_apk.isolate"
753 } 754 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/banners/AppData.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698