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

Unified Diff: net/SConscript

Issue 2435: Capture initial SCons build of {base,net,googleurl}_unittests on Mac:... (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') | skia/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/SConscript
===================================================================
--- net/SConscript (revision 2034)
+++ net/SConscript (working copy)
@@ -125,7 +125,7 @@
if env['PLATFORM'] == 'darwin':
input_files.extend([
- 'base/platform_mime_util_mac.cc',
+ 'base/platform_mime_util_mac.mm',
])
if env['PLATFORM'] == 'posix':
@@ -253,6 +253,11 @@
'url_request/url_request_unittest.cc',
])
+if env['PLATFORM'] == 'darwin':
+ unittest_files.extend([
+ '../base/platform_test_mac.o',
+ ])
+
net_unittests = env_tests.ChromeTestProgram('net_unittests', unittest_files)
install_targets = net_unittests[:]
« no previous file with comments | « build/SConscript.main ('k') | skia/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698