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

Unified Diff: components/browser_watcher/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 | « components/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index fede06b927f964d0197d71c174fae1a7eeddbcb4..018beb0ef369d521dfbbbc3a93655333501a4899 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -75,15 +75,13 @@ static_library("stability") {
sources = [
"features.cc",
"features.h",
- "stability_debugging_win.cc",
- "stability_debugging_win.h",
]
deps = [
"//base",
]
}
-source_set("unit_tests") {
+source_set("browser_watcher_tests") {
testonly = true
sources = [
"endsession_watcher_window_win_unittest.cc",
« no previous file with comments | « components/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698