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

Unified Diff: base/SConscript

Issue 6025: Add a FilePath object (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | base/base.xcodeproj/project.pbxproj » ('j') | base/file_path.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/SConscript
===================================================================
--- base/SConscript (revision 2812)
+++ base/SConscript (working copy)
@@ -35,6 +35,7 @@
'bzip2_error_handler.cc',
'command_line.cc',
'debug_util.cc',
+ 'file_path.cc',
'file_util.cc',
'histogram.cc',
'icu_util.cc',
@@ -252,6 +253,7 @@
'atomicops_unittest.cc',
'command_line_unittest.cc',
'condition_variable_unittest.cc',
+ 'file_path_unittest.cc',
'file_util_unittest.cc',
'hmac_unittest.cc',
'histogram_unittest.cc',
« no previous file with comments | « no previous file | base/base.xcodeproj/project.pbxproj » ('j') | base/file_path.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698