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

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

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define a variable for safe_browsing_db_mobile_unittest_sources Created 4 years, 11 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 | « chrome/chrome_tests_unit.gypi ('k') | components/BUILD.gn » ('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/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 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 } 1811 }
1812 if (safe_browsing_mode == 1) { 1812 if (safe_browsing_mode == 1) {
1813 # TODO(sgurun): enable tests for safe_browsing==2. 1813 # TODO(sgurun): enable tests for safe_browsing==2.
1814 sources += rebase_path( 1814 sources += rebase_path(
1815 chrome_tests_unit_gypi_values.chrome_unit_tests_full_safe_browsing_s ources + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_so urces, 1815 chrome_tests_unit_gypi_values.chrome_unit_tests_full_safe_browsing_s ources + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_so urces,
1816 ".", 1816 ".",
1817 "//chrome") 1817 "//chrome")
1818 deps += [ ":test_proto" ] 1818 deps += [ ":test_proto" ]
1819 } else if (safe_browsing_mode == 2) { 1819 } else if (safe_browsing_mode == 2) {
1820 sources += rebase_path( 1820 sources += rebase_path(
1821 chrome_tests_unit_gypi_values.chrome_unit_tests_mobile_safe_browsing _sources + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_ sources, 1821 chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing _sources,
1822 ".", 1822 ".",
1823 "//chrome") 1823 "//chrome")
1824 } 1824 }
1825 if (enable_autofill_dialog && !is_android) { 1825 if (enable_autofill_dialog && !is_android) {
1826 sources += rebase_path( 1826 sources += rebase_path(
1827 chrome_tests_unit_gypi_values.chrome_unit_tests_autofill_dialog_sour ces, 1827 chrome_tests_unit_gypi_values.chrome_unit_tests_autofill_dialog_sour ces,
1828 ".", 1828 ".",
1829 "//chrome") 1829 "//chrome")
1830 } 1830 }
1831 if (enable_plugins) { 1831 if (enable_plugins) {
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 if (is_android) { 2222 if (is_android) {
2223 android_library("unit_tests_java") { 2223 android_library("unit_tests_java") {
2224 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2224 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2225 deps = [ 2225 deps = [
2226 "//base:base_java", 2226 "//base:base_java",
2227 "//chrome/android:chrome_java", 2227 "//chrome/android:chrome_java",
2228 "//content/public/android:content_java", 2228 "//content/public/android:content_java",
2229 ] 2229 ]
2230 } 2230 }
2231 } 2231 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698