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

Unified Diff: components/BUILD.gn

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/importer/bookmarks_file_importer.cc ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 41397bf02c5dd7d9048ed47c02aaaa4e523e5665..7825b3c034c648a5f4124fa3ba2d5c96ff2f4fde 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -92,7 +92,6 @@ group("all_components") {
"//components/search",
"//components/search_engines",
"//components/search_provider_logos",
- "//components/secure_display",
"//components/security_interstitials/core",
"//components/sessions",
"//components/signin/core/browser",
@@ -110,7 +109,7 @@ group("all_components") {
"//components/undo",
"//components/update_client",
"//components/upload_list",
- "//components/url_fixer",
+ "//components/url_formatter",
"//components/url_matcher",
"//components/user_manager",
"//components/user_prefs",
@@ -321,7 +320,7 @@ test("components_unittests") {
"//components/omnibox/browser:unit_tests",
"//components/packed_ct_ev_whitelist:unit_tests",
"//components/undo:unit_tests",
- "//components/secure_display:unit_tests",
+ "//components/url_formatter:unit_tests",
"//components/update_client:unit_tests",
"//components/upload_list:unit_tests",
"//components/variations:unit_tests",
« no previous file with comments | « chrome/utility/importer/bookmarks_file_importer.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698