| 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1254 "scheduler/renderer/web_frame_scheduler_impl.cc", | 1254 "scheduler/renderer/web_frame_scheduler_impl.cc", |
| 1255 "scheduler/renderer/web_frame_scheduler_impl.h", | 1255 "scheduler/renderer/web_frame_scheduler_impl.h", |
| 1256 "scheduler/renderer/web_view_scheduler_impl.cc", | 1256 "scheduler/renderer/web_view_scheduler_impl.cc", |
| 1257 "scheduler/renderer/web_view_scheduler_impl.h", | 1257 "scheduler/renderer/web_view_scheduler_impl.h", |
| 1258 "scheduler/renderer/webthread_impl_for_renderer_scheduler.cc", | 1258 "scheduler/renderer/webthread_impl_for_renderer_scheduler.cc", |
| 1259 "scheduler/renderer/webthread_impl_for_renderer_scheduler.h", | 1259 "scheduler/renderer/webthread_impl_for_renderer_scheduler.h", |
| 1260 "scheduler/utility/webthread_impl_for_utility_thread.cc", | 1260 "scheduler/utility/webthread_impl_for_utility_thread.cc", |
| 1261 "scroll/MainThreadScrollingReason.h", | 1261 "scroll/MainThreadScrollingReason.h", |
| 1262 "scroll/ProgrammaticScrollAnimator.cpp", | 1262 "scroll/ProgrammaticScrollAnimator.cpp", |
| 1263 "scroll/ProgrammaticScrollAnimator.h", | 1263 "scroll/ProgrammaticScrollAnimator.h", |
| 1264 "scroll/ProgrammaticScrollCoordinator.cpp", |
| 1265 "scroll/ProgrammaticScrollCoordinator.h", |
| 1264 "scroll/ScrollAnimator.cpp", | 1266 "scroll/ScrollAnimator.cpp", |
| 1265 "scroll/ScrollAnimator.h", | 1267 "scroll/ScrollAnimator.h", |
| 1266 "scroll/ScrollAnimatorBase.cpp", | 1268 "scroll/ScrollAnimatorBase.cpp", |
| 1267 "scroll/ScrollAnimatorBase.h", | 1269 "scroll/ScrollAnimatorBase.h", |
| 1268 "scroll/ScrollAnimatorCompositorCoordinator.cpp", | 1270 "scroll/ScrollAnimatorCompositorCoordinator.cpp", |
| 1269 "scroll/ScrollAnimatorCompositorCoordinator.h", | 1271 "scroll/ScrollAnimatorCompositorCoordinator.h", |
| 1270 "scroll/ScrollStateData.h", | 1272 "scroll/ScrollStateData.h", |
| 1271 "scroll/ScrollTypes.h", | 1273 "scroll/ScrollTypes.h", |
| 1272 "scroll/ScrollableArea.cpp", | 1274 "scroll/ScrollableArea.cpp", |
| 1273 "scroll/ScrollableArea.h", | 1275 "scroll/ScrollableArea.h", |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 "//third_party/WebKit/Source:config", | 2112 "//third_party/WebKit/Source:config", |
| 2111 "//third_party/WebKit/Source:inside_blink", | 2113 "//third_party/WebKit/Source:inside_blink", |
| 2112 ] | 2114 ] |
| 2113 | 2115 |
| 2114 deps = [ | 2116 deps = [ |
| 2115 ":test_support", | 2117 ":test_support", |
| 2116 "//testing/gmock", | 2118 "//testing/gmock", |
| 2117 "//testing/gtest", | 2119 "//testing/gtest", |
| 2118 ] | 2120 ] |
| 2119 } | 2121 } |
| OLD | NEW |