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

Unified Diff: components/BUILD.gn

Issue 2552273002: Trace problematic inclusion (Closed)
Patch Set: rename browser_watcher's unit_tests Created 4 years 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 | « no previous file | 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 d518aea5a874f35f732e63309e61f881298f1f1c..dd4bde95c6c9cd23dfd5d9b77d6712aebabc9202 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -293,7 +293,7 @@ test("components_unittests") {
}
if (is_win) {
- deps += [ "//components/browser_watcher:unit_tests" ]
+ deps += [ "//components/browser_watcher:browser_watcher_tests" ]
}
if (enable_basic_printing || enable_print_preview) {
« no previous file with comments | « no previous file | components/browser_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698