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

Unified Diff: ui/base/BUILD.gn

Issue 686503002: Move network_connect code to ui/chromeos/network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + more gn fixes Created 6 years, 2 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index d58b4f4ceb5ea8b227cc40f77fcf5f8aa1c866bd..5a61e00a7c42c8f897848ef1bcb09df417dfb30a 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -888,6 +888,7 @@ test("ui_unittests") {
if (is_chromeos) {
sources += [
"../chromeos/touch_exploration_controller_unittest.cc",
+ "../chromeos/network/network_state_notifier_unittest.cc",
]
sources -= [
"dragdrop/os_exchange_data_provider_aurax11_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698