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

Unified Diff: sky/tools/tester/BUILD.gn

Issue 715123002: Rename sky::TestObserver to sky::TestHarness (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | sky/tools/tester/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/tester/BUILD.gn
diff --git a/sky/tools/tester/BUILD.gn b/sky/tools/tester/BUILD.gn
index ae89606ec99ef4fb5ff214b033010cedd2443ff3..4636e199db94c86ebecafa071e4b365f0392951a 100644
--- a/sky/tools/tester/BUILD.gn
+++ b/sky/tools/tester/BUILD.gn
@@ -6,8 +6,8 @@ shared_library("tester") {
output_name = "sky_tester"
sources = [
- "test_observer_impl.cc",
- "test_observer_impl.h",
+ "test_harness_impl.cc",
+ "test_harness_impl.h",
"test_runner.cc",
"test_runner.h",
"tester.cc",
« no previous file with comments | « no previous file | sky/tools/tester/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698