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

Side by Side Diff: build/features_override.gypi

Issue 6010001: Revert revision 69545 "Enable client-based geolocation." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is only included in full-chromium builds, and overrides the 5 # This file is only included in full-chromium builds, and overrides the
6 # feature_defines variable in third_party/WebKit/WebKit/chromium/features.gypi. 6 # feature_defines variable in third_party/WebKit/WebKit/chromium/features.gypi.
7 { 7 {
8 'variables': { 8 'variables': {
9 # WARNING: This list of strings completely replaces the list in 9 # WARNING: This list of strings completely replaces the list in
10 # features.gypi. Therefore, if an enable is listed in features.gypi 10 # features.gypi. Therefore, if an enable is listed in features.gypi
11 # but not listed below, it will revert to its hardcoded webkit value. 11 # but not listed below, it will revert to its hardcoded webkit value.
12 'feature_defines': [ 12 'feature_defines': [
13 'ENABLE_3D_CANVAS=1', 13 'ENABLE_3D_CANVAS=1',
14 'ENABLE_3D_PLUGIN=1', 14 'ENABLE_3D_PLUGIN=1',
15 'ENABLE_BLOB=1', 15 'ENABLE_BLOB=1',
16 'ENABLE_BLOB_SLICE=1', 16 'ENABLE_BLOB_SLICE=1',
17 'ENABLE_CHANNEL_MESSAGING=1', 17 'ENABLE_CHANNEL_MESSAGING=1',
18 'ENABLE_CLIENT_BASED_GEOLOCATION=1', 18 'ENABLE_CLIENT_BASED_GEOLOCATION=0',
19 'ENABLE_DASHBOARD_SUPPORT=0', 19 'ENABLE_DASHBOARD_SUPPORT=0',
20 'ENABLE_DATABASE=1', 20 'ENABLE_DATABASE=1',
21 'ENABLE_DATAGRID=0', 21 'ENABLE_DATAGRID=0',
22 'ENABLE_DEVICE_ORIENTATION=1', 22 'ENABLE_DEVICE_ORIENTATION=1',
23 'ENABLE_DIRECTORY_UPLOAD=1', 23 'ENABLE_DIRECTORY_UPLOAD=1',
24 'ENABLE_DOM_STORAGE=1', 24 'ENABLE_DOM_STORAGE=1',
25 'ENABLE_EVENTSOURCE=1', 25 'ENABLE_EVENTSOURCE=1',
26 'ENABLE_FILE_SYSTEM=1', 26 'ENABLE_FILE_SYSTEM=1',
27 'ENABLE_FILTERS=1', 27 'ENABLE_FILTERS=1',
28 'ENABLE_GEOLOCATION=1', 28 'ENABLE_GEOLOCATION=1',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 # require changes in gyp. 84 # require changes in gyp.
85 }, 85 },
86 86
87 } 87 }
88 88
89 # Local Variables: 89 # Local Variables:
90 # tab-width:2 90 # tab-width:2
91 # indent-tabs-mode:nil 91 # indent-tabs-mode:nil
92 # End: 92 # End:
93 # vim: set expandtab tabstop=2 shiftwidth=2: 93 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698