Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Fixed nits. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "tests/PrerenderingTest.cpp", 232 "tests/PrerenderingTest.cpp",
233 "tests/ProgrammaticScrollTest.cpp", 233 "tests/ProgrammaticScrollTest.cpp",
234 "tests/ResizeObserverTest.cpp", 234 "tests/ResizeObserverTest.cpp",
235 "tests/RootScrollerTest.cpp", 235 "tests/RootScrollerTest.cpp",
236 "tests/RunAllTests.cpp", 236 "tests/RunAllTests.cpp",
237 "tests/ScreenWakeLockTest.cpp", 237 "tests/ScreenWakeLockTest.cpp",
238 "tests/ScrollMetricsTest.cpp", 238 "tests/ScrollMetricsTest.cpp",
239 "tests/ScrollbarsTest.cpp", 239 "tests/ScrollbarsTest.cpp",
240 "tests/ScrollingCoordinatorTest.cpp", 240 "tests/ScrollingCoordinatorTest.cpp",
241 "tests/ShadowDOMV0Test.cpp", 241 "tests/ShadowDOMV0Test.cpp",
242 "tests/SmoothScrollTest.cpp",
242 "tests/SpinLockTest.cpp", 243 "tests/SpinLockTest.cpp",
243 "tests/TextFinderTest.cpp", 244 "tests/TextFinderTest.cpp",
244 "tests/TextSelectionRepaintTest.cpp", 245 "tests/TextSelectionRepaintTest.cpp",
245 "tests/TimerPerfTest.cpp", 246 "tests/TimerPerfTest.cpp",
246 "tests/TouchActionTest.cpp", 247 "tests/TouchActionTest.cpp",
247 "tests/ViewportTest.cpp", 248 "tests/ViewportTest.cpp",
248 "tests/VirtualTimeTest.cpp", 249 "tests/VirtualTimeTest.cpp",
249 "tests/VisualViewportTest.cpp", 250 "tests/VisualViewportTest.cpp",
250 "tests/WebDocumentSubresourceFilterTest.cpp", 251 "tests/WebDocumentSubresourceFilterTest.cpp",
251 "tests/WebDocumentTest.cpp", 252 "tests/WebDocumentTest.cpp",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 326
326 if (is_android) { 327 if (is_android) {
327 deps += [ 328 deps += [
328 "//base:base_java", 329 "//base:base_java",
329 "//content/public/android:content_java", 330 "//content/public/android:content_java",
330 "//content/shell/android:content_shell_assets", 331 "//content/shell/android:content_shell_assets",
331 "//net/android:net_java", 332 "//net/android:net_java",
332 ] 333 ]
333 } 334 }
334 } 335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698