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

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

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Fix nit Created 3 years, 10 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "PODRedBlackTree.h", 300 "PODRedBlackTree.h",
301 "PartitionAllocMemoryDumpProvider.cpp", 301 "PartitionAllocMemoryDumpProvider.cpp",
302 "PartitionAllocMemoryDumpProvider.h", 302 "PartitionAllocMemoryDumpProvider.h",
303 "PasteMode.h", 303 "PasteMode.h",
304 "PlatformEvent.h", 304 "PlatformEvent.h",
305 "PlatformInstrumentation.cpp", 305 "PlatformInstrumentation.cpp",
306 "PlatformInstrumentation.h", 306 "PlatformInstrumentation.h",
307 "PlatformMouseEvent.h", 307 "PlatformMouseEvent.h",
308 "PlatformResourceLoader.cpp", 308 "PlatformResourceLoader.cpp",
309 "PlatformResourceLoader.h", 309 "PlatformResourceLoader.h",
310 "PlatformTouchEvent.h",
311 "PlatformTouchPoint.h",
312 "PluginScriptForbiddenScope.cpp", 310 "PluginScriptForbiddenScope.cpp",
313 "PluginScriptForbiddenScope.h", 311 "PluginScriptForbiddenScope.h",
314 "PopupMenu.h", 312 "PopupMenu.h",
315 "Prerender.cpp", 313 "Prerender.cpp",
316 "Prerender.h", 314 "Prerender.h",
317 "PrerenderClient.h", 315 "PrerenderClient.h",
318 "ScopedOrientationChangeIndicator.cpp", 316 "ScopedOrientationChangeIndicator.cpp",
319 "ScopedOrientationChangeIndicator.h", 317 "ScopedOrientationChangeIndicator.h",
320 "ScriptForbiddenScope.cpp", 318 "ScriptForbiddenScope.cpp",
321 "ScriptForbiddenScope.h", 319 "ScriptForbiddenScope.h",
(...skipping 24 matching lines...) Expand all
346 "WebIconSizesParser.cpp", 344 "WebIconSizesParser.cpp",
347 "WebMouseEvent.cpp", 345 "WebMouseEvent.cpp",
348 "WebMouseWheelEvent.cpp", 346 "WebMouseWheelEvent.cpp",
349 "WebScheduler.cpp", 347 "WebScheduler.cpp",
350 "WebTaskRunner.cpp", 348 "WebTaskRunner.cpp",
351 "WebTaskRunner.h", 349 "WebTaskRunner.h",
352 "WebTextInputInfo.cpp", 350 "WebTextInputInfo.cpp",
353 "WebThread.cpp", 351 "WebThread.cpp",
354 "WebThreadSupportingGC.cpp", 352 "WebThreadSupportingGC.cpp",
355 "WebThreadSupportingGC.h", 353 "WebThreadSupportingGC.h",
354 "WebTouchEvent.cpp",
356 "WebURLLoader.cpp", 355 "WebURLLoader.cpp",
357 "Widget.cpp", 356 "Widget.cpp",
358 "Widget.h", 357 "Widget.h",
359 "WindowsKeyboardCodes.h", 358 "WindowsKeyboardCodes.h",
360 "animation/AnimationTranslationUtil.cpp", 359 "animation/AnimationTranslationUtil.cpp",
361 "animation/AnimationTranslationUtil.h", 360 "animation/AnimationTranslationUtil.h",
362 "animation/AnimationUtilities.h", 361 "animation/AnimationUtilities.h",
363 "animation/CompositorAnimation.cpp", 362 "animation/CompositorAnimation.cpp",
364 "animation/CompositorAnimation.h", 363 "animation/CompositorAnimation.h",
365 "animation/CompositorAnimationCurve.h", 364 "animation/CompositorAnimationCurve.h",
(...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 "//third_party/WebKit/Source:config", 2111 "//third_party/WebKit/Source:config",
2113 "//third_party/WebKit/Source:inside_blink", 2112 "//third_party/WebKit/Source:inside_blink",
2114 ] 2113 ]
2115 2114
2116 deps = [ 2115 deps = [
2117 ":test_support", 2116 ":test_support",
2118 "//testing/gmock", 2117 "//testing/gmock",
2119 "//testing/gtest", 2118 "//testing/gtest",
2120 ] 2119 ]
2121 } 2120 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp ('k') | third_party/WebKit/Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698