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

Unified Diff: mojo/converters/input_events/tests/BUILD.gn

Issue 1313353010: Overhaul Mandoline event transport code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: mojo/converters/input_events/tests/BUILD.gn
diff --git a/components/proximity_auth/logging/BUILD.gn b/mojo/converters/input_events/tests/BUILD.gn
similarity index 53%
copy from components/proximity_auth/logging/BUILD.gn
copy to mojo/converters/input_events/tests/BUILD.gn
index dbc8045d80c5fbf811625839ccc6eac90c77d129..ca34a41db8ad78b5d00e0e72ecdcf86d4bdb2d80 100644
--- a/components/proximity_auth/logging/BUILD.gn
+++ b/mojo/converters/input_events/tests/BUILD.gn
@@ -2,27 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("logging") {
- sources = [
- "log_buffer.cc",
- "log_buffer.h",
- "logging.cc",
- "logging.h",
- ]
+import("//testing/test.gni")
+test("input_events_lib_unittests") {
deps = [
"//base",
+ "//base/test:test_support",
+ "//mojo/converters/input_events",
+ "//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
+ "//components/html_viewer:lib",
]
-}
-source_set("unit_tests") {
- testonly = true
sources = [
- "logging_unittest.cc",
- ]
-
- deps = [
- "//base/test:test_support",
- "//testing/gtest",
+ "input_events_unittest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698