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

Side by Side Diff: webkit/glue/SConscript

Issue 2896: This CB fixes the following issues:-... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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/build/glue/glue.vcproj ('k') | webkit/glue/multipart_response_delegate.h » ('j') | 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) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 if env['PLATFORM'] == 'win32': 9 if env['PLATFORM'] == 'win32':
10 env.Append( 10 env.Append(
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'glue_util.cc', 49 'glue_util.cc',
50 'image_decoder.cc', 50 'image_decoder.cc',
51 'image_resource_fetcher.cc', 51 'image_resource_fetcher.cc',
52 'inspector_client_impl.cc', 52 'inspector_client_impl.cc',
53 'localized_strings.cc', 53 'localized_strings.cc',
54 'multipart_response_delegate.cc', 54 'multipart_response_delegate.cc',
55 'npruntime_util.cc', 55 'npruntime_util.cc',
56 'password_autocomplete_listener.cc', 56 'password_autocomplete_listener.cc',
57 'password_form_dom_manager.cc', 57 'password_form_dom_manager.cc',
58 'plugins/mozilla_extensions.cc', 58 'plugins/mozilla_extensions.cc',
59 'plugins/plugin_data_stream.cc',
60 'plugins/plugin_host.cc', 59 'plugins/plugin_host.cc',
61 'plugins/plugin_instance.cc', 60 'plugins/plugin_instance.cc',
62 'plugins/plugin_lib.cc', 61 'plugins/plugin_lib.cc',
63 'plugins/plugin_list.cc', 62 'plugins/plugin_list.cc',
64 'plugins/plugin_stream.cc', 63 'plugins/plugin_stream.cc',
65 'plugins/plugin_stream_url.cc', 64 'plugins/plugin_stream_url.cc',
66 'plugins/plugin_string_stream.cc', 65 'plugins/plugin_string_stream.cc',
67 'plugins/webplugin_delegate_impl.cc', 66 'plugins/webplugin_delegate_impl.cc',
68 'resource_fetcher.cc', 67 'resource_fetcher.cc',
69 'resource_handle_win.cc', 68 'resource_handle_win.cc',
70 'searchable_form_data.cc', 69 'searchable_form_data.cc',
71 'simple_clipboard_impl.cc', 70 'simple_clipboard_impl.cc',
72 'webcursor.cc', 71 'webcursor.cc',
73 'webdatasource_impl.cc', 72 'webdatasource_impl.cc',
74 'webdocumentloader_impl.cc', 73 'webdocumentloader_impl.cc',
75 'webdropdata.cc', 74 'webdropdata.cc',
76 'weberror_impl.cc', 75 'weberror_impl.cc',
77 'webframe_impl.cc', 76 'webframe_impl.cc',
78 'webframeloaderclient_impl.cc', 77 'webframeloaderclient_impl.cc',
79 'webhistoryitem_impl.cc', 78 'webhistoryitem_impl.cc',
80 'webinputevent_win.cc', 79 'webinputevent_win.cc',
81 'webplugin_impl.cc', 80 'webplugin_impl.cc',
82 'webtextinput_impl.cc', 81 'webtextinput_impl.cc',
83 'webview_impl.cc', 82 'webview_impl.cc',
84 'webwidget_impl.cc', 83 'webwidget_impl.cc',
85 ]) 84 ])
86 85
87 env.ChromeStaticLibrary('Glue', input_files) 86 env.ChromeStaticLibrary('Glue', input_files)
OLDNEW
« no previous file with comments | « webkit/build/glue/glue.vcproj ('k') | webkit/glue/multipart_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698