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

Side by Side Diff: webkit/webkit.gyp

Issue 147248: DOM Storage: Add renderer-process IPC code. (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/tools/test_shell/test_worker/test_worker_main.cc ('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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'api/src/ChromiumThreading.cpp', 1033 'api/src/ChromiumThreading.cpp',
1034 'api/src/gtk/WebFontInfo.cpp', 1034 'api/src/gtk/WebFontInfo.cpp',
1035 'api/src/gtk/WebFontInfo.h', 1035 'api/src/gtk/WebFontInfo.h',
1036 'api/src/gtk/WebInputEventFactory.cpp', 1036 'api/src/gtk/WebInputEventFactory.cpp',
1037 'api/src/x11/WebScreenInfoFactory.cpp', 1037 'api/src/x11/WebScreenInfoFactory.cpp',
1038 'api/src/mac/WebInputEventFactory.mm', 1038 'api/src/mac/WebInputEventFactory.mm',
1039 'api/src/mac/WebScreenInfoFactory.mm', 1039 'api/src/mac/WebScreenInfoFactory.mm',
1040 'api/src/LocalizedStrings.cpp', 1040 'api/src/LocalizedStrings.cpp',
1041 'api/src/MediaPlayerPrivateChromium.cpp', 1041 'api/src/MediaPlayerPrivateChromium.cpp',
1042 'api/src/ResourceHandle.cpp', 1042 'api/src/ResourceHandle.cpp',
1043 'api/src/StorageAreaProxy.cpp',
1044 'api/src/StorageAreaProxy.h',
1043 'api/src/StorageNamespaceProxy.cpp', 1045 'api/src/StorageNamespaceProxy.cpp',
1044 'api/src/StorageNamespaceProxy.h', 1046 'api/src/StorageNamespaceProxy.h',
1045 'api/src/TemporaryGlue.h', 1047 'api/src/TemporaryGlue.h',
1046 'api/src/WebCache.cpp', 1048 'api/src/WebCache.cpp',
1047 'api/src/WebCString.cpp', 1049 'api/src/WebCString.cpp',
1048 'api/src/WebCursorInfo.cpp', 1050 'api/src/WebCursorInfo.cpp',
1049 'api/src/WebData.cpp', 1051 'api/src/WebData.cpp',
1050 'api/src/WebDragData.cpp', 1052 'api/src/WebDragData.cpp',
1051 'api/src/WebForm.cpp', 1053 'api/src/WebForm.cpp',
1052 'api/src/WebHistoryItem.cpp', 1054 'api/src/WebHistoryItem.cpp',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1681 ], 1683 ],
1682 }, 1684 },
1683 ], 1685 ],
1684 }, 1686 },
1685 ], 1687 ],
1686 } 1688 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_worker/test_worker_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698