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

Unified Diff: ui/touch_selection/BUILD.gn

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased after blink issue fixed: r200194 Created 5 years, 4 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 | « content/test/data/touch_selection.html ('k') | ui/touch_selection/touch_selection_controller_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/BUILD.gn
diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
index 3f98ea08cebf6716df2f11c0b5a83fc510d07f6f..f5f2825f2eb7a07432e8c5dda0704b6586eebd01 100644
--- a/ui/touch_selection/BUILD.gn
+++ b/ui/touch_selection/BUILD.gn
@@ -53,6 +53,19 @@ component("touch_selection") {
}
}
+static_library("test_support") {
+ testonly = true
+
+ sources = [
+ "touch_selection_controller_test_api.cc",
+ "touch_selection_controller_test_api.h",
+ ]
+
+ deps = [
+ ":touch_selection",
+ ]
+}
+
# TODO(GYP): Delete this after we've converted everything to GN.
# The _run targets exist only for compatibility w/ GYP.
group("ui_touch_selection_unittests_run") {
@@ -70,6 +83,7 @@ test("ui_touch_selection_unittests") {
]
deps = [
+ ":test_support",
":touch_selection",
"//base/test:run_all_unittests",
"//testing/gmock:gmock",
« no previous file with comments | « content/test/data/touch_selection.html ('k') | ui/touch_selection/touch_selection_controller_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698