Skip to content

Commit

Permalink
Move base/data to base/test/data to be with the rest of the test data.
Browse files Browse the repository at this point in the history
R=brettw@chromium.org

Review URL: https://codereview.chromium.org/421913008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285961 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed Jul 28, 2014
1 parent d458d59 commit 593b485
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion base/base_unittests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_untracked': [
'data/',
'test/data/',
],
},
Expand Down
1 change: 1 addition & 0 deletions base/file_version_info_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FilePath GetTestDataPath() {
FilePath path;
PathService::Get(base::DIR_SOURCE_ROOT, &path);
path = path.AppendASCII("base");
path = path.AppendASCII("test");
path = path.AppendASCII("data");
path = path.AppendASCII("file_version_info_unittest");
return path;
Expand Down

0 comments on commit 593b485

Please sign in to comment.