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

Unified Diff: content/content_renderer.gypi

Issue 175903002: Re-add snap-back behavior (Chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
===================================================================
--- content/content_renderer.gypi (revision 254242)
+++ content/content_renderer.gypi (working copy)
@@ -536,6 +536,10 @@
'renderer/webgraphicscontext3d_provider_impl.h',
'renderer/webpublicsuffixlist_impl.cc',
'renderer/webpublicsuffixlist_impl.h',
+ 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
+ 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
+ 'renderer/webscrollbarbehavior_impl_mac.mm',
+ 'renderer/webscrollbarbehavior_impl_mac.h',
'renderer/websharedworker_proxy.cc',
'renderer/websharedworker_proxy.h',
],
@@ -560,7 +564,14 @@
['OS=="mac"', {
'sources!': [
'common/process_watcher_posix.cc',
+ 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
+ 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
],
+ }, {
+ 'sources!': [
+ 'renderer/webscrollbarbehavior_impl_mac.mm',
+ 'renderer/webscrollbarbehavior_impl_mac.h',
+ ],
}],
['OS=="win" and win_use_allocator_shim==1', {
'dependencies': [
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698