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

Unified Diff: content/renderer/BUILD.gn

Issue 2483113002: Disable scrollbar snapback on desktop Linux (Reland) (Closed)
Patch Set: Update test comment Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 40063192282112d2bcffc85f30c0133910f9a1cc..12c566cede81a987e0b7a3c806b245333c7690e4 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -381,8 +381,8 @@ target(link_target_type, "renderer") {
"webgraphicscontext3d_provider_impl.h",
"webpublicsuffixlist_impl.cc",
"webpublicsuffixlist_impl.h",
- "webscrollbarbehavior_impl_gtkoraura.cc",
- "webscrollbarbehavior_impl_gtkoraura.h",
+ "webscrollbarbehavior_impl_aura.cc",
+ "webscrollbarbehavior_impl_aura.h",
"webscrollbarbehavior_impl_mac.h",
"webscrollbarbehavior_impl_mac.mm",
"websharedworker_proxy.cc",
@@ -485,8 +485,8 @@ target(link_target_type, "renderer") {
if (is_mac) {
sources -= [
- "webscrollbarbehavior_impl_gtkoraura.cc",
- "webscrollbarbehavior_impl_gtkoraura.h",
+ "webscrollbarbehavior_impl_aura.cc",
+ "webscrollbarbehavior_impl_aura.h",
]
}
« no previous file with comments | « no previous file | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698