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

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

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use group instead of a static_library for targets that have no sources. 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 | « no previous file | chrome/browser/DEPS » ('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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "//components/history/content/browser", 291 "//components/history/content/browser",
292 "//components/keyed_service/content", 292 "//components/keyed_service/content",
293 "//components/navigation_interception", 293 "//components/navigation_interception",
294 "//components/net_log", 294 "//components/net_log",
295 "//components/network_hints/common", 295 "//components/network_hints/common",
296 "//components/password_manager/content/browser", 296 "//components/password_manager/content/browser",
297 "//components/password_manager/sync/browser", 297 "//components/password_manager/sync/browser",
298 "//components/plugins/common", 298 "//components/plugins/common",
299 "//components/proxy_config", 299 "//components/proxy_config",
300 "//components/resources", 300 "//components/resources",
301 "//components/safe_browsing_db",
301 "//components/safe_json", 302 "//components/safe_json",
302 "//components/sessions", 303 "//components/sessions",
303 "//components/ssl_config", 304 "//components/ssl_config",
304 "//components/storage_monitor", 305 "//components/storage_monitor",
305 "//components/syncable_prefs", 306 "//components/syncable_prefs",
306 "//components/translate/content/browser", 307 "//components/translate/content/browser",
307 "//components/upload_list", 308 "//components/upload_list",
308 "//components/url_matcher", 309 "//components/url_matcher",
309 "//components/visitedlink/browser", 310 "//components/visitedlink/browser",
310 "//components/visitedlink/common", 311 "//components/visitedlink/common",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1255 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1255 deps = [ 1256 deps = [
1256 "//components/google/core/browser", 1257 "//components/google/core/browser",
1257 "//components/omnibox/browser", 1258 "//components/omnibox/browser",
1258 "//components/rlz", 1259 "//components/rlz",
1259 "//components/search_engines", 1260 "//components/search_engines",
1260 "//rlz:rlz_lib", 1261 "//rlz:rlz_lib",
1261 ] 1262 ]
1262 } 1263 }
1263 } 1264 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698