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

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: Without RenderWidgetHostDelegate part (on top of crrev.com/1162373002) Created 5 years, 6 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
« content/renderer/render_widget.cc ('K') | « content/renderer/render_widget.cc ('k') | no next file » | 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 67d4fcd3fe6b3c9e2c9a60314581e34af282c333..483bf92202cf1cced73dc1545730fd8809062f25 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -319,11 +319,6 @@ if (!is_mac) {
data_deps = [ "//ppapi:ppapi_tests" ] # Loaded at runtime.
- 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,
« content/renderer/render_widget.cc ('K') | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698