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

Unified Diff: chrome/browser/BUILD.gn

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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/android/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_counter_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 61d2c53a90773a8aae03f165fa045ce57267420f..bdb38d0fb3234cf1db9b1cfa621c5e9eff68e933 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -348,7 +348,8 @@ split_static_library("browser") {
"//components/about_handler",
"//components/app_modal",
"//components/autofill/content/browser",
- "//components/browsing_data",
+ "//components/browsing_data/content",
+ "//components/browsing_data/core",
"//components/contextual_search:browser",
"//components/data_reduction_proxy/content/browser",
"//components/data_use_measurement/content",
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_counter_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698