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

Unified Diff: components/browsing_data/core/BUILD.gn

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: rebase and fix compilation 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: components/browsing_data/core/BUILD.gn
diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
index a0f40b11dbf0859377a4e6260f193ae42404abed..dd140ce50128d5dda9727b0e20f7112f7eaa2e78 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -10,6 +10,7 @@ static_library("core") {
sources = [
"browsing_data_utils.cc",
"browsing_data_utils.h",
+ "clear_browsing_data_tab.h",
"counters/autofill_counter.cc",
"counters/autofill_counter.h",
"counters/browsing_data_counter.cc",
@@ -45,6 +46,11 @@ if (is_android) {
"browsing_data_utils.h",
]
}
+ java_cpp_enum("clear_browsing_data_tab_java") {
+ sources = [
+ "clear_browsing_data_tab.h",
+ ]
+ }
}
source_set("unit_tests") {
@@ -63,6 +69,7 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/sync",
"//components/sync:test_support_driver",
+ "//components/sync_preferences:test_support",
"//components/version_info:version_info",
"//net",
"//testing/gtest",
« no previous file with comments | « chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698