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

Unified Diff: components/breakpad.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: components/breakpad.gypi
diff --git a/components/breakpad.gypi b/components/breakpad.gypi
index f613bfb953b8bbb28bfa6f88aa9accd406e48cb3..4e369f6f7f396cec847f367760df9f5dc538d160 100644
--- a/components/breakpad.gypi
+++ b/components/breakpad.gypi
@@ -30,7 +30,7 @@
{
# Note: if you depend on this target, you need to either link in
# content.gyp:content_common, or add
- # content/public/common/content_switches.cc to your sources.
+ # content/public/common/content_switches*.cc to your sources.
'target_name': 'breakpad_component',
'type': 'static_library',
'variables': {
@@ -95,7 +95,7 @@
{
# Note: if you depend on this target, you need to either link in
# content.gyp:content_common, or add
- # content/public/common/content_switches.cc to your sources.
+ # content/public/common/content_switches*.cc to your sources.
'target_name': 'breakpad_win64',
'type': 'static_library',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698