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

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

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 "//chrome:resources", 879 "//chrome:resources",
880 "//chrome:strings", 880 "//chrome:strings",
881 "//chrome/browser", 881 "//chrome/browser",
882 "//chrome/browser/resources:extension_resource_demo", 882 "//chrome/browser/resources:extension_resource_demo",
883 "//chrome/common/extensions/api", 883 "//chrome/common/extensions/api",
884 "//chrome/renderer", 884 "//chrome/renderer",
885 "//components/autofill/content/browser:risk_proto", 885 "//components/autofill/content/browser:risk_proto",
886 "//components/autofill/content/browser/wallet:test_support", 886 "//components/autofill/content/browser/wallet:test_support",
887 "//components/autofill/content/renderer:test_support", 887 "//components/autofill/content/renderer:test_support",
888 "//components/captive_portal:test_support", 888 "//components/captive_portal:test_support",
889 "//components/dom_distiller/content:content_browser", 889 "//components/dom_distiller/content/browser",
890 "//components/dom_distiller/content:content_renderer", 890 "//components/dom_distiller/content/renderer",
891 "//components/dom_distiller/core:test_support", 891 "//components/dom_distiller/core:test_support",
892 "//components/guest_view/browser:test_support", 892 "//components/guest_view/browser:test_support",
893 "//components/resources", 893 "//components/resources",
894 "//components/strings", 894 "//components/strings",
895 "//components/translate/core/common", 895 "//components/translate/core/common",
896 "//components/user_manager:test_support", 896 "//components/user_manager:test_support",
897 "//crypto:platform", 897 "//crypto:platform",
898 "//crypto:test_support", 898 "//crypto:test_support",
899 "//device/bluetooth:mocks", 899 "//device/bluetooth:mocks",
900 "//device/serial:test_support", 900 "//device/serial:test_support",
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 if (is_android) { 2235 if (is_android) {
2236 android_library("unit_tests_java") { 2236 android_library("unit_tests_java") {
2237 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2237 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2238 deps = [ 2238 deps = [
2239 "//base:base_java", 2239 "//base:base_java",
2240 "//chrome/android:chrome_java", 2240 "//chrome/android:chrome_java",
2241 "//content/public/android:content_java", 2241 "//content/public/android:content_java",
2242 ] 2242 ]
2243 } 2243 }
2244 } 2244 }
OLDNEW
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | components/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698