OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |