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

Unified Diff: chrome/test/BUILD.gn

Issue 2947853002: [signin] Unit test for DiceResponseHandler (Closed)
Patch Set: Created 3 years, 6 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 f7d26ea2ef5707fb61203fd6724f89581e739fe3..5b80ce77f39293a68e1a85839462d7cea0cc7c92 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -11,6 +11,7 @@ import("//chrome/common/features.gni")
import("//chrome/chrome_repack_locales.gni")
import("//components/offline_pages/features/features.gni")
import("//components/os_crypt/features.gni")
+import("//components/signin/features.gni")
import("//components/spellcheck/spellcheck_build_features.gni")
import("//extensions/features/features.gni")
import("//media/media_options.gni")
@@ -3490,6 +3491,10 @@ test("unit_tests") {
data_deps += [ "//chrome:chrome_framework" ]
}
+ if (enable_dice_support) {
+ sources += [ "../browser/signin/dice_response_handler_unittest.cc" ]
+ }
+
if (enable_offline_pages) {
sources += [
"../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698