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

Side by Side Diff: webkit/webkit.gyp

Issue 27222: Chrome side to implement WebMimeRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
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_DATABASE=1', 8 'ENABLE_DATABASE=1',
9 'ENABLE_DASHBOARD_SUPPORT=0', 9 'ENABLE_DASHBOARD_SUPPORT=0',
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', 10 'ENABLE_JAVASCRIPT_DEBUGGER=0',
(...skipping 4021 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 'defines': [ 4032 'defines': [
4033 'WEBKIT_IMPLEMENTATION', 4033 'WEBKIT_IMPLEMENTATION',
4034 ], 4034 ],
4035 'sources': [ 4035 'sources': [
4036 '../third_party/WebKit/WebKit/chromium/public/WebCString.h', 4036 '../third_party/WebKit/WebKit/chromium/public/WebCString.h',
4037 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', 4037 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h',
4038 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', 4038 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h',
4039 '../third_party/WebKit/WebKit/chromium/public/WebImage.h', 4039 '../third_party/WebKit/WebKit/chromium/public/WebImage.h',
4040 '../third_party/WebKit/WebKit/chromium/public/WebKit.h', 4040 '../third_party/WebKit/WebKit/chromium/public/WebKit.h',
4041 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', 4041 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h',
4042 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h',
Mark Mentovai 2009/02/27 01:44:43 Thank you!
4042 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', 4043 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h',
4043 '../third_party/WebKit/WebKit/chromium/public/WebRect.h', 4044 '../third_party/WebKit/WebKit/chromium/public/WebRect.h',
4044 '../third_party/WebKit/WebKit/chromium/public/WebSize.h', 4045 '../third_party/WebKit/WebKit/chromium/public/WebSize.h',
4045 '../third_party/WebKit/WebKit/chromium/public/WebString.h', 4046 '../third_party/WebKit/WebKit/chromium/public/WebString.h',
4046 '../third_party/WebKit/WebKit/chromium/public/WebURL.h', 4047 '../third_party/WebKit/WebKit/chromium/public/WebURL.h',
4047 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp', 4048 '../third_party/WebKit/WebKit/chromium/src/ChromiumBridge.cpp',
4048 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp', 4049 '../third_party/WebKit/WebKit/chromium/src/WebCString.cpp',
4049 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp', 4050 '../third_party/WebKit/WebKit/chromium/src/WebImageSkia.cpp',
4050 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp', 4051 '../third_party/WebKit/WebKit/chromium/src/WebKit.cpp',
4051 '../third_party/WebKit/WebKit/chromium/src/WebKitPrivate.h', 4052 '../third_party/WebKit/WebKit/chromium/src/WebKitPrivate.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 'glue/resource_fetcher.h', 4227 'glue/resource_fetcher.h',
4227 'glue/resource_handle_impl.cc', 4228 'glue/resource_handle_impl.cc',
4228 'glue/resource_loader_bridge.cc', 4229 'glue/resource_loader_bridge.cc',
4229 'glue/resource_loader_bridge.h', 4230 'glue/resource_loader_bridge.h',
4230 'glue/resource_type.h', 4231 'glue/resource_type.h',
4231 'glue/scoped_clipboard_writer_glue.h', 4232 'glue/scoped_clipboard_writer_glue.h',
4232 'glue/screen_info.h', 4233 'glue/screen_info.h',
4233 'glue/searchable_form_data.cc', 4234 'glue/searchable_form_data.cc',
4234 'glue/searchable_form_data.h', 4235 'glue/searchable_form_data.h',
4235 'glue/simple_clipboard_impl.cc', 4236 'glue/simple_clipboard_impl.cc',
4237 'glue/simple_webmimeregistry_impl.cc',
4238 'glue/simple_webmimeregistry_impl.h',
4236 'glue/stacking_order_iterator.cc', 4239 'glue/stacking_order_iterator.cc',
4237 'glue/stacking_order_iterator.h', 4240 'glue/stacking_order_iterator.h',
4238 'glue/tools_proxy.h', 4241 'glue/tools_proxy.h',
4239 'glue/webclipboard_impl.cc', 4242 'glue/webclipboard_impl.cc',
4240 'glue/webclipboard_impl.h', 4243 'glue/webclipboard_impl.h',
4241 'glue/webcursor.cc', 4244 'glue/webcursor.cc',
4242 'glue/webcursor.h', 4245 'glue/webcursor.h',
4243 'glue/webcursor_gtk.cc', 4246 'glue/webcursor_gtk.cc',
4244 'glue/webcursor_gtk_data.h', 4247 'glue/webcursor_gtk_data.h',
4245 'glue/webcursor_mac.mm', 4248 'glue/webcursor_mac.mm',
(...skipping 13 matching lines...) Expand all
4259 'glue/webframe_impl.h', 4262 'glue/webframe_impl.h',
4260 'glue/webframeloaderclient_impl.cc', 4263 'glue/webframeloaderclient_impl.cc',
4261 'glue/webframeloaderclient_impl.h', 4264 'glue/webframeloaderclient_impl.h',
4262 'glue/webhistoryitem.h', 4265 'glue/webhistoryitem.h',
4263 'glue/webhistoryitem_impl.cc', 4266 'glue/webhistoryitem_impl.cc',
4264 'glue/webhistoryitem_impl.h', 4267 'glue/webhistoryitem_impl.h',
4265 'glue/webinputevent.h', 4268 'glue/webinputevent.h',
4266 'glue/webinputevent_linux.cc', 4269 'glue/webinputevent_linux.cc',
4267 'glue/webinputevent_mac.mm', 4270 'glue/webinputevent_mac.mm',
4268 'glue/webinputevent_win.cc', 4271 'glue/webinputevent_win.cc',
4269 'glue/webkit_client_impl.cc', 4272 'glue/webkitclient_impl.cc',
4270 'glue/webkit_client_impl.h', 4273 'glue/webkitclient_impl.h',
4271 'glue/webkit_glue.cc', 4274 'glue/webkit_glue.cc',
4272 'glue/webkit_glue.h', 4275 'glue/webkit_glue.h',
4273 'glue/webkit_glue_gtk.cc', 4276 'glue/webkit_glue_gtk.cc',
4274 'glue/webkit_glue_mac.mm', 4277 'glue/webkit_glue_mac.mm',
4275 'glue/webkit_glue_win.cc', 4278 'glue/webkit_glue_win.cc',
4276 'glue/webmediaplayer.h', 4279 'glue/webmediaplayer.h',
4277 'glue/webmediaplayer_delegate.h', 4280 'glue/webmediaplayer_delegate.h',
4278 'glue/webmediaplayer_impl.cc', 4281 'glue/webmediaplayer_impl.cc',
4279 'glue/webmediaplayer_impl.h', 4282 'glue/webmediaplayer_impl.h',
4280 'glue/webplugin.h', 4283 'glue/webplugin.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
4338 'pending/AccessibleBase.cpp', 4341 'pending/AccessibleBase.cpp',
4339 'pending/AccessibleDocument.cpp', 4342 'pending/AccessibleDocument.cpp',
4340 ], 4343 ],
4341 }, { # else: OS=="win" 4344 }, { # else: OS=="win"
4342 'sources/': [['exclude', '_posix\\.cc$']], 4345 'sources/': [['exclude', '_posix\\.cc$']],
4343 }], 4346 }],
4344 ], 4347 ],
4345 }, 4348 },
4346 ], 4349 ],
4347 } 4350 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | webkit/webkit.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698