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

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

Issue 1161933005: Roll android_tools library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN builds Created 5 years, 6 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
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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "//media/base/android:media_java", 598 "//media/base/android:media_java",
599 "//printing:printing_java", 599 "//printing:printing_java",
600 "//sync/android:sync_java", 600 "//sync/android:sync_java",
601 "//third_party/android_protobuf:protobuf_nano_javalib", 601 "//third_party/android_protobuf:protobuf_nano_javalib",
602 "//third_party/android_tools:android_gcm_java", 602 "//third_party/android_tools:android_gcm_java",
603 "//third_party/android_tools:android_support_v13_java", 603 "//third_party/android_tools:android_support_v13_java",
604 "//third_party/android_tools:android_support_v7_appcompat_java", 604 "//third_party/android_tools:android_support_v7_appcompat_java",
605 "//third_party/android_tools:android_support_v7_mediarouter_java", 605 "//third_party/android_tools:android_support_v7_mediarouter_java",
606 "//third_party/android_tools:android_support_v7_mediarouter_resources", 606 "//third_party/android_tools:android_support_v7_mediarouter_resources",
607 "//third_party/android_tools:android_support_v7_recyclerview_java", 607 "//third_party/android_tools:android_support_v7_recyclerview_java",
608 "//third_party/android_tools:android_support_v7_recyclerview_resources",
cjhopman 2015/06/01 20:48:36 With other change, this shouldn't be needed.
aurimas (slooooooooow) 2015/06/01 20:54:44 Done
608 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 609 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
609 "//third_party/cacheinvalidation:cacheinvalidation_proto_java", 610 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
610 "//third_party/jsr-305:jsr_305_javalib", 611 "//third_party/jsr-305:jsr_305_javalib",
611 "//ui/android:ui_java", 612 "//ui/android:ui_java",
612 "//ui/android:ui_java_resources", 613 "//ui/android:ui_java_resources",
613 google_play_services_library, 614 google_play_services_library,
614 ] 615 ]
615 srcjar_deps = [ ":hosted_service_aidl" ] 616 srcjar_deps = [ ":hosted_service_aidl" ]
616 } 617 }
617 618
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 821
821 # TODO(GYP,cjhopman): Does this need version code/name? 822 # TODO(GYP,cjhopman): Does this need version code/name?
822 apk_name = "ChromePublicTest" 823 apk_name = "ChromePublicTest"
823 apk_under_test = ":chrome_public_apk" 824 apk_under_test = ":chrome_public_apk"
824 android_manifest = chrome_public_test_apk_manifest 825 android_manifest = chrome_public_test_apk_manifest
825 deps = [ 826 deps = [
826 "//chrome/test/android:chrome_staging_test_support_java", 827 "//chrome/test/android:chrome_staging_test_support_java",
827 "//chrome/android:chrome_staging_test_java", 828 "//chrome/android:chrome_staging_test_java",
828 ] 829 ]
829 } 830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698