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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2586133003: Remove PlatformWheelEvent and use WebMouseWheelEvent instead (Closed)
Patch Set: Adjust function name Created 3 years, 11 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("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "PartitionAllocMemoryDumpProvider.h", 312 "PartitionAllocMemoryDumpProvider.h",
313 "PasteMode.h", 313 "PasteMode.h",
314 "PlatformEvent.h", 314 "PlatformEvent.h",
315 "PlatformInstrumentation.cpp", 315 "PlatformInstrumentation.cpp",
316 "PlatformInstrumentation.h", 316 "PlatformInstrumentation.h",
317 "PlatformMouseEvent.h", 317 "PlatformMouseEvent.h",
318 "PlatformResourceLoader.cpp", 318 "PlatformResourceLoader.cpp",
319 "PlatformResourceLoader.h", 319 "PlatformResourceLoader.h",
320 "PlatformTouchEvent.h", 320 "PlatformTouchEvent.h",
321 "PlatformTouchPoint.h", 321 "PlatformTouchPoint.h",
322 "PlatformWheelEvent.h",
323 "PluginScriptForbiddenScope.cpp", 322 "PluginScriptForbiddenScope.cpp",
324 "PluginScriptForbiddenScope.h", 323 "PluginScriptForbiddenScope.h",
325 "PopupMenu.h", 324 "PopupMenu.h",
326 "Prerender.cpp", 325 "Prerender.cpp",
327 "Prerender.h", 326 "Prerender.h",
328 "PrerenderClient.h", 327 "PrerenderClient.h",
329 "ScopedOrientationChangeIndicator.cpp", 328 "ScopedOrientationChangeIndicator.cpp",
330 "ScopedOrientationChangeIndicator.h", 329 "ScopedOrientationChangeIndicator.h",
331 "ScriptForbiddenScope.cpp", 330 "ScriptForbiddenScope.cpp",
332 "ScriptForbiddenScope.h", 331 "ScriptForbiddenScope.h",
(...skipping 15 matching lines...) Expand all
348 "Timer.h", 347 "Timer.h",
349 "UUID.cpp", 348 "UUID.cpp",
350 "UUID.h", 349 "UUID.h",
351 "UserGestureIndicator.cpp", 350 "UserGestureIndicator.cpp",
352 "UserGestureIndicator.h", 351 "UserGestureIndicator.h",
353 "WaitableEvent.cpp", 352 "WaitableEvent.cpp",
354 "WaitableEvent.h", 353 "WaitableEvent.h",
355 "WebFrameScheduler.h", 354 "WebFrameScheduler.h",
356 "WebGestureEvent.cpp", 355 "WebGestureEvent.cpp",
357 "WebIconSizesParser.cpp", 356 "WebIconSizesParser.cpp",
357 "WebMouseEvent.cpp",
358 "WebMouseWheelEvent.cpp",
358 "WebScheduler.cpp", 359 "WebScheduler.cpp",
359 "WebTaskRunner.cpp", 360 "WebTaskRunner.cpp",
360 "WebTaskRunner.h", 361 "WebTaskRunner.h",
361 "WebTextInputInfo.cpp", 362 "WebTextInputInfo.cpp",
362 "WebThread.cpp", 363 "WebThread.cpp",
363 "WebThreadSupportingGC.cpp", 364 "WebThreadSupportingGC.cpp",
364 "WebThreadSupportingGC.h", 365 "WebThreadSupportingGC.h",
365 "WebURLLoader.cpp", 366 "WebURLLoader.cpp",
366 "Widget.cpp", 367 "Widget.cpp",
367 "Widget.h", 368 "Widget.h",
(...skipping 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 "//third_party/WebKit/Source:config", 2089 "//third_party/WebKit/Source:config",
2089 "//third_party/WebKit/Source:inside_blink", 2090 "//third_party/WebKit/Source:inside_blink",
2090 ] 2091 ]
2091 2092
2092 deps = [ 2093 deps = [
2093 ":test_support", 2094 ":test_support",
2094 "//testing/gmock", 2095 "//testing/gmock",
2095 "//testing/gtest", 2096 "//testing/gtest",
2096 ] 2097 ]
2097 } 2098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698