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

Side by Side Diff: webkit/webkit.gyp

Issue 149716: Add the WebKit API for DOM Storage. This is used to re-enter WebKit. A late... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/api/src/WebStorageNamespaceImpl.cpp ('k') | 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 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'api/public/WebMimeRegistry.h', 1023 'api/public/WebMimeRegistry.h',
1024 'api/public/WebNavigationType.h', 1024 'api/public/WebNavigationType.h',
1025 'api/public/WebNonCopyable.h', 1025 'api/public/WebNonCopyable.h',
1026 'api/public/WebPluginListBuilder.h', 1026 'api/public/WebPluginListBuilder.h',
1027 'api/public/WebPoint.h', 1027 'api/public/WebPoint.h',
1028 'api/public/WebPopupMenuInfo.h', 1028 'api/public/WebPopupMenuInfo.h',
1029 'api/public/WebRect.h', 1029 'api/public/WebRect.h',
1030 'api/public/WebScreenInfo.h', 1030 'api/public/WebScreenInfo.h',
1031 'api/public/WebScriptSource.h', 1031 'api/public/WebScriptSource.h',
1032 'api/public/WebSize.h', 1032 'api/public/WebSize.h',
1033 'api/public/WebStorageArea.h',
1034 'api/public/WebStorageNamespace.h',
1033 'api/public/WebString.h', 1035 'api/public/WebString.h',
1034 'api/public/WebURL.h', 1036 'api/public/WebURL.h',
1035 'api/public/WebURLError.h', 1037 'api/public/WebURLError.h',
1036 'api/public/WebURLLoader.h', 1038 'api/public/WebURLLoader.h',
1037 'api/public/WebURLLoaderClient.h', 1039 'api/public/WebURLLoaderClient.h',
1038 'api/public/WebURLRequest.h', 1040 'api/public/WebURLRequest.h',
1039 'api/public/WebURLResponse.h', 1041 'api/public/WebURLResponse.h',
1040 'api/public/WebVector.h', 1042 'api/public/WebVector.h',
1041 'api/public/win/WebInputEventFactory.h', 1043 'api/public/win/WebInputEventFactory.h',
1042 'api/public/win/WebSandboxSupport.h', 1044 'api/public/win/WebSandboxSupport.h',
(...skipping 20 matching lines...) Expand all
1063 'api/src/WebHistoryItem.cpp', 1065 'api/src/WebHistoryItem.cpp',
1064 'api/src/WebHTTPBody.cpp', 1066 'api/src/WebHTTPBody.cpp',
1065 'api/src/WebImageCG.cpp', 1067 'api/src/WebImageCG.cpp',
1066 'api/src/WebImageSkia.cpp', 1068 'api/src/WebImageSkia.cpp',
1067 'api/src/WebInputEvent.cpp', 1069 'api/src/WebInputEvent.cpp',
1068 'api/src/WebKit.cpp', 1070 'api/src/WebKit.cpp',
1069 'api/src/WebMediaPlayerClientImpl.cpp', 1071 'api/src/WebMediaPlayerClientImpl.cpp',
1070 'api/src/WebMediaPlayerClientImpl.h', 1072 'api/src/WebMediaPlayerClientImpl.h',
1071 'api/src/WebPluginListBuilderImpl.cpp', 1073 'api/src/WebPluginListBuilderImpl.cpp',
1072 'api/src/WebPluginListBuilderImpl.h', 1074 'api/src/WebPluginListBuilderImpl.h',
1075 'api/src/WebStorageAreaImpl.cpp',
1076 'api/src/WebStorageAreaImpl.h',
1077 'api/src/WebStorageNamespaceImpl.cpp',
1078 'api/src/WebStorageNamespaceImpl.h',
1073 'api/src/WebString.cpp', 1079 'api/src/WebString.cpp',
1074 'api/src/WebURL.cpp', 1080 'api/src/WebURL.cpp',
1075 'api/src/WebURLRequest.cpp', 1081 'api/src/WebURLRequest.cpp',
1076 'api/src/WebURLRequestPrivate.h', 1082 'api/src/WebURLRequestPrivate.h',
1077 'api/src/WebURLResponse.cpp', 1083 'api/src/WebURLResponse.cpp',
1078 'api/src/WebURLResponsePrivate.h', 1084 'api/src/WebURLResponsePrivate.h',
1079 'api/src/WebURLError.cpp', 1085 'api/src/WebURLError.cpp',
1080 'api/src/WrappedResourceRequest.h', 1086 'api/src/WrappedResourceRequest.h',
1081 'api/src/WrappedResourceResponse.h', 1087 'api/src/WrappedResourceResponse.h',
1082 'api/src/win/WebInputEventFactory.cpp', 1088 'api/src/win/WebInputEventFactory.cpp',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1689 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1684 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1690 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1685 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1691 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1686 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1692 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1687 ], 1693 ],
1688 }, 1694 },
1689 ], 1695 ],
1690 }, 1696 },
1691 ], 1697 ],
1692 } 1698 }
OLDNEW
« no previous file with comments | « webkit/api/src/WebStorageNamespaceImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698