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

Unified Diff: content/browser/BUILD.gn

Issue 2234023002: Refactor WebInputEventAura to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7afb1981b4eb767dbfc8d5f42ab2597d51982c10..26d55998556344841668870d984aca70e0c47209 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -163,7 +163,6 @@ source_set("browser") {
"file_descriptor_info_impl.cc",
"file_descriptor_info_impl.h",
]
- sources -= [ "renderer_host/web_input_event_aurawin.cc" ]
}
if (enable_basic_printing || enable_print_preview) {
@@ -404,8 +403,6 @@ source_set("browser") {
"renderer_host/render_widget_host_view_aura.h",
"renderer_host/ui_events_helper.cc",
"renderer_host/ui_events_helper.h",
- "renderer_host/web_input_event_aura.cc",
- "renderer_host/web_input_event_aura.h",
"web_contents/aura/gesture_nav_simple.cc",
"web_contents/aura/gesture_nav_simple.h",
"web_contents/aura/overscroll_navigation_overlay.cc",
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698