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

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

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 "//content/test:browsertest_base", 969 "//content/test:browsertest_base",
970 "//crypto:platform", 970 "//crypto:platform",
971 "//crypto:test_support", 971 "//crypto:test_support",
972 "//device/bluetooth:mocks", 972 "//device/bluetooth:mocks",
973 "//device/serial:test_support", 973 "//device/serial:test_support",
974 "//device/usb:test_support", 974 "//device/usb:test_support",
975 "//google_apis:test_support", 975 "//google_apis:test_support",
976 "//media", 976 "//media",
977 "//media/base:test_support", 977 "//media/base:test_support",
978 "//media/cast:test_support", 978 "//media/cast:test_support",
979 "//mojo/common:common_base",
979 "//net", 980 "//net",
980 "//net:test_support", 981 "//net:test_support",
981 "//sdch", 982 "//sdch",
983 "//services/shell/public/cpp",
982 "//skia", 984 "//skia",
983 "//sync", 985 "//sync",
984 "//testing/gmock", 986 "//testing/gmock",
985 "//testing/gtest", 987 "//testing/gtest",
986 "//testing/perf", 988 "//testing/perf",
987 "//third_party/cacheinvalidation", 989 "//third_party/cacheinvalidation",
988 "//third_party/icu", 990 "//third_party/icu",
989 "//third_party/leveldatabase", 991 "//third_party/leveldatabase",
990 "//third_party/libjingle", 992 "//third_party/libjingle",
991 "//third_party/webrtc/modules/desktop_capture", 993 "//third_party/webrtc/modules/desktop_capture",
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 if (is_android) { 2472 if (is_android) {
2471 android_library("unit_tests_java") { 2473 android_library("unit_tests_java") {
2472 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2474 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2473 deps = [ 2475 deps = [
2474 "//base:base_java", 2476 "//base:base_java",
2475 "//chrome/android:chrome_java", 2477 "//chrome/android:chrome_java",
2476 "//content/public/android:content_java", 2478 "//content/public/android:content_java",
2477 ] 2479 ]
2478 } 2480 }
2479 } 2481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698