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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2836813002: Move ScrollbarManager from core to platform and use as Scrollbar parent (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 425c5052346e73eddad73a0f619494c63dbdb5ef..60971c04060ba28cc93b3a222eb6a2c2ed575314 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1305,6 +1305,8 @@ component("platform") {
"scroll/ScrollableArea.h",
"scroll/Scrollbar.cpp",
"scroll/Scrollbar.h",
+ "scroll/ScrollbarManager.cpp",
+ "scroll/ScrollbarManager.h",
"scroll/ScrollbarTheme.cpp",
"scroll/ScrollbarTheme.h",
"scroll/ScrollbarThemeAndroid.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/paint/ScrollbarManager.cpp ('k') | third_party/WebKit/Source/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698