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

Side by Side Diff: content/browser/BUILD.gn

Issue 2914393002: Adding phase info to wheel events migrated to wheel phase handler class. (Closed)
Patch Set: has pending wheel end used in mac unittests. Created 3 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 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 "renderer_host/media/video_capture_device_launch_observer.h", 1242 "renderer_host/media/video_capture_device_launch_observer.h",
1243 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1243 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1244 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1244 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1245 "renderer_host/media/video_capture_host.cc", 1245 "renderer_host/media/video_capture_host.cc",
1246 "renderer_host/media/video_capture_host.h", 1246 "renderer_host/media/video_capture_host.h",
1247 "renderer_host/media/video_capture_manager.cc", 1247 "renderer_host/media/video_capture_manager.cc",
1248 "renderer_host/media/video_capture_manager.h", 1248 "renderer_host/media/video_capture_manager.h",
1249 "renderer_host/media/video_capture_provider.h", 1249 "renderer_host/media/video_capture_provider.h",
1250 "renderer_host/media/video_capture_provider_switcher.cc", 1250 "renderer_host/media/video_capture_provider_switcher.cc",
1251 "renderer_host/media/video_capture_provider_switcher.h", 1251 "renderer_host/media/video_capture_provider_switcher.h",
1252 "renderer_host/mouse_wheel_phase_handler.cc",
1253 "renderer_host/mouse_wheel_phase_handler.h",
1252 "renderer_host/native_web_keyboard_event_aura.cc", 1254 "renderer_host/native_web_keyboard_event_aura.cc",
1253 "renderer_host/native_web_keyboard_event_mac.mm", 1255 "renderer_host/native_web_keyboard_event_mac.mm",
1254 "renderer_host/offscreen_canvas_provider_impl.cc", 1256 "renderer_host/offscreen_canvas_provider_impl.cc",
1255 "renderer_host/offscreen_canvas_provider_impl.h", 1257 "renderer_host/offscreen_canvas_provider_impl.h",
1256 "renderer_host/offscreen_canvas_surface_impl.cc", 1258 "renderer_host/offscreen_canvas_surface_impl.cc",
1257 "renderer_host/offscreen_canvas_surface_impl.h", 1259 "renderer_host/offscreen_canvas_surface_impl.h",
1258 "renderer_host/overscroll_configuration.cc", 1260 "renderer_host/overscroll_configuration.cc",
1259 "renderer_host/overscroll_controller.cc", 1261 "renderer_host/overscroll_controller.cc",
1260 "renderer_host/overscroll_controller.h", 1262 "renderer_host/overscroll_controller.h",
1261 "renderer_host/overscroll_controller_delegate.h", 1263 "renderer_host/overscroll_controller_delegate.h",
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 if (!is_component_build) { 2147 if (!is_component_build) {
2146 public_deps = [ 2148 public_deps = [
2147 ":browser", 2149 ":browser",
2148 ] 2150 ]
2149 } else { 2151 } else {
2150 public_deps = [ 2152 public_deps = [
2151 "//third_party/leveldatabase", 2153 "//third_party/leveldatabase",
2152 ] 2154 ]
2153 } 2155 }
2154 } 2156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698