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

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

Issue 2590163004: Aura overlay scrollbars shouldn't invalidate thumb on scroll or enabled state. (Closed)
Patch Set: Fix BUILD.gn, make MockScrollableArea constructor protected 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 "scheduler/renderer/deadline_task_runner_unittest.cc", 1786 "scheduler/renderer/deadline_task_runner_unittest.cc",
1787 "scheduler/renderer/idle_time_estimator_unittest.cc", 1787 "scheduler/renderer/idle_time_estimator_unittest.cc",
1788 "scheduler/renderer/renderer_scheduler_impl_unittest.cc", 1788 "scheduler/renderer/renderer_scheduler_impl_unittest.cc",
1789 "scheduler/renderer/task_cost_estimator_unittest.cc", 1789 "scheduler/renderer/task_cost_estimator_unittest.cc",
1790 "scheduler/renderer/task_queue_throttler_unittest.cc", 1790 "scheduler/renderer/task_queue_throttler_unittest.cc",
1791 "scheduler/renderer/user_model_unittest.cc", 1791 "scheduler/renderer/user_model_unittest.cc",
1792 "scheduler/renderer/web_frame_scheduler_impl_unittest.cc", 1792 "scheduler/renderer/web_frame_scheduler_impl_unittest.cc",
1793 "scheduler/renderer/web_view_scheduler_impl_unittest.cc", 1793 "scheduler/renderer/web_view_scheduler_impl_unittest.cc",
1794 "scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc", 1794 "scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc",
1795 "scroll/ScrollableAreaTest.cpp", 1795 "scroll/ScrollableAreaTest.cpp",
1796 "scroll/ScrollbarThemeOverlayTest.cpp",
1796 "testing/ArenaTestHelpers.h", 1797 "testing/ArenaTestHelpers.h",
1797 "testing/TreeTestHelpers.cpp", 1798 "testing/TreeTestHelpers.cpp",
1798 "testing/TreeTestHelpers.h", 1799 "testing/TreeTestHelpers.h",
1799 "text/BidiResolverTest.cpp", 1800 "text/BidiResolverTest.cpp",
1800 "text/CharacterTest.cpp", 1801 "text/CharacterTest.cpp",
1801 "text/DateTimeFormatTest.cpp", 1802 "text/DateTimeFormatTest.cpp",
1802 "text/HyphenationTest.cpp", 1803 "text/HyphenationTest.cpp",
1803 "text/SegmentedStringTest.cpp", 1804 "text/SegmentedStringTest.cpp",
1804 "text/TextBreakIteratorTest.cpp", 1805 "text/TextBreakIteratorTest.cpp",
1805 "text/TextEncodingDetectorTest.cpp", 1806 "text/TextEncodingDetectorTest.cpp",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "//third_party/WebKit/Source:config", 2071 "//third_party/WebKit/Source:config",
2071 "//third_party/WebKit/Source:inside_blink", 2072 "//third_party/WebKit/Source:inside_blink",
2072 ] 2073 ]
2073 2074
2074 deps = [ 2075 deps = [
2075 ":test_support", 2076 ":test_support",
2076 "//testing/gmock", 2077 "//testing/gmock",
2077 "//testing/gtest", 2078 "//testing/gtest",
2078 ] 2079 ]
2079 } 2080 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698