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

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

Issue 2366443005: Remove local copies of SuggestionsSource. (Closed)
Patch Set: Added ntp OWNERS to ntp tests. Created 4 years, 2 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/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//build_overrides/v8.gni") 8 import("//build_overrides/v8.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/chrome_paks.gni") 10 import("//chrome/chrome_paks.gni")
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "//components/bookmarks/common/android:bookmarks_java", 365 "//components/bookmarks/common/android:bookmarks_java",
366 "//components/invalidation/impl:java", 366 "//components/invalidation/impl:java",
367 "//components/sync:sync_java_test_support", 367 "//components/sync:sync_java_test_support",
368 "//components/sync/android:sync_java", 368 "//components/sync/android:sync_java",
369 "//components/url_formatter/android:url_formatter_java", 369 "//components/url_formatter/android:url_formatter_java",
370 "//components/web_restrictions:web_restrictions_java", 370 "//components/web_restrictions:web_restrictions_java",
371 "//content/public/android:content_java", 371 "//content/public/android:content_java",
372 "//device/geolocation:geolocation_java", 372 "//device/geolocation:geolocation_java",
373 "//net/android:net_java", 373 "//net/android:net_java",
374 "//third_party/WebKit/public:blink_headers_java", 374 "//third_party/WebKit/public:blink_headers_java",
375 "//third_party/android_tools:android_support_annotations_java",
375 "//third_party/android_tools:android_support_v7_mediarouter_java", 376 "//third_party/android_tools:android_support_v7_mediarouter_java",
376 "//third_party/android_tools:android_support_v7_recyclerview_java", 377 "//third_party/android_tools:android_support_v7_recyclerview_java",
377 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 378 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
378 "//third_party/hamcrest:hamcrest_java", 379 "//third_party/hamcrest:hamcrest_java",
379 "//ui/android:ui_java", 380 "//ui/android:ui_java",
380 google_play_services_library, 381 google_play_services_library,
381 ] 382 ]
382 srcjar_deps = [ "//base:base_build_config_gen" ] 383 srcjar_deps = [ "//base:base_build_config_gen" ]
383 } 384 }
384 385
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 instrumentation_test_apk("chrome_sync_shell_test_apk") { 772 instrumentation_test_apk("chrome_sync_shell_test_apk") {
772 apk_name = "ChromeSyncShellTest" 773 apk_name = "ChromeSyncShellTest"
773 apk_under_test = ":chrome_sync_shell_apk" 774 apk_under_test = ":chrome_sync_shell_apk"
774 android_manifest = chrome_sync_shell_test_apk_manifest 775 android_manifest = chrome_sync_shell_test_apk_manifest
775 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 776 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
776 deps = [ 777 deps = [
777 ":chrome_sync_shell_test_apk_java", 778 ":chrome_sync_shell_test_apk_java",
778 ] 779 ]
779 proguard_enabled = !is_java_debug 780 proguard_enabled = !is_java_debug
780 } 781 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698