OLD | NEW |
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'api/public/win/WebScreenInfoFactory.h', | 169 'api/public/win/WebScreenInfoFactory.h', |
170 'api/src/ApplicationCacheHost.cpp', | 170 'api/src/ApplicationCacheHost.cpp', |
171 'api/src/AssertMatchingEnums.cpp', | 171 'api/src/AssertMatchingEnums.cpp', |
172 'api/src/ChromiumBridge.cpp', | 172 'api/src/ChromiumBridge.cpp', |
173 'api/src/ChromiumCurrentTime.cpp', | 173 'api/src/ChromiumCurrentTime.cpp', |
174 'api/src/ChromiumThreading.cpp', | 174 'api/src/ChromiumThreading.cpp', |
175 'api/src/ContextMenuClientImpl.cpp', | 175 'api/src/ContextMenuClientImpl.cpp', |
176 'api/src/ContextMenuClientImpl.h', | 176 'api/src/ContextMenuClientImpl.h', |
177 'api/src/DOMUtilitiesPrivate.cpp', | 177 'api/src/DOMUtilitiesPrivate.cpp', |
178 'api/src/DOMUtilitiesPrivate.h', | 178 'api/src/DOMUtilitiesPrivate.h', |
| 179 'api/src/EmptyWebFrameClientImpl.h', |
179 'api/src/gtk/WebFontInfo.cpp', | 180 'api/src/gtk/WebFontInfo.cpp', |
180 'api/src/gtk/WebFontInfo.h', | 181 'api/src/gtk/WebFontInfo.h', |
181 'api/src/gtk/WebInputEventFactory.cpp', | 182 'api/src/gtk/WebInputEventFactory.cpp', |
182 'api/src/linux/WebFontRendering.cpp', | 183 'api/src/linux/WebFontRendering.cpp', |
183 'api/src/x11/WebScreenInfoFactory.cpp', | 184 'api/src/x11/WebScreenInfoFactory.cpp', |
184 'api/src/mac/WebInputEventFactory.mm', | 185 'api/src/mac/WebInputEventFactory.mm', |
185 'api/src/mac/WebScreenInfoFactory.mm', | 186 'api/src/mac/WebScreenInfoFactory.mm', |
186 'api/src/LocalizedStrings.cpp', | 187 'api/src/LocalizedStrings.cpp', |
187 'api/src/MediaPlayerPrivateChromium.cpp', | 188 'api/src/MediaPlayerPrivateChromium.cpp', |
188 'api/src/NotificationPresenterImpl.h', | 189 'api/src/NotificationPresenterImpl.h', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'api/src/WebStorageEventDispatcherImpl.h', | 249 'api/src/WebStorageEventDispatcherImpl.h', |
249 'api/src/WebStorageNamespaceImpl.cpp', | 250 'api/src/WebStorageNamespaceImpl.cpp', |
250 'api/src/WebStorageNamespaceImpl.h', | 251 'api/src/WebStorageNamespaceImpl.h', |
251 'api/src/WebString.cpp', | 252 'api/src/WebString.cpp', |
252 'api/src/WebURL.cpp', | 253 'api/src/WebURL.cpp', |
253 'api/src/WebURLRequest.cpp', | 254 'api/src/WebURLRequest.cpp', |
254 'api/src/WebURLRequestPrivate.h', | 255 'api/src/WebURLRequestPrivate.h', |
255 'api/src/WebURLResponse.cpp', | 256 'api/src/WebURLResponse.cpp', |
256 'api/src/WebURLResponsePrivate.h', | 257 'api/src/WebURLResponsePrivate.h', |
257 'api/src/WebURLError.cpp', | 258 'api/src/WebURLError.cpp', |
| 259 'api/src/WebWorkerClientImpl.cpp', |
| 260 'api/src/WebWorkerClientImpl.h', |
| 261 'api/src/WebWorkerImpl.cpp', |
| 262 'api/src/WebWorkerImpl.h', |
258 'api/src/WrappedResourceRequest.h', | 263 'api/src/WrappedResourceRequest.h', |
259 'api/src/WrappedResourceResponse.h', | 264 'api/src/WrappedResourceResponse.h', |
260 'api/src/win/WebInputEventFactory.cpp', | 265 'api/src/win/WebInputEventFactory.cpp', |
261 'api/src/win/WebScreenInfoFactory.cpp', | 266 'api/src/win/WebScreenInfoFactory.cpp', |
262 ], | 267 ], |
263 'conditions': [ | 268 'conditions': [ |
264 ['OS=="linux" or OS=="freebsd"', { | 269 ['OS=="linux" or OS=="freebsd"', { |
265 'dependencies': [ | 270 'dependencies': [ |
266 '../build/linux/system.gyp:fontconfig', | 271 '../build/linux/system.gyp:fontconfig', |
267 '../build/linux/system.gyp:gtk', | 272 '../build/linux/system.gyp:gtk', |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'glue/webpreferences.h', | 665 'glue/webpreferences.h', |
661 'glue/websocketstreamhandle_bridge.h', | 666 'glue/websocketstreamhandle_bridge.h', |
662 'glue/websocketstreamhandle_delegate.h', | 667 'glue/websocketstreamhandle_delegate.h', |
663 'glue/websocketstreamhandle_impl.cc', | 668 'glue/websocketstreamhandle_impl.cc', |
664 'glue/websocketstreamhandle_impl.h', | 669 'glue/websocketstreamhandle_impl.h', |
665 'glue/webthemeengine_impl_win.cc', | 670 'glue/webthemeengine_impl_win.cc', |
666 'glue/weburlloader_impl.cc', | 671 'glue/weburlloader_impl.cc', |
667 'glue/weburlloader_impl.h', | 672 'glue/weburlloader_impl.h', |
668 'glue/webview_impl.cc', | 673 'glue/webview_impl.cc', |
669 'glue/webview_impl.h', | 674 'glue/webview_impl.h', |
670 'glue/webworker_impl.cc', | |
671 'glue/webworker_impl.h', | |
672 'glue/webworkerclient_impl.cc', | |
673 'glue/webworkerclient_impl.h', | |
674 'glue/window_open_disposition.h', | 675 'glue/window_open_disposition.h', |
675 'glue/window_open_disposition.cc', | 676 'glue/window_open_disposition.cc', |
676 | 677 |
677 # These files used to be built in the webcore target, but moved here | 678 # These files used to be built in the webcore target, but moved here |
678 # since part of glue. | 679 # since part of glue. |
679 'extensions/v8/gc_extension.cc', | 680 'extensions/v8/gc_extension.cc', |
680 'extensions/v8/gc_extension.h', | 681 'extensions/v8/gc_extension.h', |
681 'extensions/v8/gears_extension.cc', | 682 'extensions/v8/gears_extension.cc', |
682 'extensions/v8/gears_extension.h', | 683 'extensions/v8/gears_extension.h', |
683 'extensions/v8/interval_extension.cc', | 684 'extensions/v8/interval_extension.cc', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 ], | 809 ], |
809 } | 810 } |
810 ], # targets | 811 ], # targets |
811 } | 812 } |
812 | 813 |
813 # Local Variables: | 814 # Local Variables: |
814 # tab-width:2 | 815 # tab-width:2 |
815 # indent-tabs-mode:nil | 816 # indent-tabs-mode:nil |
816 # End: | 817 # End: |
817 # vim: set expandtab tabstop=2 shiftwidth=2: | 818 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |