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

Side by Side Diff: build/features_override.gypi

Issue 6366021: Adding support for JavaScript internationalization API as V8 extension. See p... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
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 6 # feature_defines variable in
7 # third_party/WebKit/Source/WebKit/chromium/features.gypi. 7 # third_party/WebKit/Source/WebKit/chromium/features.gypi.
8 { 8 {
9 'variables': { 9 'variables': {
10 # WARNING: This list of strings completely replaces the list in 10 # WARNING: This list of strings completely replaces the list in
11 # features.gypi. Therefore, if an enable is listed in features.gypi 11 # features.gypi. Therefore, if an enable is listed in features.gypi
12 # but not listed below, it will revert to its hardcoded webkit value. 12 # but not listed below, it will revert to its hardcoded webkit value.
13 'feature_defines': [ 13 'feature_defines': [
14 # TODO(kbr): remove ENABLE_3D_CANVAS after renaming to ENABLE_WEBGL lands. 14 # TODO(kbr): remove ENABLE_3D_CANVAS after renaming to ENABLE_WEBGL lands.
15 'ENABLE_3D_CANVAS=1', 15 'ENABLE_3D_CANVAS=1',
16 'ENABLE_3D_PLUGIN=1', 16 'ENABLE_3D_PLUGIN=1',
17 'ENABLE_BLOB=1', 17 'ENABLE_BLOB=1',
18 'ENABLE_BLOB_SLICE=1', 18 'ENABLE_BLOB_SLICE=1',
19 'ENABLE_CHANNEL_MESSAGING=1', 19 'ENABLE_CHANNEL_MESSAGING=1',
20 'ENABLE_CLIENT_BASED_GEOLOCATION=1', 20 'ENABLE_CLIENT_BASED_GEOLOCATION=1',
21 'ENABLE_DASHBOARD_SUPPORT=0', 21 'ENABLE_DASHBOARD_SUPPORT=0',
22 'ENABLE_DATABASE=1', 22 'ENABLE_DATABASE=1',
23 'ENABLE_DATAGRID=0', 23 'ENABLE_DATAGRID=0',
24 'ENABLE_DEVICE_ORIENTATION=1', 24 'ENABLE_DEVICE_ORIENTATION=1',
25 'ENABLE_DIRECTORY_UPLOAD=1', 25 'ENABLE_DIRECTORY_UPLOAD=1',
26 'ENABLE_DOM_STORAGE=1', 26 'ENABLE_DOM_STORAGE=1',
27 'ENABLE_EVENTSOURCE=1', 27 'ENABLE_EVENTSOURCE=1',
28 'ENABLE_EXPERIMENTAL_I18N_API=1',
28 'ENABLE_FILE_SYSTEM=1', 29 'ENABLE_FILE_SYSTEM=1',
29 'ENABLE_FILTERS=1', 30 'ENABLE_FILTERS=1',
30 'ENABLE_GEOLOCATION=1', 31 'ENABLE_GEOLOCATION=1',
31 'ENABLE_ICONDATABASE=0', 32 'ENABLE_ICONDATABASE=0',
32 'ENABLE_INDEXED_DATABASE=1', 33 'ENABLE_INDEXED_DATABASE=1',
33 'ENABLE_INPUT_SPEECH=1', 34 'ENABLE_INPUT_SPEECH=1',
34 'ENABLE_JAVASCRIPT_DEBUGGER=1', 35 'ENABLE_JAVASCRIPT_DEBUGGER=1',
35 'ENABLE_JSC_MULTIPLE_THREADS=0', 36 'ENABLE_JSC_MULTIPLE_THREADS=0',
36 'ENABLE_LINK_PREFETCH=1', 37 'ENABLE_LINK_PREFETCH=1',
37 'ENABLE_METER_TAG=1', 38 'ENABLE_METER_TAG=1',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # require changes in gyp. 94 # require changes in gyp.
94 }, 95 },
95 96
96 } 97 }
97 98
98 # Local Variables: 99 # Local Variables:
99 # tab-width:2 100 # tab-width:2
100 # indent-tabs-mode:nil 101 # indent-tabs-mode:nil
101 # End: 102 # End:
102 # vim: set expandtab tabstop=2 shiftwidth=2: 103 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698