diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 23:57:10 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 23:57:10 +0000 |
commit | 82fb36fc78efccca29401f2da40e1fef10c42cee (patch) | |
tree | 76fe90ba60baad7f1a1929aaaf3899d2c1348be1 /base | |
parent | 9f42dec34a9b5c2360eda748dc9a975108098480 (diff) | |
download | chromium_src-82fb36fc78efccca29401f2da40e1fef10c42cee.zip chromium_src-82fb36fc78efccca29401f2da40e1fef10c42cee.tar.gz chromium_src-82fb36fc78efccca29401f2da40e1fef10c42cee.tar.bz2 |
Add base/test/data/ to base_unittests.isolate.
The data is looked into two place so add both until this is sorted out.
The second copy was added in r191559.
TBR=tfarina@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/13533010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base_unittests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate index e3113b0..a48e032 100644 --- a/base/base_unittests.isolate +++ b/base/base_unittests.isolate @@ -28,6 +28,7 @@ 'isolate_dependency_untracked': [ 'data/', 'prefs/test/', + 'test/data/', ], }, }], |