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

Unified Diff: chrome/test/BUILD.gn

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gn dep on safe_browsing_db_mobile Created 4 years, 11 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b000210e22eb5123cd12f3d091740236a54e1744..6667b53ffa3126ecd53fa6a49cf4be970bdeab93 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1839,7 +1839,7 @@ test("unit_tests") {
deps += [ ":test_proto" ]
} else if (safe_browsing_mode == 2) {
sources += rebase_path(
- chrome_tests_unit_gypi_values.chrome_unit_tests_mobile_safe_browsing_sources + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_sources,
+ chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_sources,
".",
"//chrome")
}

Powered by Google App Engine
This is Rietveld 408576698