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

Unified Diff: components/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. Created 5 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browser_watcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 4e3d75b8edebb2f45ac7aa0af38f4f264472e741..a40626c3fbde7cacf25a2306f54bb6e7be7a89f9 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -271,4 +271,7 @@ test("components_unittests") {
# TODO(GYP) enable this as above.
#deps += [ "//components/constrained_window:unit_tests" ]
}
+ if (is_win) {
+ deps += [ "//components/browser_watcher:unit_tests" ]
+ }
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browser_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698