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

Side by Side Diff: webkit/webkit.gyp

Issue 273019: Added stub implementation of SharedWorkerRepository. (Closed)
Patch Set: Fixing style nit. 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/SharedWorkerRepository.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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'api/src/x11/WebScreenInfoFactory.cpp', 168 'api/src/x11/WebScreenInfoFactory.cpp',
169 'api/src/mac/WebInputEventFactory.mm', 169 'api/src/mac/WebInputEventFactory.mm',
170 'api/src/mac/WebScreenInfoFactory.mm', 170 'api/src/mac/WebScreenInfoFactory.mm',
171 'api/src/LocalizedStrings.cpp', 171 'api/src/LocalizedStrings.cpp',
172 'api/src/MediaPlayerPrivateChromium.cpp', 172 'api/src/MediaPlayerPrivateChromium.cpp',
173 'api/src/NotificationPresenterImpl.h', 173 'api/src/NotificationPresenterImpl.h',
174 'api/src/NotificationPresenterImpl.cpp', 174 'api/src/NotificationPresenterImpl.cpp',
175 'api/src/PlatformMessagePortChannel.cpp', 175 'api/src/PlatformMessagePortChannel.cpp',
176 'api/src/PlatformMessagePortChannel.h', 176 'api/src/PlatformMessagePortChannel.h',
177 'api/src/ResourceHandle.cpp', 177 'api/src/ResourceHandle.cpp',
178 'api/src/SharedWorkerRepository.cpp',
178 'api/src/SocketStreamHandle.cpp', 179 'api/src/SocketStreamHandle.cpp',
179 'api/src/StorageAreaProxy.cpp', 180 'api/src/StorageAreaProxy.cpp',
180 'api/src/StorageAreaProxy.h', 181 'api/src/StorageAreaProxy.h',
181 'api/src/StorageEventDispatcherChromium.cpp', 182 'api/src/StorageEventDispatcherChromium.cpp',
182 'api/src/StorageEventDispatcherImpl.cpp', 183 'api/src/StorageEventDispatcherImpl.cpp',
183 'api/src/StorageEventDispatcherImpl.h', 184 'api/src/StorageEventDispatcherImpl.h',
184 'api/src/StorageNamespaceProxy.cpp', 185 'api/src/StorageNamespaceProxy.cpp',
185 'api/src/StorageNamespaceProxy.h', 186 'api/src/StorageNamespaceProxy.h',
186 'api/src/TemporaryGlue.h', 187 'api/src/TemporaryGlue.h',
187 'api/src/WebBindings.cpp', 188 'api/src/WebBindings.cpp',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 ], 770 ],
770 } 771 }
771 ], # targets 772 ], # targets
772 } 773 }
773 774
774 # Local Variables: 775 # Local Variables:
775 # tab-width:2 776 # tab-width:2
776 # indent-tabs-mode:nil 777 # indent-tabs-mode:nil
777 # End: 778 # End:
778 # vim: set expandtab tabstop=2 shiftwidth=2: 779 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/api/src/SharedWorkerRepository.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698