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

Unified Diff: cloud_print/service/service.gyp

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: cloud_print/service/service.gyp
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp
index 1bdc5528b1e28f0f7c70cc98aec15b4cfbe388e5..ae08f3e3c6bce590990c3b03002dece2518b0208 100644
--- a/cloud_print/service/service.gyp
+++ b/cloud_print/service/service.gyp
@@ -71,8 +71,10 @@
}],
],
'sources': [
- '<(DEPTH)/content/public/common/content_switches.h',
'<(DEPTH)/content/public/common/content_switches.cc',
+ '<(DEPTH)/content/public/common/content_switches.h',
+ '<(DEPTH)/content/public/common/content_switches_util.cc',
+ '<(DEPTH)/content/public/common/content_switches_util.h',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.h',
'service_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698