Skip to content

Commit

Permalink
Fixed capitalization of D3DCompiler_46.dll in angle.isolate.
Browse files Browse the repository at this point in the history
The capitalization difference was causing the DLL to be absent from the isolate.

BUG=321878
TBR=maruel@chromium.org,vadimsh@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247051 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kbr@chromium.org committed Jan 25, 2014
1 parent 60df6b5 commit 6834f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/angle.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/libEGL.dll',
'<(PRODUCT_DIR)/libGLESv2.dll',
'<(PRODUCT_DIR)/D3DCompiler_46.dll',
'<(PRODUCT_DIR)/d3dcompiler_46.dll',
# TODO(kbr): really need D3DCompiler_43.dll as well for XP,
# but ANGLE doesn't contain the rule which extracts this.
],
Expand Down

0 comments on commit 6834f19

Please sign in to comment.