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

Unified Diff: chrome/chrome_installer_util.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: chrome/chrome_installer_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index 1777308a0cd964fdc407a58b10f383f72f5d30b2..3339ae2efeb6da62deaea49c584163f5166373d5 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -163,7 +163,10 @@
],
'conditions': [
['component=="shared_library"', {
- 'sources': [ '../content/public/common/content_switches.cc' ],
+ 'sources': [
+ '../content/public/common/content_switches.cc',
+ '../content/public/common/content_switches_util.cc'
+ ],
'defines': [ 'COMPILE_CONTENT_STATICALLY'],
}, {
'dependencies': ['<(DEPTH)/content/content.gyp:content_common'],
@@ -225,7 +228,10 @@
],
'conditions': [
['component == "shared_library"', {
- 'sources': [ '../content/public/common/content_switches.cc' ],
+ 'sources': [
+ '../content/public/common/content_switches.cc',
+ '../content/public/common/content_switches_util.cc'
+ ],
'defines': [ 'COMPILE_CONTENT_STATICALLY'],
}],
],

Powered by Google App Engine
This is Rietveld 408576698