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

Side by Side Diff: build/features_override.gypi

Issue 6410115: Adds navigator.registerProtocolHandler. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Responded to comments, simplified file format. Created 9 years, 10 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
(...skipping 22 matching lines...) Expand all
33 'ENABLE_INPUT_SPEECH=1', 33 'ENABLE_INPUT_SPEECH=1',
34 'ENABLE_JAVASCRIPT_DEBUGGER=1', 34 'ENABLE_JAVASCRIPT_DEBUGGER=1',
35 'ENABLE_JSC_MULTIPLE_THREADS=0', 35 'ENABLE_JSC_MULTIPLE_THREADS=0',
36 'ENABLE_LINK_PREFETCH=1', 36 'ENABLE_LINK_PREFETCH=1',
37 'ENABLE_METER_TAG=1', 37 'ENABLE_METER_TAG=1',
38 'ENABLE_NOTIFICATIONS=1', 38 'ENABLE_NOTIFICATIONS=1',
39 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', 39 'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
40 'ENABLE_OPENTYPE_SANITIZER=1', 40 'ENABLE_OPENTYPE_SANITIZER=1',
41 'ENABLE_ORIENTATION_EVENTS=0', 41 'ENABLE_ORIENTATION_EVENTS=0',
42 'ENABLE_PROGRESS_TAG=1', 42 'ENABLE_PROGRESS_TAG=1',
43 'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
43 'ENABLE_REQUEST_ANIMATION_FRAME=1', 44 'ENABLE_REQUEST_ANIMATION_FRAME=1',
44 'ENABLE_RUBY=1', 45 'ENABLE_RUBY=1',
45 'ENABLE_SANDBOX=1', 46 'ENABLE_SANDBOX=1',
46 'ENABLE_SHARED_WORKERS=1', 47 'ENABLE_SHARED_WORKERS=1',
47 'ENABLE_SVG=<(enable_svg)', 48 'ENABLE_SVG=<(enable_svg)',
48 'ENABLE_SVG_ANIMATION=<(enable_svg)', 49 'ENABLE_SVG_ANIMATION=<(enable_svg)',
49 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', 50 'ENABLE_SVG_AS_IMAGE=<(enable_svg)',
50 'ENABLE_SVG_FONTS=<(enable_svg)', 51 'ENABLE_SVG_FONTS=<(enable_svg)',
51 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', 52 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)',
52 'ENABLE_SVG_USE=<(enable_svg)', 53 'ENABLE_SVG_USE=<(enable_svg)',
(...skipping 40 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/custom_handlers/protocol_handler_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698