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

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

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Rebase Created 3 years, 7 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "tests/PrerenderingTest.cpp", 319 "tests/PrerenderingTest.cpp",
320 "tests/ProgrammaticScrollTest.cpp", 320 "tests/ProgrammaticScrollTest.cpp",
321 "tests/ResizeObserverTest.cpp", 321 "tests/ResizeObserverTest.cpp",
322 "tests/RootScrollerTest.cpp", 322 "tests/RootScrollerTest.cpp",
323 "tests/RunAllTests.cpp", 323 "tests/RunAllTests.cpp",
324 "tests/ScreenWakeLockTest.cpp", 324 "tests/ScreenWakeLockTest.cpp",
325 "tests/ScrollMetricsTest.cpp", 325 "tests/ScrollMetricsTest.cpp",
326 "tests/ScrollbarsTest.cpp", 326 "tests/ScrollbarsTest.cpp",
327 "tests/ScrollingCoordinatorTest.cpp", 327 "tests/ScrollingCoordinatorTest.cpp",
328 "tests/ShadowDOMV0Test.cpp", 328 "tests/ShadowDOMV0Test.cpp",
329 "tests/SmoothScrollTest.cpp",
329 "tests/SpinLockTest.cpp", 330 "tests/SpinLockTest.cpp",
330 "tests/TextFinderTest.cpp", 331 "tests/TextFinderTest.cpp",
331 "tests/TextSelectionRepaintTest.cpp", 332 "tests/TextSelectionRepaintTest.cpp",
332 "tests/TimerPerfTest.cpp", 333 "tests/TimerPerfTest.cpp",
333 "tests/TouchActionTest.cpp", 334 "tests/TouchActionTest.cpp",
334 "tests/ViewportTest.cpp", 335 "tests/ViewportTest.cpp",
335 "tests/VirtualTimeTest.cpp", 336 "tests/VirtualTimeTest.cpp",
336 "tests/VisualViewportTest.cpp", 337 "tests/VisualViewportTest.cpp",
337 "tests/WebDocumentSubresourceFilterTest.cpp", 338 "tests/WebDocumentSubresourceFilterTest.cpp",
338 "tests/WebDocumentTest.cpp", 339 "tests/WebDocumentTest.cpp",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 410
410 if (is_android) { 411 if (is_android) {
411 deps += [ 412 deps += [
412 "//base:base_java", 413 "//base:base_java",
413 "//content/public/android:content_java", 414 "//content/public/android:content_java",
414 "//content/shell/android:content_shell_assets", 415 "//content/shell/android:content_shell_assets",
415 "//net/android:net_java", 416 "//net/android:net_java",
416 ] 417 ]
417 } 418 }
418 } 419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698