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

Side by Side Diff: build/features_override.gypi

Issue 251087: add ENABLE_WEB_SOCKETS (Closed)
Patch Set: Created 11 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 unified diff | Download patch
« 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
(...skipping 14 matching lines...) Expand all
25 'ENABLE_XSLT=1', 25 'ENABLE_XSLT=1',
26 'ENABLE_XPATH=1', 26 'ENABLE_XPATH=1',
27 'ENABLE_SHARED_WORKERS=0', 27 'ENABLE_SHARED_WORKERS=0',
28 'ENABLE_SVG=1', 28 'ENABLE_SVG=1',
29 'ENABLE_SVG_ANIMATION=1', 29 'ENABLE_SVG_ANIMATION=1',
30 'ENABLE_SVG_AS_IMAGE=1', 30 'ENABLE_SVG_AS_IMAGE=1',
31 'ENABLE_SVG_USE=1', 31 'ENABLE_SVG_USE=1',
32 'ENABLE_SVG_FOREIGN_OBJECT=1', 32 'ENABLE_SVG_FOREIGN_OBJECT=1',
33 'ENABLE_SVG_FONTS=1', 33 'ENABLE_SVG_FONTS=1',
34 'ENABLE_VIDEO=1', 34 'ENABLE_VIDEO=1',
35 'ENABLE_WEB_SOCKETS=1',
35 'ENABLE_WORKERS=1', 36 'ENABLE_WORKERS=1',
36 ], 37 ],
37 # TODO: If the need arises, create a mechanism that will intelligently 38 # TODO: If the need arises, create a mechanism that will intelligently
38 # merge the lists rather than replace one with the other. This may 39 # merge the lists rather than replace one with the other. This may
39 # require changes in gyp. 40 # require changes in gyp.
40 }, 41 },
41 } 42 }
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