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

Side by Side Diff: webkit/webkit.gyp

Issue 258010: Reverting 27759. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webview_impl.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 '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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'api/public/WebPopupMenu.h', 100 'api/public/WebPopupMenu.h',
101 'api/public/WebPopupMenuInfo.h', 101 'api/public/WebPopupMenuInfo.h',
102 'api/public/WebRange.h', 102 'api/public/WebRange.h',
103 'api/public/WebRect.h', 103 'api/public/WebRect.h',
104 'api/public/WebScreenInfo.h', 104 'api/public/WebScreenInfo.h',
105 'api/public/WebScriptSource.h', 105 'api/public/WebScriptSource.h',
106 'api/public/WebSecurityOrigin.h', 106 'api/public/WebSecurityOrigin.h',
107 'api/public/WebSettings.h', 107 'api/public/WebSettings.h',
108 'api/public/WebSize.h', 108 'api/public/WebSize.h',
109 'api/public/WebStorageArea.h', 109 'api/public/WebStorageArea.h',
110 'api/public/WebStorageEventDispatcher.h',
110 'api/public/WebStorageNamespace.h', 111 'api/public/WebStorageNamespace.h',
111 'api/public/WebString.h', 112 'api/public/WebString.h',
112 'api/public/WebTextAffinity.h', 113 'api/public/WebTextAffinity.h',
113 'api/public/WebTextDirection.h', 114 'api/public/WebTextDirection.h',
114 'api/public/WebURL.h', 115 'api/public/WebURL.h',
115 'api/public/WebURLError.h', 116 'api/public/WebURLError.h',
116 'api/public/WebURLLoader.h', 117 'api/public/WebURLLoader.h',
117 'api/public/WebURLLoaderClient.h', 118 'api/public/WebURLLoaderClient.h',
118 'api/public/WebURLRequest.h', 119 'api/public/WebURLRequest.h',
119 'api/public/WebURLResponse.h', 120 'api/public/WebURLResponse.h',
(...skipping 24 matching lines...) Expand all
144 'api/src/MediaPlayerPrivateChromium.cpp', 145 'api/src/MediaPlayerPrivateChromium.cpp',
145 'api/src/NotificationPresenterImpl.h', 146 'api/src/NotificationPresenterImpl.h',
146 'api/src/NotificationPresenterImpl.cpp', 147 'api/src/NotificationPresenterImpl.cpp',
147 'api/src/PlatformMessagePortChannel.cpp', 148 'api/src/PlatformMessagePortChannel.cpp',
148 'api/src/PlatformMessagePortChannel.h', 149 'api/src/PlatformMessagePortChannel.h',
149 'api/src/ResourceHandle.cpp', 150 'api/src/ResourceHandle.cpp',
150 'api/src/SocketStreamHandle.cpp', 151 'api/src/SocketStreamHandle.cpp',
151 'api/src/StorageAreaProxy.cpp', 152 'api/src/StorageAreaProxy.cpp',
152 'api/src/StorageAreaProxy.h', 153 'api/src/StorageAreaProxy.h',
153 'api/src/StorageEventDispatcherChromium.cpp', 154 'api/src/StorageEventDispatcherChromium.cpp',
155 'api/src/StorageEventDispatcherImpl.cpp',
156 'api/src/StorageEventDispatcherImpl.h',
154 'api/src/StorageNamespaceProxy.cpp', 157 'api/src/StorageNamespaceProxy.cpp',
155 'api/src/StorageNamespaceProxy.h', 158 'api/src/StorageNamespaceProxy.h',
156 'api/src/TemporaryGlue.h', 159 'api/src/TemporaryGlue.h',
157 'api/src/WebBindings.cpp', 160 'api/src/WebBindings.cpp',
158 'api/src/WebCache.cpp', 161 'api/src/WebCache.cpp',
159 'api/src/WebColor.cpp', 162 'api/src/WebColor.cpp',
160 'api/src/WebCString.cpp', 163 'api/src/WebCString.cpp',
161 'api/src/WebCursorInfo.cpp', 164 'api/src/WebCursorInfo.cpp',
162 'api/src/WebData.cpp', 165 'api/src/WebData.cpp',
163 'api/src/WebDataSourceImpl.cpp', 166 'api/src/WebDataSourceImpl.cpp',
(...skipping 17 matching lines...) Expand all
181 'api/src/WebPluginListBuilderImpl.cpp', 184 'api/src/WebPluginListBuilderImpl.cpp',
182 'api/src/WebPluginListBuilderImpl.h', 185 'api/src/WebPluginListBuilderImpl.h',
183 'api/src/WebPluginLoadObserver.cpp', 186 'api/src/WebPluginLoadObserver.cpp',
184 'api/src/WebPluginLoadObserver.h', 187 'api/src/WebPluginLoadObserver.h',
185 'api/src/WebRange.cpp', 188 'api/src/WebRange.cpp',
186 'api/src/WebSecurityOrigin.cpp', 189 'api/src/WebSecurityOrigin.cpp',
187 'api/src/WebSettingsImpl.cpp', 190 'api/src/WebSettingsImpl.cpp',
188 'api/src/WebSettingsImpl.h', 191 'api/src/WebSettingsImpl.h',
189 'api/src/WebStorageAreaImpl.cpp', 192 'api/src/WebStorageAreaImpl.cpp',
190 'api/src/WebStorageAreaImpl.h', 193 'api/src/WebStorageAreaImpl.h',
194 'api/src/WebStorageEventDispatcherImpl.cpp',
195 'api/src/WebStorageEventDispatcherImpl.h',
191 'api/src/WebStorageNamespaceImpl.cpp', 196 'api/src/WebStorageNamespaceImpl.cpp',
192 'api/src/WebStorageNamespaceImpl.h', 197 'api/src/WebStorageNamespaceImpl.h',
193 'api/src/WebString.cpp', 198 'api/src/WebString.cpp',
194 'api/src/WebURL.cpp', 199 'api/src/WebURL.cpp',
195 'api/src/WebURLRequest.cpp', 200 'api/src/WebURLRequest.cpp',
196 'api/src/WebURLRequestPrivate.h', 201 'api/src/WebURLRequestPrivate.h',
197 'api/src/WebURLResponse.cpp', 202 'api/src/WebURLResponse.cpp',
198 'api/src/WebURLResponsePrivate.h', 203 'api/src/WebURLResponsePrivate.h',
199 'api/src/WebURLError.cpp', 204 'api/src/WebURLError.cpp',
200 'api/src/WrappedResourceRequest.h', 205 'api/src/WrappedResourceRequest.h',
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'files': [ 720 'files': [
716 721
717 '<@(webinspector_image_files)', 722 '<@(webinspector_image_files)',
718 723
719 ], 724 ],
720 }, 725 },
721 ], 726 ],
722 }, 727 },
723 ], # targets 728 ], # targets
724 } 729 }
OLDNEW
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698