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

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, 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "tests/PrerenderingTest.cpp", 293 "tests/PrerenderingTest.cpp",
294 "tests/ProgrammaticScrollTest.cpp", 294 "tests/ProgrammaticScrollTest.cpp",
295 "tests/ResizeObserverTest.cpp", 295 "tests/ResizeObserverTest.cpp",
296 "tests/RootScrollerTest.cpp", 296 "tests/RootScrollerTest.cpp",
297 "tests/RunAllTests.cpp", 297 "tests/RunAllTests.cpp",
298 "tests/ScreenWakeLockTest.cpp", 298 "tests/ScreenWakeLockTest.cpp",
299 "tests/ScrollMetricsTest.cpp", 299 "tests/ScrollMetricsTest.cpp",
300 "tests/ScrollbarsTest.cpp", 300 "tests/ScrollbarsTest.cpp",
301 "tests/ScrollingCoordinatorTest.cpp", 301 "tests/ScrollingCoordinatorTest.cpp",
302 "tests/ShadowDOMV0Test.cpp", 302 "tests/ShadowDOMV0Test.cpp",
303 "tests/SmoothScrollTest.cpp",
303 "tests/SpinLockTest.cpp", 304 "tests/SpinLockTest.cpp",
304 "tests/TextFinderTest.cpp", 305 "tests/TextFinderTest.cpp",
305 "tests/TextSelectionRepaintTest.cpp", 306 "tests/TextSelectionRepaintTest.cpp",
306 "tests/TimerPerfTest.cpp", 307 "tests/TimerPerfTest.cpp",
307 "tests/TouchActionTest.cpp", 308 "tests/TouchActionTest.cpp",
308 "tests/ViewportTest.cpp", 309 "tests/ViewportTest.cpp",
309 "tests/VirtualTimeTest.cpp", 310 "tests/VirtualTimeTest.cpp",
310 "tests/VisualViewportTest.cpp", 311 "tests/VisualViewportTest.cpp",
311 "tests/WebDocumentSubresourceFilterTest.cpp", 312 "tests/WebDocumentSubresourceFilterTest.cpp",
312 "tests/WebDocumentTest.cpp", 313 "tests/WebDocumentTest.cpp",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 387
387 if (is_android) { 388 if (is_android) {
388 deps += [ 389 deps += [
389 "//base:base_java", 390 "//base:base_java",
390 "//content/public/android:content_java", 391 "//content/public/android:content_java",
391 "//content/shell/android:content_shell_assets", 392 "//content/shell/android:content_shell_assets",
392 "//net/android:net_java", 393 "//net/android:net_java",
393 ] 394 ]
394 } 395 }
395 } 396 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698