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

Unified Diff: content/public/browser/BUILD.gn

Issue 2697123004: Convert RemoveDataMask from enum to pointers and split it between content and embedder (Closed)
Patch Set: More compilation error fixes. Created 3 years, 10 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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index c0f30522977091c26acd43ca631b231b45312eb7..712f99cccaf4951db9a5891ce75fe4dc1d2a109c 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -72,6 +72,8 @@ source_set("browser_sources") {
"browser_thread_delegate.h",
"browser_url_handler.h",
"browsing_data_filter_builder.h",
+ "browsing_data_types.cc",
+ "browsing_data_types.h",
"cache_storage_context.h",
"cache_storage_usage_info.h",
"cdm_registry.h",

Powered by Google App Engine
This is Rietveld 408576698