Skip to content

Commit

Permalink
Add media/test/data to content_browsertests and browser_tests isolate…
Browse files Browse the repository at this point in the history
… files.

The media browser tests (content and chrome) load data from media/test/data.

BUG=379314

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283757 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
shadi@chromium.org committed Jul 17, 2014
1 parent 91f3a04 commit a46492b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome/browser_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
],
'isolate_dependency_untracked': [
'../content/test/data/',
'../media/test/data/',
'../net/data/',
'../net/tools/testserver/',
'../third_party/WebKit/Tools/Scripts/',
Expand Down
1 change: 1 addition & 0 deletions content/content_browsertests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_untracked': [
'../media/test/data/',
'../net/data/',
'test/data/',
],
Expand Down

0 comments on commit a46492b

Please sign in to comment.