diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 07:25:19 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 07:25:19 +0000 |
commit | 55329d53c0322b66da982bccf0dc2a28c7c7fc8c (patch) | |
tree | 19550e26a26066035e41c036b21c415918b772d2 /webkit/glue/SConscript | |
parent | 1920e823284826c00ba11adb1ff3ccb7fba2f0f5 (diff) | |
download | chromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.zip chromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.tar.gz chromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.tar.bz2 |
Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit:
* Put the near-universal settings of /DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS, /DWIN32_LEAN_AND_MEAN, /wd4503 and /wd4819 in the base construction environment.
* Sort various unsorted source file lists.
* Fix indentation and quoting for consistency in a couple SConscript files that escaped previous dragnets.
* Eliminate two left-over uses of Split() for input file lists.
* Give the devenv invocation to build v8_shell.exe the full path to the relevant .vcproj file.
* Add /nologo to the base LINKFLAGS setting.
* Remove various CPPPATH and other settings that have been hanging around commented out from the Visual Studio build (in case we needed them, which we evidently don't).
* Get rid of unnecessary env.File() and env.Dir() calls in various settings (esp. CPPPATH) and source file lists.
* Add copyright notice to an overlooked SConscript file.
* Clean up version.bat invocation.
TBR: bradnelson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/SConscript')
-rw-r--r-- | webkit/glue/SConscript | 108 |
1 files changed, 53 insertions, 55 deletions
diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript index 15f0557..ee3ea9a 100644 --- a/webkit/glue/SConscript +++ b/webkit/glue/SConscript @@ -38,69 +38,67 @@ env.Append( '/WX',
'/wd4800',
- '/wd4503',
- '/wd4819',
],
)
input_files = [
+ '$PENDING_DIR/AccessibleBase.cpp',
+ '$PENDING_DIR/AccessibleDocument.cpp',
'alt_404_page_resource_fetcher.cc',
+ 'alt_error_page_resource_fetcher.cc',
'autocomplete_input_listener.cc',
- 'plugins/webplugin_delegate_impl.cc',
- 'plugins/plugin_string_stream.cc',
- 'plugins/plugin_stream_url.cc',
- 'plugins/plugin_stream.cc',
- 'plugins/plugin_list.cc',
- 'plugins/plugin_lib.cc',
- 'plugins/plugin_instance.cc',
- 'plugins/plugin_host.cc',
- 'plugins/plugin_data_stream.cc',
- 'plugins/mozilla_extensions.cc',
- 'webwidget_impl.cc',
- 'webview_impl.cc',
- 'weburlrequest_impl.cc',
- 'webtextinput_impl.cc',
- 'webplugin_impl.cc',
- 'webkit_glue.cc',
- 'webinputevent.cc',
- 'webhistoryitem_impl.cc',
- 'webframeloaderclient_impl.cc',
- 'webframe_impl.cc',
- 'weberror_impl.cc',
- 'webdropdata.cc',
- 'webdocumentloader_impl.cc',
- 'webdatasource_impl.cc',
- 'webcursor.cc',
- 'simple_clipboard_impl.cc',
- 'searchable_form_data.cc',
- 'resource_handle_win.cc',
- 'resource_fetcher.cc',
- 'password_form_dom_manager.cc',
- 'password_autocomplete_listener.cc',
- 'multipart_response_delegate.cc',
- 'localized_strings.cc',
- 'inspector_client_impl.cc',
- 'glue_util.cc',
- 'glue_serialize.cc',
- 'feed_preview.cc',
- 'image_resource_fetcher.cc',
- 'image_decoder.cc',
- 'event_conversion.cc',
- 'editor_client_impl.cc',
- 'entity_map.cc',
- 'dragclient_impl.cc',
+ 'cache_manager.cc',
+ 'chrome_client_impl.cc',
+ 'context_menu_client_impl.cc',
+ 'cpp_binding_example.cc',
+ 'cpp_bound_class.cc',
+ 'cpp_variant.cc',
+ 'debugger.cc',
'dom_operations.cc',
'dom_serializer.cc',
- 'debugger.cc',
- 'cpp_variant.cc',
- 'cpp_bound_class.cc',
- 'cpp_binding_example.cc',
- 'context_menu_client_impl.cc',
- 'chrome_client_impl.cc',
- 'cache_manager.cc',
- 'alt_error_page_resource_fetcher.cc',
- '$PENDING_DIR/AccessibleBase.cpp',
- '$PENDING_DIR/AccessibleDocument.cpp',
+ 'dragclient_impl.cc',
+ 'editor_client_impl.cc',
+ 'entity_map.cc',
+ 'event_conversion.cc',
+ 'feed_preview.cc',
+ 'glue_serialize.cc',
+ 'glue_util.cc',
+ 'image_decoder.cc',
+ 'image_resource_fetcher.cc',
+ 'inspector_client_impl.cc',
+ 'localized_strings.cc',
+ 'multipart_response_delegate.cc',
+ 'password_autocomplete_listener.cc',
+ 'password_form_dom_manager.cc',
+ 'plugins/mozilla_extensions.cc',
+ 'plugins/plugin_data_stream.cc',
+ 'plugins/plugin_host.cc',
+ 'plugins/plugin_instance.cc',
+ 'plugins/plugin_lib.cc',
+ 'plugins/plugin_list.cc',
+ 'plugins/plugin_stream.cc',
+ 'plugins/plugin_stream_url.cc',
+ 'plugins/plugin_string_stream.cc',
+ 'plugins/webplugin_delegate_impl.cc',
+ 'resource_fetcher.cc',
+ 'resource_handle_win.cc',
+ 'searchable_form_data.cc',
+ 'simple_clipboard_impl.cc',
+ 'webcursor.cc',
+ 'webdatasource_impl.cc',
+ 'webdocumentloader_impl.cc',
+ 'webdropdata.cc',
+ 'weberror_impl.cc',
+ 'webframe_impl.cc',
+ 'webframeloaderclient_impl.cc',
+ 'webhistoryitem_impl.cc',
+ 'webinputevent.cc',
+ 'webkit_glue.cc',
+ 'webplugin_impl.cc',
+ 'webtextinput_impl.cc',
+ 'weburlrequest_impl.cc',
+ 'webview_impl.cc',
+ 'webwidget_impl.cc',
]
env.StaticLibrary('Glue', input_files)
|