| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "PODArena.h", | 290 "PODArena.h", |
| 291 "PODFreeListArena.h", | 291 "PODFreeListArena.h", |
| 292 "PODInterval.h", | 292 "PODInterval.h", |
| 293 "PODIntervalTree.h", | 293 "PODIntervalTree.h", |
| 294 "PODRedBlackTree.h", | 294 "PODRedBlackTree.h", |
| 295 "PartitionAllocMemoryDumpProvider.cpp", | 295 "PartitionAllocMemoryDumpProvider.cpp", |
| 296 "PartitionAllocMemoryDumpProvider.h", | 296 "PartitionAllocMemoryDumpProvider.h", |
| 297 "PasteMode.h", | 297 "PasteMode.h", |
| 298 "PlatformChromeClient.h", | 298 "PlatformChromeClient.h", |
| 299 "PlatformExport.h", | 299 "PlatformExport.h", |
| 300 "PlatformFrameView.h", |
| 300 "PlatformResourceLoader.cpp", | 301 "PlatformResourceLoader.cpp", |
| 301 "PlatformResourceLoader.h", | 302 "PlatformResourceLoader.h", |
| 302 "PluginScriptForbiddenScope.cpp", | 303 "PluginScriptForbiddenScope.cpp", |
| 303 "PluginScriptForbiddenScope.h", | 304 "PluginScriptForbiddenScope.h", |
| 304 "PopupMenu.h", | 305 "PopupMenu.h", |
| 305 "Prerender.cpp", | 306 "Prerender.cpp", |
| 306 "Prerender.h", | 307 "Prerender.h", |
| 307 "PrerenderClient.h", | 308 "PrerenderClient.h", |
| 308 "ScopedOrientationChangeIndicator.cpp", | 309 "ScopedOrientationChangeIndicator.cpp", |
| 309 "ScopedOrientationChangeIndicator.h", | 310 "ScopedOrientationChangeIndicator.h", |
| (...skipping 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2233 "//third_party/WebKit/Source:config", | 2234 "//third_party/WebKit/Source:config", |
| 2234 "//third_party/WebKit/Source:inside_blink", | 2235 "//third_party/WebKit/Source:inside_blink", |
| 2235 ] | 2236 ] |
| 2236 | 2237 |
| 2237 deps = [ | 2238 deps = [ |
| 2238 ":test_support", | 2239 ":test_support", |
| 2239 "//testing/gmock", | 2240 "//testing/gmock", |
| 2240 "//testing/gtest", | 2241 "//testing/gtest", |
| 2241 ] | 2242 ] |
| 2242 } | 2243 } |
| OLD | NEW |