| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "MemoryCoordinator.h", | 310 "MemoryCoordinator.h", |
| 311 "PODArena.h", | 311 "PODArena.h", |
| 312 "PODFreeListArena.h", | 312 "PODFreeListArena.h", |
| 313 "PODInterval.h", | 313 "PODInterval.h", |
| 314 "PODIntervalTree.h", | 314 "PODIntervalTree.h", |
| 315 "PODRedBlackTree.h", | 315 "PODRedBlackTree.h", |
| 316 "PartitionAllocMemoryDumpProvider.cpp", | 316 "PartitionAllocMemoryDumpProvider.cpp", |
| 317 "PartitionAllocMemoryDumpProvider.h", | 317 "PartitionAllocMemoryDumpProvider.h", |
| 318 "PasteMode.h", | 318 "PasteMode.h", |
| 319 "PlatformEvent.h", | 319 "PlatformEvent.h", |
| 320 "PlatformGestureEvent.h", | |
| 321 "PlatformInstrumentation.cpp", | 320 "PlatformInstrumentation.cpp", |
| 322 "PlatformInstrumentation.h", | 321 "PlatformInstrumentation.h", |
| 323 "PlatformMouseEvent.h", | 322 "PlatformMouseEvent.h", |
| 324 "PlatformResourceLoader.cpp", | 323 "PlatformResourceLoader.cpp", |
| 325 "PlatformResourceLoader.h", | 324 "PlatformResourceLoader.h", |
| 326 "PlatformTouchEvent.h", | 325 "PlatformTouchEvent.h", |
| 327 "PlatformTouchPoint.h", | 326 "PlatformTouchPoint.h", |
| 328 "PlatformWheelEvent.h", | 327 "PlatformWheelEvent.h", |
| 329 "PluginScriptForbiddenScope.cpp", | 328 "PluginScriptForbiddenScope.cpp", |
| 330 "PluginScriptForbiddenScope.h", | 329 "PluginScriptForbiddenScope.h", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 350 "Theme.h", | 349 "Theme.h", |
| 351 "ThemeTypes.h", | 350 "ThemeTypes.h", |
| 352 "Timer.cpp", | 351 "Timer.cpp", |
| 353 "Timer.h", | 352 "Timer.h", |
| 354 "UUID.cpp", | 353 "UUID.cpp", |
| 355 "UUID.h", | 354 "UUID.h", |
| 356 "UserGestureIndicator.cpp", | 355 "UserGestureIndicator.cpp", |
| 357 "UserGestureIndicator.h", | 356 "UserGestureIndicator.h", |
| 358 "WaitableEvent.cpp", | 357 "WaitableEvent.cpp", |
| 359 "WaitableEvent.h", | 358 "WaitableEvent.h", |
| 359 "WebGestureEvent.cpp", |
| 360 "WebIconSizesParser.cpp", | 360 "WebIconSizesParser.cpp", |
| 361 "WebScheduler.cpp", | 361 "WebScheduler.cpp", |
| 362 "WebTaskRunner.cpp", | 362 "WebTaskRunner.cpp", |
| 363 "WebTaskRunner.h", | 363 "WebTaskRunner.h", |
| 364 "WebTextInputInfo.cpp", | 364 "WebTextInputInfo.cpp", |
| 365 "WebThread.cpp", | 365 "WebThread.cpp", |
| 366 "WebThreadSupportingGC.cpp", | 366 "WebThreadSupportingGC.cpp", |
| 367 "WebThreadSupportingGC.h", | 367 "WebThreadSupportingGC.h", |
| 368 "WebURLLoader.cpp", | 368 "WebURLLoader.cpp", |
| 369 "Widget.cpp", | 369 "Widget.cpp", |
| (...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 "//third_party/WebKit/Source:inside_blink", | 2065 "//third_party/WebKit/Source:inside_blink", |
| 2066 ] | 2066 ] |
| 2067 | 2067 |
| 2068 deps = [ | 2068 deps = [ |
| 2069 ":test_support", | 2069 ":test_support", |
| 2070 "//cc/surfaces:surface_id", | 2070 "//cc/surfaces:surface_id", |
| 2071 "//testing/gmock", | 2071 "//testing/gmock", |
| 2072 "//testing/gtest", | 2072 "//testing/gtest", |
| 2073 ] | 2073 ] |
| 2074 } | 2074 } |
| OLD | NEW |