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

Side by Side Diff: webkit/webkit.gyp

Issue 343001: Move various runtime enabled experiments into a WebExperiments class.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'api/public/WebNotificationPresenter.h', 129 'api/public/WebNotificationPresenter.h',
130 'api/public/WebNotificationPermissionCallback.h', 130 'api/public/WebNotificationPermissionCallback.h',
131 'api/public/WebPlugin.h', 131 'api/public/WebPlugin.h',
132 'api/public/WebPluginContainer.h', 132 'api/public/WebPluginContainer.h',
133 'api/public/WebPluginListBuilder.h', 133 'api/public/WebPluginListBuilder.h',
134 'api/public/WebPoint.h', 134 'api/public/WebPoint.h',
135 'api/public/WebPopupMenu.h', 135 'api/public/WebPopupMenu.h',
136 'api/public/WebPopupMenuInfo.h', 136 'api/public/WebPopupMenuInfo.h',
137 'api/public/WebRange.h', 137 'api/public/WebRange.h',
138 'api/public/WebRect.h', 138 'api/public/WebRect.h',
139 'api/public/WebRuntimeFeatures.h',
139 'api/public/WebScreenInfo.h', 140 'api/public/WebScreenInfo.h',
140 'api/public/WebScriptController.h', 141 'api/public/WebScriptController.h',
141 'api/public/WebScriptSource.h', 142 'api/public/WebScriptSource.h',
142 'api/public/WebSearchableFormData.h', 143 'api/public/WebSearchableFormData.h',
143 'api/public/WebSecurityOrigin.h', 144 'api/public/WebSecurityOrigin.h',
144 'api/public/WebSecurityPolicy.h', 145 'api/public/WebSecurityPolicy.h',
145 'api/public/WebSettings.h', 146 'api/public/WebSettings.h',
146 'api/public/WebSize.h', 147 'api/public/WebSize.h',
147 'api/public/WebSocketStreamError.h', 148 'api/public/WebSocketStreamError.h',
148 'api/public/WebSocketStreamHandle.h', 149 'api/public/WebSocketStreamHandle.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'api/src/WebCache.cpp', 225 'api/src/WebCache.cpp',
225 'api/src/WebColor.cpp', 226 'api/src/WebColor.cpp',
226 'api/src/WebCrossOriginPreflightResultCache.cpp', 227 'api/src/WebCrossOriginPreflightResultCache.cpp',
227 'api/src/WebCString.cpp', 228 'api/src/WebCString.cpp',
228 'api/src/WebCursorInfo.cpp', 229 'api/src/WebCursorInfo.cpp',
229 'api/src/WebData.cpp', 230 'api/src/WebData.cpp',
230 'api/src/WebDatabase.cpp', 231 'api/src/WebDatabase.cpp',
231 'api/src/WebDataSourceImpl.cpp', 232 'api/src/WebDataSourceImpl.cpp',
232 'api/src/WebDataSourceImpl.h', 233 'api/src/WebDataSourceImpl.h',
233 'api/src/WebDragData.cpp', 234 'api/src/WebDragData.cpp',
234 'api/src/WebKit.cpp',
235 'api/src/WebFileChooserCompletionImpl.cpp', 235 'api/src/WebFileChooserCompletionImpl.cpp',
236 'api/src/WebFileChooserCompletionImpl.h', 236 'api/src/WebFileChooserCompletionImpl.h',
237 'api/src/WebFontCache.cpp', 237 'api/src/WebFontCache.cpp',
238 'api/src/WebForm.cpp', 238 'api/src/WebForm.cpp',
239 'api/src/WebFrameImpl.cpp', 239 'api/src/WebFrameImpl.cpp',
240 'api/src/WebFrameImpl.h', 240 'api/src/WebFrameImpl.h',
241 'api/src/WebHistoryItem.cpp', 241 'api/src/WebHistoryItem.cpp',
242 'api/src/WebHTTPBody.cpp', 242 'api/src/WebHTTPBody.cpp',
243 'api/src/WebImageCG.cpp', 243 'api/src/WebImageCG.cpp',
244 'api/src/WebImageSkia.cpp', 244 'api/src/WebImageSkia.cpp',
245 'api/src/WebInputEvent.cpp', 245 'api/src/WebInputEvent.cpp',
246 'api/src/WebInputEventConversion.cpp', 246 'api/src/WebInputEventConversion.cpp',
247 'api/src/WebInputEventConversion.h', 247 'api/src/WebInputEventConversion.h',
248 'api/src/WebKit.cpp', 248 'api/src/WebKit.cpp',
249 'api/src/WebMediaPlayerClientImpl.cpp', 249 'api/src/WebMediaPlayerClientImpl.cpp',
250 'api/src/WebMediaPlayerClientImpl.h', 250 'api/src/WebMediaPlayerClientImpl.h',
251 'api/src/WebNode.cpp', 251 'api/src/WebNode.cpp',
252 'api/src/WebNotification.cpp', 252 'api/src/WebNotification.cpp',
253 'api/src/WebPluginContainerImpl.h', 253 'api/src/WebPluginContainerImpl.h',
254 'api/src/WebPluginContainerImpl.cpp', 254 'api/src/WebPluginContainerImpl.cpp',
255 'api/src/WebPluginListBuilderImpl.cpp', 255 'api/src/WebPluginListBuilderImpl.cpp',
256 'api/src/WebPluginListBuilderImpl.h', 256 'api/src/WebPluginListBuilderImpl.h',
257 'api/src/WebPluginLoadObserver.cpp', 257 'api/src/WebPluginLoadObserver.cpp',
258 'api/src/WebPluginLoadObserver.h', 258 'api/src/WebPluginLoadObserver.h',
259 'api/src/WebPopupMenuImpl.cpp', 259 'api/src/WebPopupMenuImpl.cpp',
260 'api/src/WebPopupMenuImpl.h', 260 'api/src/WebPopupMenuImpl.h',
261 'api/src/WebRange.cpp', 261 'api/src/WebRange.cpp',
262 'api/src/WebRuntimeFeatures.cpp',
262 'api/src/WebScriptController.cpp', 263 'api/src/WebScriptController.cpp',
263 'api/src/WebSearchableFormData.cpp', 264 'api/src/WebSearchableFormData.cpp',
264 'api/src/WebSecurityOrigin.cpp', 265 'api/src/WebSecurityOrigin.cpp',
265 'api/src/WebSecurityPolicy.cpp', 266 'api/src/WebSecurityPolicy.cpp',
266 'api/src/WebSettingsImpl.cpp', 267 'api/src/WebSettingsImpl.cpp',
267 'api/src/WebSettingsImpl.h', 268 'api/src/WebSettingsImpl.h',
268 'api/src/WebStorageAreaImpl.cpp', 269 'api/src/WebStorageAreaImpl.cpp',
269 'api/src/WebStorageAreaImpl.h', 270 'api/src/WebStorageAreaImpl.h',
270 'api/src/WebStorageEventDispatcherImpl.cpp', 271 'api/src/WebStorageEventDispatcherImpl.cpp',
271 'api/src/WebStorageEventDispatcherImpl.h', 272 'api/src/WebStorageEventDispatcherImpl.h',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 ], 815 ],
815 } 816 }
816 ], # targets 817 ], # targets
817 } 818 }
818 819
819 # Local Variables: 820 # Local Variables:
820 # tab-width:2 821 # tab-width:2
821 # indent-tabs-mode:nil 822 # indent-tabs-mode:nil
822 # End: 823 # End:
823 # vim: set expandtab tabstop=2 shiftwidth=2: 824 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/api/src/WebRuntimeFeatures.cpp ('K') | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698