| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "MemoryCoordinator.cpp", | 284 "MemoryCoordinator.cpp", |
| 285 "MemoryCoordinator.h", | 285 "MemoryCoordinator.h", |
| 286 "PODArena.h", | 286 "PODArena.h", |
| 287 "PODFreeListArena.h", | 287 "PODFreeListArena.h", |
| 288 "PODInterval.h", | 288 "PODInterval.h", |
| 289 "PODIntervalTree.h", | 289 "PODIntervalTree.h", |
| 290 "PODRedBlackTree.h", | 290 "PODRedBlackTree.h", |
| 291 "PartitionAllocMemoryDumpProvider.cpp", | 291 "PartitionAllocMemoryDumpProvider.cpp", |
| 292 "PartitionAllocMemoryDumpProvider.h", | 292 "PartitionAllocMemoryDumpProvider.h", |
| 293 "PasteMode.h", | 293 "PasteMode.h", |
| 294 "PlatformEvent.h", | |
| 295 "PlatformInstrumentation.cpp", | 294 "PlatformInstrumentation.cpp", |
| 296 "PlatformInstrumentation.h", | 295 "PlatformInstrumentation.h", |
| 297 "PlatformResourceLoader.cpp", | 296 "PlatformResourceLoader.cpp", |
| 298 "PlatformResourceLoader.h", | 297 "PlatformResourceLoader.h", |
| 299 "PluginScriptForbiddenScope.cpp", | 298 "PluginScriptForbiddenScope.cpp", |
| 300 "PluginScriptForbiddenScope.h", | 299 "PluginScriptForbiddenScope.h", |
| 301 "PopupMenu.h", | 300 "PopupMenu.h", |
| 302 "Prerender.cpp", | 301 "Prerender.cpp", |
| 303 "Prerender.h", | 302 "Prerender.h", |
| 304 "PrerenderClient.h", | 303 "PrerenderClient.h", |
| (...skipping 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 "//third_party/WebKit/Source:config", | 2113 "//third_party/WebKit/Source:config", |
| 2115 "//third_party/WebKit/Source:inside_blink", | 2114 "//third_party/WebKit/Source:inside_blink", |
| 2116 ] | 2115 ] |
| 2117 | 2116 |
| 2118 deps = [ | 2117 deps = [ |
| 2119 ":test_support", | 2118 ":test_support", |
| 2120 "//testing/gmock", | 2119 "//testing/gmock", |
| 2121 "//testing/gtest", | 2120 "//testing/gtest", |
| 2122 ] | 2121 ] |
| 2123 } | 2122 } |
| OLD | NEW |