diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-30 05:55:47 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-30 05:55:47 +0000 |
commit | 4f705b53daef7ac8f5bc34d5fb2e8b6ef6795cee (patch) | |
tree | 5b58bd5a7f6f599db9e08435965fb81ca54c4930 /chrome/views | |
parent | d1b13d7b10e2edeb4faf23caec84a9851c0b3aa7 (diff) | |
download | chromium_src-4f705b53daef7ac8f5bc34d5fb2e8b6ef6795cee.zip chromium_src-4f705b53daef7ac8f5bc34d5fb2e8b6ef6795cee.tar.gz chromium_src-4f705b53daef7ac8f5bc34d5fb2e8b6ef6795cee.tar.bz2 |
Revert r4205 to track down buildbot unit_tests failure.
Review URL: http://codereview.chromium.org/8730
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r-- | chrome/views/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/SConscript b/chrome/views/SConscript index 58c15d7..21a936a 100644 --- a/chrome/views/SConscript +++ b/chrome/views/SConscript @@ -21,8 +21,6 @@ env.Prepend( env.Append( CPPPATH = [ '$CHROME_DIR/app/resources', - '$ICU38_DIR/public/common', - '$ICU38_DIR/public/i18n', '$SKIA_DIR/include', '$SKIA_DIR/include/corecg', '$SKIA_DIR/include/platform', |