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

Side by Side Diff: build/features_override.gypi

Issue 3034009: Enable WEB_TIMING to match WebKit r63559. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 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
(...skipping 27 matching lines...) Expand all
38 'ENABLE_SVG=<(enable_svg)', 38 'ENABLE_SVG=<(enable_svg)',
39 'ENABLE_SVG_ANIMATION=<(enable_svg)', 39 'ENABLE_SVG_ANIMATION=<(enable_svg)',
40 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', 40 'ENABLE_SVG_AS_IMAGE=<(enable_svg)',
41 'ENABLE_SVG_FONTS=<(enable_svg)', 41 'ENABLE_SVG_FONTS=<(enable_svg)',
42 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', 42 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)',
43 'ENABLE_SVG_USE=<(enable_svg)', 43 'ENABLE_SVG_USE=<(enable_svg)',
44 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', 44 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)',
45 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', 45 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
46 'ENABLE_VIDEO=1', 46 'ENABLE_VIDEO=1',
47 'ENABLE_WEB_SOCKETS=1', 47 'ENABLE_WEB_SOCKETS=1',
48 'ENABLE_WEB_TIMING=1',
48 'ENABLE_WORKERS=1', 49 'ENABLE_WORKERS=1',
49 'ENABLE_XPATH=1', 50 'ENABLE_XPATH=1',
50 'ENABLE_XSLT=1', 51 'ENABLE_XSLT=1',
51 ], 52 ],
52 # We have to nest variables inside variables so that they can be overridden 53 # We have to nest variables inside variables so that they can be overridden
53 # through GYP_DEFINES. 54 # through GYP_DEFINES.
54 'variables': { 55 'variables': {
55 'use_accelerated_compositing%': 0, 56 'use_accelerated_compositing%': 0,
56 'enable_svg%': 1, 57 'enable_svg%': 1,
57 'enable_touch_events%': 1, 58 'enable_touch_events%': 1,
(...skipping 15 matching lines...) Expand all
73 # require changes in gyp. 74 # require changes in gyp.
74 }, 75 },
75 76
76 } 77 }
77 78
78 # Local Variables: 79 # Local Variables:
79 # tab-width:2 80 # tab-width:2
80 # indent-tabs-mode:nil 81 # indent-tabs-mode:nil
81 # End: 82 # End:
82 # vim: set expandtab tabstop=2 shiftwidth=2: 83 # 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