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

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

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Fixed nits. 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 "scroll/ScrollbarThemeAura.cpp", 1383 "scroll/ScrollbarThemeAura.cpp",
1384 "scroll/ScrollbarThemeAura.h", 1384 "scroll/ScrollbarThemeAura.h",
1385 "scroll/ScrollbarThemeClient.h", 1385 "scroll/ScrollbarThemeClient.h",
1386 "scroll/ScrollbarThemeMac.h", 1386 "scroll/ScrollbarThemeMac.h",
1387 "scroll/ScrollbarThemeMac.mm", 1387 "scroll/ScrollbarThemeMac.mm",
1388 "scroll/ScrollbarThemeMock.cpp", 1388 "scroll/ScrollbarThemeMock.cpp",
1389 "scroll/ScrollbarThemeMock.h", 1389 "scroll/ScrollbarThemeMock.h",
1390 "scroll/ScrollbarThemeOverlay.cpp", 1390 "scroll/ScrollbarThemeOverlay.cpp",
1391 "scroll/ScrollbarThemeOverlay.h", 1391 "scroll/ScrollbarThemeOverlay.h",
1392 "scroll/ScrollbarThemeOverlayMock.h", 1392 "scroll/ScrollbarThemeOverlayMock.h",
1393 "scroll/SmoothScrollSequencer.cpp",
1394 "scroll/SmoothScrollSequencer.h",
1393 "speech/PlatformSpeechSynthesisUtterance.cpp", 1395 "speech/PlatformSpeechSynthesisUtterance.cpp",
1394 "speech/PlatformSpeechSynthesisUtterance.h", 1396 "speech/PlatformSpeechSynthesisUtterance.h",
1395 "speech/PlatformSpeechSynthesisVoice.cpp", 1397 "speech/PlatformSpeechSynthesisVoice.cpp",
1396 "speech/PlatformSpeechSynthesisVoice.h", 1398 "speech/PlatformSpeechSynthesisVoice.h",
1397 "speech/PlatformSpeechSynthesizer.cpp", 1399 "speech/PlatformSpeechSynthesizer.cpp",
1398 "speech/PlatformSpeechSynthesizer.h", 1400 "speech/PlatformSpeechSynthesizer.h",
1399 "text/BidiCharacterRun.cpp", 1401 "text/BidiCharacterRun.cpp",
1400 "text/BidiCharacterRun.h", 1402 "text/BidiCharacterRun.h",
1401 "text/BidiContext.cpp", 1403 "text/BidiContext.cpp",
1402 "text/BidiContext.h", 1404 "text/BidiContext.h",
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 "//third_party/WebKit/Source:config", 2255 "//third_party/WebKit/Source:config",
2254 "//third_party/WebKit/Source:inside_blink", 2256 "//third_party/WebKit/Source:inside_blink",
2255 ] 2257 ]
2256 2258
2257 deps = [ 2259 deps = [
2258 ":test_support", 2260 ":test_support",
2259 "//testing/gmock", 2261 "//testing/gmock",
2260 "//testing/gtest", 2262 "//testing/gtest",
2261 ] 2263 ]
2262 } 2264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698