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

Side by Side Diff: chrome/BUILD.gn

Issue 1624723002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize the pointer to nullptr and check null before using. 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
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/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/locales.gni") 8 import("//build/config/locales.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 977
978 deps = [ 978 deps = [
979 "//chrome/browser", 979 "//chrome/browser",
980 "//chrome/browser/ui", 980 "//chrome/browser/ui",
981 "//chrome/child", 981 "//chrome/child",
982 "//chrome/common", 982 "//chrome/common",
983 "//chrome/plugin", 983 "//chrome/plugin",
984 "//chrome/renderer", 984 "//chrome/renderer",
985 "//chrome/utility", 985 "//chrome/utility",
986 "//components/enhanced_bookmarks", 986 "//components/enhanced_bookmarks",
987 "//components/safe_browsing_db:safe_browsing_db_mobile",
987 "//content/public/app:both", 988 "//content/public/app:both",
988 ] 989 ]
989 } 990 }
990 } 991 }
991 992
992 if (is_linux) { 993 if (is_linux) {
993 action("manpage") { 994 action("manpage") {
994 if (is_chrome_branded) { 995 if (is_chrome_branded) {
995 name = "Google Chrome" 996 name = "Google Chrome"
996 filename = "google-chrome" 997 filename = "google-chrome"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1066 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1066 "//chrome/tools/build/linux/chrome-wrapper", 1067 "//chrome/tools/build/linux/chrome-wrapper",
1067 "//third_party/xdg-utils/scripts/xdg-mime", 1068 "//third_party/xdg-utils/scripts/xdg-mime",
1068 "//third_party/xdg-utils/scripts/xdg-settings", 1069 "//third_party/xdg-utils/scripts/xdg-settings",
1069 ] 1070 ]
1070 outputs = [ 1071 outputs = [
1071 "$root_out_dir/{{source_file_part}}", 1072 "$root_out_dir/{{source_file_part}}",
1072 ] 1073 ]
1073 } 1074 }
1074 } 1075 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | components/safe_browsing_db/safe_browsing_api_handler_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698