Skip to content

Commit

Permalink
Made gl_tests, angle_unittests, and gles2_conform_test depend on base…
Browse files Browse the repository at this point in the history
….isolate.

These executables are failing on Windows in Debug mode, very likely
because they're missing the Visual Studio runtime DLLs.

BUG=378021
TBR=maruel@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273800 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kbr@chromium.org committed May 30, 2014
1 parent dc77e49 commit d081848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chrome/angle.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'../base/base.isolate',
],
'conditions': [
['OS=="win"', {
'variables': {
Expand Down
3 changes: 3 additions & 0 deletions chrome/angle_unittests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'../base/base.isolate',
],
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
Expand Down

0 comments on commit d081848

Please sign in to comment.