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

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

Issue 20443: Don't use relative path for net/url_request/url_request_test_job. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « no previous file | 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 9924)
+++ chrome/test/unit/unit_tests.scons (working copy)
@@ -295,8 +295,8 @@
'$CHROME_DIR/test/testing_browser_process.h',
'$CHROME_DIR/test/testing_profile.cc',
'$CHROME_DIR/test/testing_profile.h',
- '$CHROME_DIR/../net/url_request/url_request_test_job$OBJSUFFIX',
- '$CHROME_DIR/../net/url_request/url_request_test_job.h',
+ '$NET_DIR/url_request/url_request_test_job$OBJSUFFIX',
+ '$NET_DIR/url_request/url_request_test_job.h',
]),
MSVSFilter('views', [
'$CHROME_DIR/views/focus_manager_unittest.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698