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

Side by Side Diff: components/BUILD.gn

Issue 1620813005: Revert of Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/test/BUILD.gn ('k') | components/components_tests.gyp » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build_overrides/webrtc.gni") 7 import("//build_overrides/webrtc.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 deps += [ "//components/browser_watcher:unit_tests" ] 262 deps += [ "//components/browser_watcher:unit_tests" ]
263 } 263 }
264 264
265 if (enable_basic_printing || enable_print_preview) { 265 if (enable_basic_printing || enable_print_preview) {
266 deps += [ 266 deps += [
267 "//components/printing/browser", 267 "//components/printing/browser",
268 "//components/printing/common", 268 "//components/printing/common",
269 "//components/printing/renderer", 269 "//components/printing/renderer",
270 ] 270 ]
271 } 271 }
272
273 if (safe_browsing_mode == 2) {
274 deps += [ "//components/safe_browsing_db:unit_tests_mobile" ]
275 }
276 } 272 }
277 273
278 repack("components_tests_pak") { 274 repack("components_tests_pak") {
279 sources = [ 275 sources = [
280 "$root_gen_dir/components/components_resources.pak", 276 "$root_gen_dir/components/components_resources.pak",
281 "$root_gen_dir/components/strings/components_strings_en-US.pak", 277 "$root_gen_dir/components/strings/components_strings_en-US.pak",
282 ] 278 ]
283 279
284 output = "$root_out_dir/components_tests_resources.pak" 280 output = "$root_out_dir/components_tests_resources.pak"
285 deps = [ 281 deps = [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 if (!is_ios) { 451 if (!is_ios) {
456 deps += [ 452 deps += [
457 "//base", 453 "//base",
458 "//base/test:test_support_perf", 454 "//base/test:test_support_perf",
459 "//components/scheduler", 455 "//components/scheduler",
460 "//components/visitedlink/browser", 456 "//components/visitedlink/browser",
461 "//content/test:test_support", 457 "//content/test:test_support",
462 ] 458 ]
463 } 459 }
464 } 460 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698