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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 30559)
+++ webkit/webkit.gyp (working copy)
@@ -136,6 +136,7 @@
'api/public/WebPopupMenuInfo.h',
'api/public/WebRange.h',
'api/public/WebRect.h',
+ 'api/public/WebRuntimeFeatures.h',
'api/public/WebScreenInfo.h',
'api/public/WebScriptController.h',
'api/public/WebScriptSource.h',
@@ -231,7 +232,6 @@
'api/src/WebDataSourceImpl.cpp',
'api/src/WebDataSourceImpl.h',
'api/src/WebDragData.cpp',
- 'api/src/WebKit.cpp',
'api/src/WebFileChooserCompletionImpl.cpp',
'api/src/WebFileChooserCompletionImpl.h',
'api/src/WebFontCache.cpp',
@@ -259,6 +259,7 @@
'api/src/WebPopupMenuImpl.cpp',
'api/src/WebPopupMenuImpl.h',
'api/src/WebRange.cpp',
+ 'api/src/WebRuntimeFeatures.cpp',
'api/src/WebScriptController.cpp',
'api/src/WebSearchableFormData.cpp',
'api/src/WebSecurityOrigin.cpp',
« 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