| 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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "Timer.h", | 317 "Timer.h", |
| 318 "UUID.cpp", | 318 "UUID.cpp", |
| 319 "UUID.h", | 319 "UUID.h", |
| 320 "UserGestureIndicator.cpp", | 320 "UserGestureIndicator.cpp", |
| 321 "UserGestureIndicator.h", | 321 "UserGestureIndicator.h", |
| 322 "WaitableEvent.cpp", | 322 "WaitableEvent.cpp", |
| 323 "WaitableEvent.h", | 323 "WaitableEvent.h", |
| 324 "WebIconSizesParser.cpp", | 324 "WebIconSizesParser.cpp", |
| 325 "WebScheduler.cpp", | 325 "WebScheduler.cpp", |
| 326 "WebTaskRunner.cpp", | 326 "WebTaskRunner.cpp", |
| 327 "WebTextInputInfo.cpp", |
| 327 "WebThread.cpp", | 328 "WebThread.cpp", |
| 328 "WebThreadSupportingGC.cpp", | 329 "WebThreadSupportingGC.cpp", |
| 329 "WebThreadSupportingGC.h", | 330 "WebThreadSupportingGC.h", |
| 330 "Widget.cpp", | 331 "Widget.cpp", |
| 331 "Widget.h", | 332 "Widget.h", |
| 332 "WindowsKeyboardCodes.h", | 333 "WindowsKeyboardCodes.h", |
| 333 "animation/AnimationTranslationUtil.cpp", | 334 "animation/AnimationTranslationUtil.cpp", |
| 334 "animation/AnimationTranslationUtil.h", | 335 "animation/AnimationTranslationUtil.h", |
| 335 "animation/AnimationUtilities.h", | 336 "animation/AnimationUtilities.h", |
| 336 "animation/CompositorAnimation.cpp", | 337 "animation/CompositorAnimation.cpp", |
| (...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 "//third_party/WebKit/Source:inside_blink", | 1972 "//third_party/WebKit/Source:inside_blink", |
| 1972 ] | 1973 ] |
| 1973 | 1974 |
| 1974 deps = [ | 1975 deps = [ |
| 1975 ":test_support", | 1976 ":test_support", |
| 1976 "//cc/surfaces:surface_id", | 1977 "//cc/surfaces:surface_id", |
| 1977 "//testing/gmock", | 1978 "//testing/gmock", |
| 1978 "//testing/gtest", | 1979 "//testing/gtest", |
| 1979 ] | 1980 ] |
| 1980 } | 1981 } |
| OLD | NEW |