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

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

Issue 2936773002: Move safe_browsing.mojom into components/safe_browsing. (Closed)
Patch Set: . Created 3 years, 6 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/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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 "//components/precache/core", 1577 "//components/precache/core",
1578 "//components/prefs:prefs", 1578 "//components/prefs:prefs",
1579 "//components/previews/core", 1579 "//components/previews/core",
1580 "//components/profile_metrics", 1580 "//components/profile_metrics",
1581 "//components/proxy_config", 1581 "//components/proxy_config",
1582 "//components/query_parser", 1582 "//components/query_parser",
1583 "//components/rappor", 1583 "//components/rappor",
1584 "//components/rappor:rappor_recorder", 1584 "//components/rappor:rappor_recorder",
1585 "//components/renderer_context_menu", 1585 "//components/renderer_context_menu",
1586 "//components/resources", 1586 "//components/resources",
1587 "//components/safe_browsing/public/interfaces",
1587 "//components/safe_browsing_db", 1588 "//components/safe_browsing_db",
1588 "//components/safe_json", 1589 "//components/safe_json",
1589 "//components/search", 1590 "//components/search",
1590 "//components/search_engines", 1591 "//components/search_engines",
1591 "//components/search_provider_logos", 1592 "//components/search_provider_logos",
1592 "//components/security_interstitials/content:security_interstitial_page", 1593 "//components/security_interstitials/content:security_interstitial_page",
1593 "//components/security_interstitials/core", 1594 "//components/security_interstitials/core",
1594 "//components/security_state/content", 1595 "//components/security_state/content",
1595 "//components/security_state/core", 1596 "//components/security_state/core",
1596 "//components/sessions", 1597 "//components/sessions",
(...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after
4783 "//components/search_engines", 4784 "//components/search_engines",
4784 "//rlz:rlz_lib", 4785 "//rlz:rlz_lib",
4785 ] 4786 ]
4786 } 4787 }
4787 } 4788 }
4788 4789
4789 service_manifest("preferences_forwarder_manifest") { 4790 service_manifest("preferences_forwarder_manifest") {
4790 name = "preferences_forwarder" 4791 name = "preferences_forwarder"
4791 source = "prefs/forwarder_manifest.json" 4792 source = "prefs/forwarder_manifest.json"
4792 } 4793 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698