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

Side by Side Diff: chrome/browser/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/app/android/chrome_main_delegate_android.cc ('k') | chrome/browser/chromeos/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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "//third_party/adobe/flash:flapper_version_h", 540 "//third_party/adobe/flash:flapper_version_h",
541 ] 541 ]
542 } 542 }
543 if (safe_browsing_mode != 0) { 543 if (safe_browsing_mode != 0) {
544 sources += 544 sources +=
545 rebase_path(gypi_values.chrome_browser_safe_browsing_basic_sources, 545 rebase_path(gypi_values.chrome_browser_safe_browsing_basic_sources,
546 ".", 546 ".",
547 "//chrome") 547 "//chrome")
548 deps += [ 548 deps += [
549 "//chrome/browser/safe_browsing:chunk_proto", 549 "//chrome/browser/safe_browsing:chunk_proto",
550 "//chrome/browser/safe_browsing:metadata_proto",
550 "//chrome/common/safe_browsing:proto", 551 "//chrome/common/safe_browsing:proto",
551 "//components/safe_browsing_db:metadata_proto",
552 ] 552 ]
553 if (safe_browsing_mode == 1) { 553 if (safe_browsing_mode == 1) {
554 sources += 554 sources +=
555 rebase_path(gypi_values.chrome_browser_safe_browsing_full_sources, 555 rebase_path(gypi_values.chrome_browser_safe_browsing_full_sources,
556 ".", 556 ".",
557 "//chrome") 557 "//chrome")
558 deps += [ "//chrome/common/safe_browsing:proto" ] 558 deps += [ "//chrome/common/safe_browsing:proto" ]
559 if (is_win) { 559 if (is_win) {
560 deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store _data_proto" ] 560 deps += [ "//chrome/browser/safe_browsing/incident_reporting:state_store _data_proto" ]
561 } 561 }
562 } else if (safe_browsing_mode == 2) { 562 } else if (safe_browsing_mode == 2) {
563 sources += 563 sources +=
564 rebase_path(gypi_values.chrome_browser_safe_browsing_mobile_sources, 564 rebase_path(gypi_values.chrome_browser_safe_browsing_mobile_sources,
565 ".", 565 ".",
566 "//chrome") 566 "//chrome")
567 deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ]
568 } 567 }
569 } 568 }
570 569
571 if (enable_hotwording) { 570 if (enable_hotwording) {
572 defines += [ "ENABLE_HOTWORDING" ] 571 defines += [ "ENABLE_HOTWORDING" ]
573 } 572 }
574 573
575 if (is_linux) { 574 if (is_linux) {
576 deps += [ "//device/media_transfer_protocol" ] 575 deps += [ "//device/media_transfer_protocol" ]
577 } 576 }
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1333 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1335 deps = [ 1334 deps = [
1336 "//components/google/core/browser", 1335 "//components/google/core/browser",
1337 "//components/omnibox/browser", 1336 "//components/omnibox/browser",
1338 "//components/rlz", 1337 "//components/rlz",
1339 "//components/search_engines", 1338 "//components/search_engines",
1340 "//rlz:rlz_lib", 1339 "//rlz:rlz_lib",
1341 ] 1340 ]
1342 } 1341 }
1343 } 1342 }
OLDNEW
« no previous file with comments | « chrome/app/android/chrome_main_delegate_android.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698