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

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

Issue 2671743002: Separate state of basic and advanced tab in CBD dialog (Closed)
Patch Set: fix .classpath file 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 726f435dcbf86e7f26d7576f6649f2582c6a8e3d..e39808c0464cd6a8f4727daeceae9f19ed978aed 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -8,6 +8,7 @@ if (is_android) {
static_library("core") {
sources = [
+ "browsing_data_enums.h",
"browsing_data_utils.cc",
"browsing_data_utils.h",
"counters/autofill_counter.cc",
@@ -45,6 +46,11 @@ if (is_android) {
"browsing_data_utils.h",
]
}
+ java_cpp_enum("browsing_data_enums_java") {
+ sources = [
+ "browsing_data_enums.h",
+ ]
+ }
}
source_set("unit_tests") {
@@ -62,6 +68,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",

Powered by Google App Engine
This is Rietveld 408576698