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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1313353010: Overhaul Mandoline event transport code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gn check 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
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 2ec830646af22f760b6d3b05f2f01f0ae2513e30..19358b42f9e0b00dd7895f858c5afb030be80736 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -307,6 +307,7 @@ test("html_viewer_unittests") {
sources = [
"ax_provider_impl_unittest.cc",
"discardable_memory_allocator_unittest.cc",
+ "input_events_unittest.cc",
"run_all_unittests.cc",
]
deps = [
@@ -315,9 +316,12 @@ test("html_viewer_unittests") {
"//base/test:test_support",
"//components/scheduler",
"//gin",
+ "//mojo/converters/input_events",
"//testing/gtest:gtest",
"//third_party/mojo/src/mojo/edk/system",
"//ui/base",
+ "//ui/events",
+ "//ui/events:test_support",
"//ui/mojo/init",
]
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698