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

Unified Diff: content/test/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/renderer/render_widget.cc ('k') | content/test/data/touch_selection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 956f742a9b0516fbc4d6251ca33d977d3cc80d95..f074c40bb44301a4ddeef8f215f966a8a5b8fedc 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -375,11 +375,6 @@ if (!is_mac) {
"//third_party/mesa:osmesa",
]
- if (!is_chromeos) {
- sources -=
- [ "../browser/web_contents/touch_editable_impl_aura_browsertest.cc" ]
- }
-
if (is_win) {
sources += rebase_path(
content_tests_gypi_values.content_browsertests_win_sources,
@@ -465,9 +460,16 @@ if (!is_mac) {
"//content")
}
- if (!use_aura) {
- sources -=
- [ "../browser/web_contents/web_contents_view_aura_browsertest.cc" ]
+ if (use_aura) {
+ deps += [
+ "//ui/touch_selection:test_support",
+ "//ui/touch_selection:touch_selection",
+ ]
+ } else {
+ sources -= [
+ "../browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc",
+ "../browser/web_contents/web_contents_view_aura_browsertest.cc",
+ ]
}
}
}
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/test/data/touch_selection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698