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

Unified Diff: chrome/test/unit/unit_tests.scons

Issue 9242: Now that the unit_tests get built from a separate SConscript file,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 | « chrome/SConscript ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unit_tests.scons
===================================================================
--- chrome/test/unit/unit_tests.scons (revision 4448)
+++ chrome/test/unit/unit_tests.scons (working copy)
@@ -226,8 +226,8 @@
#'$GOOGLEURL_DIR/googleurl_tests.lib',
'$NET_DIR/url_request/url_request_test_job$OBJSUFFIX',
- env['BROWSER_RES'],
- env['TEST_DATA_RES'],
+ '$CHROME_DIR/browser/browser_resources.res',
+ '$CHROME_DIR/test/data/resource.res',
])
if env['PLATFORM'] in ('posix', 'win32'):
« no previous file with comments | « chrome/SConscript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698