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

Unified Diff: content/content_common.gypi

Issue 52263006: Put vertical overscroll behind kScrollEndEffect flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index a021c9418141ec96eaafc707623df4cd1a824ff8..460482921e56691b5e349137ffacbeea9e53d15c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -34,6 +34,8 @@
'public/common/content_paths.h',
'public/common/content_switches.cc',
'public/common/content_switches.h',
+ 'public/common/content_switches_util.cc',
+ 'public/common/content_switches_util.h',
'public/common/context_menu_params.cc',
'public/common/context_menu_params.h',
'public/common/console_message_level.h',
@@ -387,6 +389,7 @@
['include', '^public/common/content_client\\.cc$'],
['include', '^public/common/content_constants\\.cc$'],
['include', '^public/common/content_switches\\.cc$'],
+ ['include', '^public/common/content_switches_util\\.cc$'],
['include', '^public/common/frame_navigate_params\\.cc$'],
['include', '^public/common/media_stream_request\\.cc$'],
['include', '^public/common/page_state\\.cc$'],

Powered by Google App Engine
This is Rietveld 408576698