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

Unified Diff: blimp/common/BUILD.gn

Issue 1426993008: Serialize a subset of WebInputEvents to protobufs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 49afa021f6b111b5fbbd9704de66795eebbd2c9e..5ee8f9a4b16e64c8b2213ed977323d311cf7b48e 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -9,6 +9,8 @@ component("blimp_common") {
"blimp_common_export.h",
"compositor/blimp_task_graph_runner.cc",
"compositor/blimp_task_graph_runner.h",
+ "input/input_event_conversions.cc",
+ "input/input_event_conversions.h",
]
defines = [ "BLIMP_COMMON_IMPLEMENTATION=1" ]
@@ -22,3 +24,18 @@ component("blimp_common") {
"//ui/gl",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+
+ sources = [
+ "input/input_event_conversions_unittest.cc",
+ ]
+
+ deps = [
+ ":blimp_common",
+ "//base",
+ "//blimp/common/proto",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « blimp/BUILD.gn ('k') | blimp/common/DEPS » ('j') | blimp/common/input/input_event_conversions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698