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

Side by Side Diff: third_party/WebKit/Source/platform/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 "scroll/ScrollbarThemeAura.cpp", 1381 "scroll/ScrollbarThemeAura.cpp",
1382 "scroll/ScrollbarThemeAura.h", 1382 "scroll/ScrollbarThemeAura.h",
1383 "scroll/ScrollbarThemeClient.h", 1383 "scroll/ScrollbarThemeClient.h",
1384 "scroll/ScrollbarThemeMac.h", 1384 "scroll/ScrollbarThemeMac.h",
1385 "scroll/ScrollbarThemeMac.mm", 1385 "scroll/ScrollbarThemeMac.mm",
1386 "scroll/ScrollbarThemeMock.cpp", 1386 "scroll/ScrollbarThemeMock.cpp",
1387 "scroll/ScrollbarThemeMock.h", 1387 "scroll/ScrollbarThemeMock.h",
1388 "scroll/ScrollbarThemeOverlay.cpp", 1388 "scroll/ScrollbarThemeOverlay.cpp",
1389 "scroll/ScrollbarThemeOverlay.h", 1389 "scroll/ScrollbarThemeOverlay.h",
1390 "scroll/ScrollbarThemeOverlayMock.h", 1390 "scroll/ScrollbarThemeOverlayMock.h",
1391 "scroll/SmoothScrollSequencer.cpp",
1392 "scroll/SmoothScrollSequencer.h",
1391 "speech/PlatformSpeechSynthesisUtterance.cpp", 1393 "speech/PlatformSpeechSynthesisUtterance.cpp",
1392 "speech/PlatformSpeechSynthesisUtterance.h", 1394 "speech/PlatformSpeechSynthesisUtterance.h",
1393 "speech/PlatformSpeechSynthesisVoice.cpp", 1395 "speech/PlatformSpeechSynthesisVoice.cpp",
1394 "speech/PlatformSpeechSynthesisVoice.h", 1396 "speech/PlatformSpeechSynthesisVoice.h",
1395 "speech/PlatformSpeechSynthesizer.cpp", 1397 "speech/PlatformSpeechSynthesizer.cpp",
1396 "speech/PlatformSpeechSynthesizer.h", 1398 "speech/PlatformSpeechSynthesizer.h",
1397 "text/BidiCharacterRun.cpp", 1399 "text/BidiCharacterRun.cpp",
1398 "text/BidiCharacterRun.h", 1400 "text/BidiCharacterRun.h",
1399 "text/BidiContext.cpp", 1401 "text/BidiContext.cpp",
1400 "text/BidiContext.h", 1402 "text/BidiContext.h",
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 "//third_party/WebKit/Source:config", 2251 "//third_party/WebKit/Source:config",
2250 "//third_party/WebKit/Source:inside_blink", 2252 "//third_party/WebKit/Source:inside_blink",
2251 ] 2253 ]
2252 2254
2253 deps = [ 2255 deps = [
2254 ":test_support", 2256 ":test_support",
2255 "//testing/gmock", 2257 "//testing/gmock",
2256 "//testing/gtest", 2258 "//testing/gtest",
2257 ] 2259 ]
2258 } 2260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698