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

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

Issue 2655873003: Remove PlatformEvent it is no longer used. (Closed)
Patch Set: Remove PlatformEvent it is no longer used. 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "MemoryCoordinator.cpp", 294 "MemoryCoordinator.cpp",
295 "MemoryCoordinator.h", 295 "MemoryCoordinator.h",
296 "PODArena.h", 296 "PODArena.h",
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",
305 "PlatformInstrumentation.cpp", 304 "PlatformInstrumentation.cpp",
306 "PlatformInstrumentation.h", 305 "PlatformInstrumentation.h",
307 "PlatformResourceLoader.cpp", 306 "PlatformResourceLoader.cpp",
308 "PlatformResourceLoader.h", 307 "PlatformResourceLoader.h",
309 "PluginScriptForbiddenScope.cpp", 308 "PluginScriptForbiddenScope.cpp",
310 "PluginScriptForbiddenScope.h", 309 "PluginScriptForbiddenScope.h",
311 "PopupMenu.h", 310 "PopupMenu.h",
312 "Prerender.cpp", 311 "Prerender.cpp",
313 "Prerender.h", 312 "Prerender.h",
314 "PrerenderClient.h", 313 "PrerenderClient.h",
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 "//third_party/WebKit/Source:config", 2109 "//third_party/WebKit/Source:config",
2111 "//third_party/WebKit/Source:inside_blink", 2110 "//third_party/WebKit/Source:inside_blink",
2112 ] 2111 ]
2113 2112
2114 deps = [ 2113 deps = [
2115 ":test_support", 2114 ":test_support",
2116 "//testing/gmock", 2115 "//testing/gmock",
2117 "//testing/gtest", 2116 "//testing/gtest",
2118 ] 2117 ]
2119 } 2118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698