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

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

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Added SimTest. Created 3 years, 9 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "tests/MediaElementFillingViewportTest.cpp", 358 "tests/MediaElementFillingViewportTest.cpp",
359 "tests/NGInlineLayoutTest.cpp", 359 "tests/NGInlineLayoutTest.cpp",
360 "tests/PrerenderingTest.cpp", 360 "tests/PrerenderingTest.cpp",
361 "tests/ProgrammaticScrollTest.cpp", 361 "tests/ProgrammaticScrollTest.cpp",
362 "tests/ResizeObserverTest.cpp", 362 "tests/ResizeObserverTest.cpp",
363 "tests/RootScrollerTest.cpp", 363 "tests/RootScrollerTest.cpp",
364 "tests/RunAllTests.cpp", 364 "tests/RunAllTests.cpp",
365 "tests/ScreenWakeLockTest.cpp", 365 "tests/ScreenWakeLockTest.cpp",
366 "tests/ScrollbarsTest.cpp", 366 "tests/ScrollbarsTest.cpp",
367 "tests/ScrollingCoordinatorTest.cpp", 367 "tests/ScrollingCoordinatorTest.cpp",
368 "tests/SmoothScrollTest.cpp",
368 "tests/SpinLockTest.cpp", 369 "tests/SpinLockTest.cpp",
369 "tests/TextFinderTest.cpp", 370 "tests/TextFinderTest.cpp",
370 "tests/TextSelectionRepaintTest.cpp", 371 "tests/TextSelectionRepaintTest.cpp",
371 "tests/TimerPerfTest.cpp", 372 "tests/TimerPerfTest.cpp",
372 "tests/TouchActionTest.cpp", 373 "tests/TouchActionTest.cpp",
373 "tests/ViewportTest.cpp", 374 "tests/ViewportTest.cpp",
374 "tests/VirtualTimeTest.cpp", 375 "tests/VirtualTimeTest.cpp",
375 "tests/VisualViewportTest.cpp", 376 "tests/VisualViewportTest.cpp",
376 "tests/WebDocumentSubresourceFilterTest.cpp", 377 "tests/WebDocumentSubresourceFilterTest.cpp",
377 "tests/WebDocumentTest.cpp", 378 "tests/WebDocumentTest.cpp",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 445
445 if (is_android) { 446 if (is_android) {
446 deps += [ 447 deps += [
447 "//base:base_java", 448 "//base:base_java",
448 "//content/public/android:content_java", 449 "//content/public/android:content_java",
449 "//content/shell/android:content_shell_assets", 450 "//content/shell/android:content_shell_assets",
450 "//net/android:net_java", 451 "//net/android:net_java",
451 ] 452 ]
452 } 453 }
453 } 454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698