| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 307 "PlatformMouseEvent.h", |
| 308 "PlatformResourceLoader.cpp", | 308 "PlatformResourceLoader.cpp", |
| 309 "PlatformResourceLoader.h", | 309 "PlatformResourceLoader.h", |
| 310 "PlatformTouchEvent.h", | |
| 311 "PlatformTouchPoint.h", | |
| 312 "PluginScriptForbiddenScope.cpp", | 310 "PluginScriptForbiddenScope.cpp", |
| 313 "PluginScriptForbiddenScope.h", | 311 "PluginScriptForbiddenScope.h", |
| 314 "PopupMenu.h", | 312 "PopupMenu.h", |
| 315 "Prerender.cpp", | 313 "Prerender.cpp", |
| 316 "Prerender.h", | 314 "Prerender.h", |
| 317 "PrerenderClient.h", | 315 "PrerenderClient.h", |
| 318 "ScopedOrientationChangeIndicator.cpp", | 316 "ScopedOrientationChangeIndicator.cpp", |
| 319 "ScopedOrientationChangeIndicator.h", | 317 "ScopedOrientationChangeIndicator.h", |
| 320 "ScriptForbiddenScope.cpp", | 318 "ScriptForbiddenScope.cpp", |
| 321 "ScriptForbiddenScope.h", | 319 "ScriptForbiddenScope.h", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 346 "WebIconSizesParser.cpp", | 344 "WebIconSizesParser.cpp", |
| 347 "WebMouseEvent.cpp", | 345 "WebMouseEvent.cpp", |
| 348 "WebMouseWheelEvent.cpp", | 346 "WebMouseWheelEvent.cpp", |
| 349 "WebScheduler.cpp", | 347 "WebScheduler.cpp", |
| 350 "WebTaskRunner.cpp", | 348 "WebTaskRunner.cpp", |
| 351 "WebTaskRunner.h", | 349 "WebTaskRunner.h", |
| 352 "WebTextInputInfo.cpp", | 350 "WebTextInputInfo.cpp", |
| 353 "WebThread.cpp", | 351 "WebThread.cpp", |
| 354 "WebThreadSupportingGC.cpp", | 352 "WebThreadSupportingGC.cpp", |
| 355 "WebThreadSupportingGC.h", | 353 "WebThreadSupportingGC.h", |
| 354 "WebTouchEvent.cpp", |
| 356 "WebURLLoader.cpp", | 355 "WebURLLoader.cpp", |
| 357 "Widget.cpp", | 356 "Widget.cpp", |
| 358 "Widget.h", | 357 "Widget.h", |
| 359 "WindowsKeyboardCodes.h", | 358 "WindowsKeyboardCodes.h", |
| 360 "animation/AnimationTranslationUtil.cpp", | 359 "animation/AnimationTranslationUtil.cpp", |
| 361 "animation/AnimationTranslationUtil.h", | 360 "animation/AnimationTranslationUtil.h", |
| 362 "animation/AnimationUtilities.h", | 361 "animation/AnimationUtilities.h", |
| 363 "animation/CompositorAnimation.cpp", | 362 "animation/CompositorAnimation.cpp", |
| 364 "animation/CompositorAnimation.h", | 363 "animation/CompositorAnimation.h", |
| 365 "animation/CompositorAnimationCurve.h", | 364 "animation/CompositorAnimationCurve.h", |
| (...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2109 "//third_party/WebKit/Source:config", | 2108 "//third_party/WebKit/Source:config", |
| 2110 "//third_party/WebKit/Source:inside_blink", | 2109 "//third_party/WebKit/Source:inside_blink", |
| 2111 ] | 2110 ] |
| 2112 | 2111 |
| 2113 deps = [ | 2112 deps = [ |
| 2114 ":test_support", | 2113 ":test_support", |
| 2115 "//testing/gmock", | 2114 "//testing/gmock", |
| 2116 "//testing/gtest", | 2115 "//testing/gtest", |
| 2117 ] | 2116 ] |
| 2118 } | 2117 } |
| OLD | NEW |