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

Unified Diff: src/common/SConstruct

Issue 460001: Clean up to move NewStringCopy from util to chromoes/string. (Closed)
Patch Set: Removed pw file, changed include format Created 11 years 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 | « .gitignore ('k') | src/common/chromeos/string.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/SConstruct
diff --git a/src/common/SConstruct b/src/common/SConstruct
index 26f34b1a7c533a52de60b997829a12848d5c730f..a6ff203c3fe1482c776e62f435de72e59d02bf45 100644
--- a/src/common/SConstruct
+++ b/src/common/SConstruct
@@ -6,8 +6,7 @@ import os
import sys
SOURCES=['chromeos/dbus/dbus.cc',
- 'chromeos/string.cc',
- 'util.cc']
+ 'chromeos/string.cc']
env = Environment(
CPPPATH=[ '.', '../third_party/chrome/files' ],
« no previous file with comments | « .gitignore ('k') | src/common/chromeos/string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698