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

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

Issue 2936773002: Move safe_browsing.mojom into components/safe_browsing. (Closed)
Patch Set: merge 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_manifest_overlay.json » ('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("//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 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 "//components/precache/core", 1571 "//components/precache/core",
1572 "//components/prefs:prefs", 1572 "//components/prefs:prefs",
1573 "//components/previews/core", 1573 "//components/previews/core",
1574 "//components/profile_metrics", 1574 "//components/profile_metrics",
1575 "//components/proxy_config", 1575 "//components/proxy_config",
1576 "//components/query_parser", 1576 "//components/query_parser",
1577 "//components/rappor", 1577 "//components/rappor",
1578 "//components/rappor:rappor_recorder", 1578 "//components/rappor:rappor_recorder",
1579 "//components/renderer_context_menu", 1579 "//components/renderer_context_menu",
1580 "//components/resources", 1580 "//components/resources",
1581 "//components/safe_browsing/common:interfaces",
1581 "//components/safe_json", 1582 "//components/safe_json",
1582 "//components/search", 1583 "//components/search",
1583 "//components/search_engines", 1584 "//components/search_engines",
1584 "//components/search_provider_logos", 1585 "//components/search_provider_logos",
1585 "//components/security_interstitials/content:security_interstitial_page", 1586 "//components/security_interstitials/content:security_interstitial_page",
1586 "//components/security_interstitials/core", 1587 "//components/security_interstitials/core",
1587 "//components/security_state/content", 1588 "//components/security_state/content",
1588 "//components/security_state/core", 1589 "//components/security_state/core",
1589 "//components/sessions", 1590 "//components/sessions",
1590 "//components/signin/core/browser", 1591 "//components/signin/core/browser",
(...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after
4796 "//components/search_engines", 4797 "//components/search_engines",
4797 "//rlz:rlz_lib", 4798 "//rlz:rlz_lib",
4798 ] 4799 ]
4799 } 4800 }
4800 } 4801 }
4801 4802
4802 service_manifest("preferences_forwarder_manifest") { 4803 service_manifest("preferences_forwarder_manifest") {
4803 name = "preferences_forwarder" 4804 name = "preferences_forwarder"
4804 source = "prefs/forwarder_manifest.json" 4805 source = "prefs/forwarder_manifest.json"
4805 } 4806 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698