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

Unified Diff: Source/web/web.gyp

Issue 57463002: Have Blink be told of scrollbar changes rather than paying attention itself (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: good version Created 7 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 | « Source/web/mac/WebScrollbarTheme.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 26717a1af8a0fb3b50be178848e1e947998edcb7..124660270b909954401e54da2e58e963c6ec22d5 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -205,6 +205,7 @@
}, { # else: OS!="mac"
'sources/': [
['exclude', 'WebInputEventFactoryMac.mm$'],
+ ['exclude', 'mac/WebScrollbarTheme.cpp$'],
],
}],
['OS=="win"', {
« no previous file with comments | « Source/web/mac/WebScrollbarTheme.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698