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

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, 8 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "tests/NGInlineLayoutTest.cpp", 361 "tests/NGInlineLayoutTest.cpp",
362 "tests/PrerenderingTest.cpp", 362 "tests/PrerenderingTest.cpp",
363 "tests/ProgrammaticScrollTest.cpp", 363 "tests/ProgrammaticScrollTest.cpp",
364 "tests/ResizeObserverTest.cpp", 364 "tests/ResizeObserverTest.cpp",
365 "tests/RootScrollerTest.cpp", 365 "tests/RootScrollerTest.cpp",
366 "tests/RunAllTests.cpp", 366 "tests/RunAllTests.cpp",
367 "tests/ScreenWakeLockTest.cpp", 367 "tests/ScreenWakeLockTest.cpp",
368 "tests/ScrollbarsTest.cpp", 368 "tests/ScrollbarsTest.cpp",
369 "tests/ScrollingCoordinatorTest.cpp", 369 "tests/ScrollingCoordinatorTest.cpp",
370 "tests/ShadowDOMV0Test.cpp", 370 "tests/ShadowDOMV0Test.cpp",
371 "tests/SmoothScrollTest.cpp",
371 "tests/SpinLockTest.cpp", 372 "tests/SpinLockTest.cpp",
372 "tests/TextFinderTest.cpp", 373 "tests/TextFinderTest.cpp",
373 "tests/TextSelectionRepaintTest.cpp", 374 "tests/TextSelectionRepaintTest.cpp",
374 "tests/TimerPerfTest.cpp", 375 "tests/TimerPerfTest.cpp",
375 "tests/TouchActionTest.cpp", 376 "tests/TouchActionTest.cpp",
376 "tests/ViewportTest.cpp", 377 "tests/ViewportTest.cpp",
377 "tests/VirtualTimeTest.cpp", 378 "tests/VirtualTimeTest.cpp",
378 "tests/VisualViewportTest.cpp", 379 "tests/VisualViewportTest.cpp",
379 "tests/WebDocumentSubresourceFilterTest.cpp", 380 "tests/WebDocumentSubresourceFilterTest.cpp",
380 "tests/WebDocumentTest.cpp", 381 "tests/WebDocumentTest.cpp",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 451
451 if (is_android) { 452 if (is_android) {
452 deps += [ 453 deps += [
453 "//base:base_java", 454 "//base:base_java",
454 "//content/public/android:content_java", 455 "//content/public/android:content_java",
455 "//content/shell/android:content_shell_assets", 456 "//content/shell/android:content_shell_assets",
456 "//net/android:net_java", 457 "//net/android:net_java",
457 ] 458 ]
458 } 459 }
459 } 460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698