diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 16:40:45 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 16:40:45 +0000 |
commit | 2c80a4898ea2a55945736453e6142c899da08061 (patch) | |
tree | 2f1c2530dd994d47565e336612190ef4a8972243 /base | |
parent | b6f87899677d55b5830f005e00df61d387c6b548 (diff) | |
download | chromium_src-2c80a4898ea2a55945736453e6142c899da08061.zip chromium_src-2c80a4898ea2a55945736453e6142c899da08061.tar.gz chromium_src-2c80a4898ea2a55945736453e6142c899da08061.tar.bz2 |
Add missing test_file_util_posix.cc file.
Review URL: http://codereview.chromium.org/43024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 97b9e45..20f938b 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -241,6 +241,7 @@ 'test_file_util.h', 'test_file_util_linux.cc', 'test_file_util_mac.cc', + 'test_file_util_posix.cc', 'test_file_util_win.cc', 'thread.cc', 'thread.h', |