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

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

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: Fix nits 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "PODFreeListArena.h", 297 "PODFreeListArena.h",
298 "PODInterval.h", 298 "PODInterval.h",
299 "PODIntervalTree.h", 299 "PODIntervalTree.h",
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",
308 "PlatformResourceLoader.cpp", 307 "PlatformResourceLoader.cpp",
309 "PlatformResourceLoader.h", 308 "PlatformResourceLoader.h",
310 "PluginScriptForbiddenScope.cpp", 309 "PluginScriptForbiddenScope.cpp",
311 "PluginScriptForbiddenScope.h", 310 "PluginScriptForbiddenScope.h",
312 "PopupMenu.h", 311 "PopupMenu.h",
313 "Prerender.cpp", 312 "Prerender.cpp",
314 "Prerender.h", 313 "Prerender.h",
315 "PrerenderClient.h", 314 "PrerenderClient.h",
316 "ScopedOrientationChangeIndicator.cpp", 315 "ScopedOrientationChangeIndicator.cpp",
317 "ScopedOrientationChangeIndicator.h", 316 "ScopedOrientationChangeIndicator.h",
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 "//third_party/WebKit/Source:config", 2110 "//third_party/WebKit/Source:config",
2112 "//third_party/WebKit/Source:inside_blink", 2111 "//third_party/WebKit/Source:inside_blink",
2113 ] 2112 ]
2114 2113
2115 deps = [ 2114 deps = [
2116 ":test_support", 2115 ":test_support",
2117 "//testing/gmock", 2116 "//testing/gmock",
2118 "//testing/gtest", 2117 "//testing/gtest",
2119 ] 2118 ]
2120 } 2119 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAElement.cpp ('k') | third_party/WebKit/Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698