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

Side by Side Diff: webkit/webkit.gyp

Issue 256010: SocketStreamHandle implementation (skelton) for chromium (Closed)
Patch Set: fix tyoshino's comment 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 unified diff | Download patch
« no previous file with comments | « webkit/api/src/SocketStreamHandle.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 '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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'api/src/x11/WebScreenInfoFactory.cpp', 140 'api/src/x11/WebScreenInfoFactory.cpp',
141 'api/src/mac/WebInputEventFactory.mm', 141 'api/src/mac/WebInputEventFactory.mm',
142 'api/src/mac/WebScreenInfoFactory.mm', 142 'api/src/mac/WebScreenInfoFactory.mm',
143 'api/src/LocalizedStrings.cpp', 143 'api/src/LocalizedStrings.cpp',
144 'api/src/MediaPlayerPrivateChromium.cpp', 144 'api/src/MediaPlayerPrivateChromium.cpp',
145 'api/src/NotificationPresenterImpl.h', 145 'api/src/NotificationPresenterImpl.h',
146 'api/src/NotificationPresenterImpl.cpp', 146 'api/src/NotificationPresenterImpl.cpp',
147 'api/src/PlatformMessagePortChannel.cpp', 147 'api/src/PlatformMessagePortChannel.cpp',
148 'api/src/PlatformMessagePortChannel.h', 148 'api/src/PlatformMessagePortChannel.h',
149 'api/src/ResourceHandle.cpp', 149 'api/src/ResourceHandle.cpp',
150 'api/src/SocketStreamHandle.cpp',
150 'api/src/StorageAreaProxy.cpp', 151 'api/src/StorageAreaProxy.cpp',
151 'api/src/StorageAreaProxy.h', 152 'api/src/StorageAreaProxy.h',
152 'api/src/StorageEventDispatcherChromium.cpp', 153 'api/src/StorageEventDispatcherChromium.cpp',
153 'api/src/StorageNamespaceProxy.cpp', 154 'api/src/StorageNamespaceProxy.cpp',
154 'api/src/StorageNamespaceProxy.h', 155 'api/src/StorageNamespaceProxy.h',
155 'api/src/TemporaryGlue.h', 156 'api/src/TemporaryGlue.h',
156 'api/src/WebBindings.cpp', 157 'api/src/WebBindings.cpp',
157 'api/src/WebCache.cpp', 158 'api/src/WebCache.cpp',
158 'api/src/WebColor.cpp', 159 'api/src/WebColor.cpp',
159 'api/src/WebCString.cpp', 160 'api/src/WebCString.cpp',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'files': [ 715 'files': [
715 716
716 '<@(webinspector_image_files)', 717 '<@(webinspector_image_files)',
717 718
718 ], 719 ],
719 }, 720 },
720 ], 721 ],
721 }, 722 },
722 ], # targets 723 ], # targets
723 } 724 }
OLDNEW
« no previous file with comments | « webkit/api/src/SocketStreamHandle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698