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

Side by Side Diff: build/features_override.gypi

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 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 | chrome/app/chrome_command_ids.h » ('j') | 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 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 14 matching lines...) Expand all
25 'ENABLE_DOM_STORAGE=1', 25 'ENABLE_DOM_STORAGE=1',
26 'ENABLE_EVENTSOURCE=1', 26 'ENABLE_EVENTSOURCE=1',
27 'ENABLE_JAVASCRIPT_I18N_API=1', 27 'ENABLE_JAVASCRIPT_I18N_API=1',
28 'ENABLE_FILE_SYSTEM=1', 28 'ENABLE_FILE_SYSTEM=1',
29 'ENABLE_FILTERS=1', 29 'ENABLE_FILTERS=1',
30 'ENABLE_FULLSCREEN_API=1', 30 'ENABLE_FULLSCREEN_API=1',
31 'ENABLE_GEOLOCATION=1', 31 'ENABLE_GEOLOCATION=1',
32 'ENABLE_ICONDATABASE=0', 32 'ENABLE_ICONDATABASE=0',
33 'ENABLE_INDEXED_DATABASE=1', 33 'ENABLE_INDEXED_DATABASE=1',
34 'ENABLE_INPUT_SPEECH=1', 34 'ENABLE_INPUT_SPEECH=1',
35 'ENABLE_INTRODUCER=1',
35 'ENABLE_JAVASCRIPT_DEBUGGER=1', 36 'ENABLE_JAVASCRIPT_DEBUGGER=1',
36 'ENABLE_JSC_MULTIPLE_THREADS=0', 37 'ENABLE_JSC_MULTIPLE_THREADS=0',
37 'ENABLE_LINK_PREFETCH=1', 38 'ENABLE_LINK_PREFETCH=1',
38 'ENABLE_METER_TAG=1', 39 'ENABLE_METER_TAG=1',
39 'ENABLE_MEDIA_STATISTICS=1', 40 'ENABLE_MEDIA_STATISTICS=1',
40 'ENABLE_NOTIFICATIONS=1', 41 'ENABLE_NOTIFICATIONS=1',
41 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', 42 'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
42 'ENABLE_OPENTYPE_SANITIZER=1', 43 'ENABLE_OPENTYPE_SANITIZER=1',
43 'ENABLE_ORIENTATION_EVENTS=0', 44 'ENABLE_ORIENTATION_EVENTS=0',
44 'ENABLE_PROGRESS_TAG=1', 45 'ENABLE_PROGRESS_TAG=1',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 # require changes in gyp. 107 # require changes in gyp.
107 }, 108 },
108 109
109 } 110 }
110 111
111 # Local Variables: 112 # Local Variables:
112 # tab-width:2 113 # tab-width:2
113 # indent-tabs-mode:nil 114 # indent-tabs-mode:nil
114 # End: 115 # End:
115 # vim: set expandtab tabstop=2 shiftwidth=2: 116 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_command_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698