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

Unified Diff: chrome/test/BUILD.gn

Issue 2947853002: [signin] Unit test for DiceResponseHandler (Closed)
Patch Set: Fix memory leak 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
« no previous file with comments | « chrome/browser/signin/dice_response_handler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 71c00b49ce49c05c9b9164cf89358fddc1d1c185..a33ce7e024b78549b5be3383b5a9086c2bb688d8 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",
« no previous file with comments | « chrome/browser/signin/dice_response_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698