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

Unified Diff: Source/core/core.gyp

Issue 18539017: Remove ifdefs for scroll position change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add needs rebaseline expectations Created 7 years, 5 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 | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 06b2baca472f4d730028c9822bc1213e8c0bab67..4034ffea4522617b44add9d0040282d7dbeadc76 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -39,7 +39,6 @@
'variables': {
'enable_wexit_time_destructors': 1,
- 'blink_scrolling_position_no_offset%': 0,
'webcore_include_dirs': [
'../..',
@@ -963,11 +962,6 @@
['exclude', 'Android\\.cpp$'],
],
}],
- ['blink_scrolling_position_no_offset==1', {
- 'defines': [
- 'BLINK_SCROLLING_POSITION_NO_OFFSET',
- ]
- }],
],
},
{
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698