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

Unified Diff: net/SConscript

Issue 5204: Get open-vcdiff building on Linux and Mac (in SCons) using... (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/SConscript.main ('k') | net/base/filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/SConscript
===================================================================
--- net/SConscript (revision 2673)
+++ net/SConscript (working copy)
@@ -48,6 +48,8 @@
'base/net_module.cc',
'base/net_util.cc',
'base/registry_controlled_domain.cc',
+ 'base/sdch_filter.cc',
+ 'base/sdch_manager.cc',
'base/upload_data.cc',
'base/x509_certificate.cc',
'disk_cache/backend_impl.cc',
@@ -91,8 +93,6 @@
'base/directory_lister.cc',
'base/dns_resolution_observer.cc',
'base/listen_socket.cc',
- 'base/sdch_filter.cc',
- 'base/sdch_manager.cc',
'base/ssl_client_socket.cc',
'base/ssl_config_service.cc',
'base/tcp_client_socket.cc',
@@ -177,6 +177,7 @@
'base',
'googleurl',
'gtest',
+ 'sdch',
env_tests['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
'modp_b64',
'zlib',
@@ -210,9 +211,6 @@
'/ignore:4199',
'/nxcompat',
],
- LIBS =[
- 'sdch',
- ],
)
if env['PLATFORM'] in ('posix', 'darwin'):
« no previous file with comments | « build/SConscript.main ('k') | net/base/filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698