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

Side by Side 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: remove aura naming 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 if (toolkit_views) { 157 if (toolkit_views) {
158 deps += [ "//ui/events" ] 158 deps += [ "//ui/events" ]
159 } 159 }
160 160
161 if (!is_win) { 161 if (!is_win) {
162 sources += [ 162 sources += [
163 "file_descriptor_info_impl.cc", 163 "file_descriptor_info_impl.cc",
164 "file_descriptor_info_impl.h", 164 "file_descriptor_info_impl.h",
165 ] 165 ]
166 sources -= [ "renderer_host/web_input_event_aurawin.cc" ]
167 } 166 }
168 167
169 if (enable_basic_printing || enable_print_preview) { 168 if (enable_basic_printing || enable_print_preview) {
170 deps += [ "//printing" ] 169 deps += [ "//printing" ]
171 } 170 }
172 171
173 if (!is_mac) { 172 if (!is_mac) {
174 deps += [ "//sandbox" ] 173 deps += [ "//sandbox" ]
175 } 174 }
176 if (!is_android) { 175 if (!is_android) {
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "renderer_host/compositor_resize_lock_aura.h", 402 "renderer_host/compositor_resize_lock_aura.h",
404 "renderer_host/input/synthetic_gesture_target_aura.cc", 403 "renderer_host/input/synthetic_gesture_target_aura.cc",
405 "renderer_host/input/synthetic_gesture_target_aura.h", 404 "renderer_host/input/synthetic_gesture_target_aura.h",
406 "renderer_host/input/touch_selection_controller_client_aura.cc", 405 "renderer_host/input/touch_selection_controller_client_aura.cc",
407 "renderer_host/input/touch_selection_controller_client_aura.h", 406 "renderer_host/input/touch_selection_controller_client_aura.h",
408 "renderer_host/native_web_keyboard_event_aura.cc", 407 "renderer_host/native_web_keyboard_event_aura.cc",
409 "renderer_host/render_widget_host_view_aura.cc", 408 "renderer_host/render_widget_host_view_aura.cc",
410 "renderer_host/render_widget_host_view_aura.h", 409 "renderer_host/render_widget_host_view_aura.h",
411 "renderer_host/ui_events_helper.cc", 410 "renderer_host/ui_events_helper.cc",
412 "renderer_host/ui_events_helper.h", 411 "renderer_host/ui_events_helper.h",
413 "renderer_host/web_input_event_aura.cc",
414 "renderer_host/web_input_event_aura.h",
415 "web_contents/aura/gesture_nav_simple.cc", 412 "web_contents/aura/gesture_nav_simple.cc",
416 "web_contents/aura/gesture_nav_simple.h", 413 "web_contents/aura/gesture_nav_simple.h",
417 "web_contents/aura/overscroll_navigation_overlay.cc", 414 "web_contents/aura/overscroll_navigation_overlay.cc",
418 "web_contents/aura/overscroll_navigation_overlay.h", 415 "web_contents/aura/overscroll_navigation_overlay.h",
419 "web_contents/aura/overscroll_window_animation.cc", 416 "web_contents/aura/overscroll_window_animation.cc",
420 "web_contents/aura/overscroll_window_animation.h", 417 "web_contents/aura/overscroll_window_animation.h",
421 "web_contents/aura/overscroll_window_delegate.cc", 418 "web_contents/aura/overscroll_window_delegate.cc",
422 "web_contents/aura/overscroll_window_delegate.h", 419 "web_contents/aura/overscroll_window_delegate.h",
423 "web_contents/aura/shadow_layer_delegate.cc", 420 "web_contents/aura/shadow_layer_delegate.cc",
424 "web_contents/aura/shadow_layer_delegate.h", 421 "web_contents/aura/shadow_layer_delegate.h",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 if (!is_component_build) { 508 if (!is_component_build) {
512 public_deps = [ 509 public_deps = [
513 ":browser", 510 ":browser",
514 ] 511 ]
515 } else { 512 } else {
516 public_deps = [ 513 public_deps = [
517 "//third_party/leveldatabase", 514 "//third_party/leveldatabase",
518 ] 515 ]
519 } 516 }
520 } 517 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | ui/events/blink/web_input_event_builders_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698