| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 "Decimal.h", | 216 "Decimal.h", |
| 217 "DragImage.cpp", | 217 "DragImage.cpp", |
| 218 "DragImage.h", | 218 "DragImage.h", |
| 219 "EventDispatchForbiddenScope.cpp", | 219 "EventDispatchForbiddenScope.cpp", |
| 220 "EventDispatchForbiddenScope.h", | 220 "EventDispatchForbiddenScope.h", |
| 221 "FileChooser.cpp", | 221 "FileChooser.cpp", |
| 222 "FileChooser.h", | 222 "FileChooser.h", |
| 223 "FileMetadata.cpp", | 223 "FileMetadata.cpp", |
| 224 "FileMetadata.h", | 224 "FileMetadata.h", |
| 225 "FileSystemType.h", | 225 "FileSystemType.h", |
| 226 "FrameViewBase.cpp", |
| 227 "FrameViewBase.h", |
| 226 "Histogram.cpp", | 228 "Histogram.cpp", |
| 227 "Histogram.h", | 229 "Histogram.h", |
| 228 "HostWindow.h", | 230 "HostWindow.h", |
| 229 "InstanceCounters.cpp", | 231 "InstanceCounters.cpp", |
| 230 "InstanceCounters.h", | 232 "InstanceCounters.h", |
| 231 "KeyboardCodes.h", | 233 "KeyboardCodes.h", |
| 232 "KillRing.h", | 234 "KillRing.h", |
| 233 "KillRingNone.cpp", | 235 "KillRingNone.cpp", |
| 234 "Language.cpp", | 236 "Language.cpp", |
| 235 "Language.h", | 237 "Language.h", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "WebMouseWheelEvent.cpp", | 306 "WebMouseWheelEvent.cpp", |
| 305 "WebScheduler.cpp", | 307 "WebScheduler.cpp", |
| 306 "WebTaskRunner.cpp", | 308 "WebTaskRunner.cpp", |
| 307 "WebTaskRunner.h", | 309 "WebTaskRunner.h", |
| 308 "WebTextInputInfo.cpp", | 310 "WebTextInputInfo.cpp", |
| 309 "WebThread.cpp", | 311 "WebThread.cpp", |
| 310 "WebThreadSupportingGC.cpp", | 312 "WebThreadSupportingGC.cpp", |
| 311 "WebThreadSupportingGC.h", | 313 "WebThreadSupportingGC.h", |
| 312 "WebTouchEvent.cpp", | 314 "WebTouchEvent.cpp", |
| 313 "WebURLLoader.cpp", | 315 "WebURLLoader.cpp", |
| 314 "Widget.cpp", | |
| 315 "Widget.h", | 316 "Widget.h", |
| 316 "WindowsKeyboardCodes.h", | 317 "WindowsKeyboardCodes.h", |
| 317 "animation/AnimationTranslationUtil.cpp", | 318 "animation/AnimationTranslationUtil.cpp", |
| 318 "animation/AnimationTranslationUtil.h", | 319 "animation/AnimationTranslationUtil.h", |
| 319 "animation/AnimationUtilities.h", | 320 "animation/AnimationUtilities.h", |
| 320 "animation/CompositorAnimation.cpp", | 321 "animation/CompositorAnimation.cpp", |
| 321 "animation/CompositorAnimation.h", | 322 "animation/CompositorAnimation.h", |
| 322 "animation/CompositorAnimationCurve.h", | 323 "animation/CompositorAnimationCurve.h", |
| 323 "animation/CompositorAnimationDelegate.h", | 324 "animation/CompositorAnimationDelegate.h", |
| 324 "animation/CompositorAnimationHost.cpp", | 325 "animation/CompositorAnimationHost.cpp", |
| (...skipping 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 "//third_party/WebKit/Source:config", | 2076 "//third_party/WebKit/Source:config", |
| 2076 "//third_party/WebKit/Source:inside_blink", | 2077 "//third_party/WebKit/Source:inside_blink", |
| 2077 ] | 2078 ] |
| 2078 | 2079 |
| 2079 deps = [ | 2080 deps = [ |
| 2080 ":test_support", | 2081 ":test_support", |
| 2081 "//testing/gmock", | 2082 "//testing/gmock", |
| 2082 "//testing/gtest", | 2083 "//testing/gtest", |
| 2083 ] | 2084 ] |
| 2084 } | 2085 } |
| OLD | NEW |