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

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

Issue 1415923004: Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress the 4267 warning in BUILD.gn Created 5 years, 1 month 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') | chrome/test/data/SafeBrowsing/PrefixSetRef » ('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 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 1577
1578 if (!is_ios) { 1578 if (!is_ios) {
1579 deps += [ 1579 deps += [
1580 ":unit_tests_js", 1580 ":unit_tests_js",
1581 "//components/audio_modem:test_support", 1581 "//components/audio_modem:test_support",
1582 "//components/autofill/content/browser/wallet:test_support", 1582 "//components/autofill/content/browser/wallet:test_support",
1583 "//components/autofill/content/renderer:test_support", 1583 "//components/autofill/content/renderer:test_support",
1584 "//components/data_reduction_proxy/core/browser:test_support", 1584 "//components/data_reduction_proxy/core/browser:test_support",
1585 "//components/data_use_measurement/core", 1585 "//components/data_use_measurement/core",
1586 "//components/metrics/proto", 1586 "//components/metrics/proto",
1587 "//components/safe_browsing_db",
1587 "//components/safe_json:test_support", 1588 "//components/safe_json:test_support",
1588 "//components/webdata_services:test_support", 1589 "//components/webdata_services:test_support",
1589 "//components/strings", 1590 "//components/strings",
1590 "//device/bluetooth:mocks", 1591 "//device/bluetooth:mocks",
1591 "//content/app/resources", 1592 "//content/app/resources",
1592 "//gpu:test_support", 1593 "//gpu:test_support",
1593 "//media:test_support", 1594 "//media:test_support",
1594 1595
1595 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) 1596 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP)
1596 "//third_party/leveldatabase", 1597 "//third_party/leveldatabase",
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 "//third_party/mojo/src/mojo/edk/system", 2166 "//third_party/mojo/src/mojo/edk/system",
2166 ] 2167 ]
2167 2168
2168 if (!is_android && use_ash) { 2169 if (!is_android && use_ash) {
2169 sources += rebase_path( 2170 sources += rebase_path(
2170 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 2171 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
2171 ".", 2172 ".",
2172 "//chrome") 2173 "//chrome")
2173 } 2174 }
2174 } 2175 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/SafeBrowsing/PrefixSetRef » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698