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

Unified Diff: chrome/test/BUILD.gn

Issue 2824283003: Fix autoupdate_EndToEndTest on veyron_rialto (Closed)
Patch Set: done Created 3 years, 8 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 05034c595f90db56992c6abac412e5b9c7c99dc9..750da31fc7702e59cfc3023faa0993d5cc5d2593 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2272,6 +2272,8 @@ test("browser_tests") {
"../browser/chromeos/login/login_utils_browsertest.cc",
"../browser/chromeos/login/mixin_based_browser_test.cc",
"../browser/chromeos/login/mixin_based_browser_test.h",
+ "../browser/chromeos/login/mock_network_state_helper.cc",
+ "../browser/chromeos/login/mock_network_state_helper.h",
xiyuan 2017/04/27 19:34:22 Why do we need to add them? Would deps in [1] be g
kumarniranjan 2017/04/27 22:58:59 You're right: they are not needed. Removing.
"../browser/chromeos/login/oobe_localization_browsertest.cc",
"../browser/chromeos/login/proxy_auth_dialog_browsertest.cc",
"../browser/chromeos/login/reset_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698