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

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

Issue 1235053003: Remove //sky/tools/tester (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/BUILD.gn ('k') | sky/tools/tester/test_harness_impl.h » ('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
deleted file mode 100644
index 2db5dbe4790e83668a62c441d6c0fe101a2239cd..0000000000000000000000000000000000000000
--- a/sky/tools/tester/BUILD.gn
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//mojo/public/mojo_application.gni")
-
-mojo_native_application("tester") {
- output_name = "sky_tester"
-
- sources = [
- "test_harness_impl.cc",
- "test_harness_impl.h",
- "test_runner.cc",
- "test_runner.h",
- "tester.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/converters/geometry",
- "//mojo/converters/input_events",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/public/cpp/utility",
- "//mojo/services/input_events/public/interfaces",
- "//mojo/services/view_manager/public/cpp",
- "//services/window_manager:lib",
- "//sky/services/testing:interfaces",
- ]
-}
« no previous file with comments | « sky/BUILD.gn ('k') | sky/tools/tester/test_harness_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698