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

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

Issue 2570293003: Revert of Set overflow: auto in StyleResolver::styleForDocument. (Closed)
Patch Set: Created 4 years 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "tests/ListenerLeakTest.cpp", 350 "tests/ListenerLeakTest.cpp",
351 "tests/MHTMLTest.cpp", 351 "tests/MHTMLTest.cpp",
352 "tests/MediaElementFillingViewportTest.cpp", 352 "tests/MediaElementFillingViewportTest.cpp",
353 "tests/NGInlineLayoutTest.cpp", 353 "tests/NGInlineLayoutTest.cpp",
354 "tests/PrerenderingTest.cpp", 354 "tests/PrerenderingTest.cpp",
355 "tests/ProgrammaticScrollTest.cpp", 355 "tests/ProgrammaticScrollTest.cpp",
356 "tests/ResizeObserverTest.cpp", 356 "tests/ResizeObserverTest.cpp",
357 "tests/RootScrollerTest.cpp", 357 "tests/RootScrollerTest.cpp",
358 "tests/RunAllTests.cpp", 358 "tests/RunAllTests.cpp",
359 "tests/ScreenWakeLockTest.cpp", 359 "tests/ScreenWakeLockTest.cpp",
360 "tests/ScrollbarsTest.cpp",
361 "tests/ScrollingCoordinatorTest.cpp", 360 "tests/ScrollingCoordinatorTest.cpp",
362 "tests/SpinLockTest.cpp", 361 "tests/SpinLockTest.cpp",
363 "tests/TextFinderTest.cpp", 362 "tests/TextFinderTest.cpp",
364 "tests/TextSelectionRepaintTest.cpp", 363 "tests/TextSelectionRepaintTest.cpp",
365 "tests/TimerPerfTest.cpp", 364 "tests/TimerPerfTest.cpp",
366 "tests/TouchActionTest.cpp", 365 "tests/TouchActionTest.cpp",
367 "tests/ViewportTest.cpp", 366 "tests/ViewportTest.cpp",
368 "tests/VirtualTimeTest.cpp", 367 "tests/VirtualTimeTest.cpp",
369 "tests/VisualViewportTest.cpp", 368 "tests/VisualViewportTest.cpp",
370 "tests/WebDocumentSubresourceFilterTest.cpp", 369 "tests/WebDocumentSubresourceFilterTest.cpp",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 437
439 if (is_android) { 438 if (is_android) {
440 deps += [ 439 deps += [
441 "//base:base_java", 440 "//base:base_java",
442 "//content/public/android:content_java", 441 "//content/public/android:content_java",
443 "//content/shell/android:content_shell_assets", 442 "//content/shell/android:content_shell_assets",
444 "//net/android:net_java", 443 "//net/android:net_java",
445 ] 444 ]
446 } 445 }
447 } 446 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp ('k') | third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698