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

Side by Side Diff: Source/build/features.gypi

Issue 103533011: Revert 161821 "Remove 'FAST_MOBILE_SCROLLING'" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 12 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'enable_oilpan%': 0, 47 'enable_oilpan%': 0,
48 'enable_touch_icon_loading%' : 0, 48 'enable_touch_icon_loading%' : 0,
49 }, 49 },
50 'conditions': [ 50 'conditions': [
51 ['use_concatenated_impulse_responses==1', { 51 ['use_concatenated_impulse_responses==1', {
52 # Use concatenated HRTF impulse responses 52 # Use concatenated HRTF impulse responses
53 'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'], 53 'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'],
54 }], 54 }],
55 ['OS=="android"', { 55 ['OS=="android"', {
56 'feature_defines': [ 56 'feature_defines': [
57 'ENABLE_FAST_MOBILE_SCROLLING=1',
57 'ENABLE_INPUT_SPEECH=0', 58 'ENABLE_INPUT_SPEECH=0',
58 'ENABLE_LEGACY_NOTIFICATIONS=0', 59 'ENABLE_LEGACY_NOTIFICATIONS=0',
59 'ENABLE_MEDIA_CAPTURE=1', 60 'ENABLE_MEDIA_CAPTURE=1',
60 'ENABLE_ORIENTATION_EVENTS=1', 61 'ENABLE_ORIENTATION_EVENTS=1',
61 'ENABLE_TOUCH_ICON_LOADING=1', 62 'ENABLE_TOUCH_ICON_LOADING=1',
62 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', 63 'ENABLE_NAVIGATOR_CONTENT_UTILS=0',
63 ], 64 ],
64 }, { # OS!="android" 65 }, { # OS!="android"
65 'feature_defines': [ 66 'feature_defines': [
66 'ENABLE_INPUT_SPEECH=1', 67 'ENABLE_INPUT_SPEECH=1',
(...skipping 30 matching lines...) Expand all
97 ], 98 ],
98 }], 99 }],
99 ['enable_oilpan==1', { 100 ['enable_oilpan==1', {
100 'feature_defines': [ 101 'feature_defines': [
101 'ENABLE_OILPAN=1', 102 'ENABLE_OILPAN=1',
102 ], 103 ],
103 }], 104 }],
104 ], 105 ],
105 }, 106 },
106 } 107 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/RenderBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698