Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: chrome/angle.isolate

Issue 379843004: Add target_arch config variable to .isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/isolate.gypi ('k') | chrome/chrome.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/angle.isolate
diff --git a/chrome/angle.isolate b/chrome/angle.isolate
index 13b1a1519ade8c38a2f724a8e9bf029c5a842308..bf4a49f5a8bb633ed9ff61998b675eceba19151d 100644
--- a/chrome/angle.isolate
+++ b/chrome/angle.isolate
@@ -9,11 +9,18 @@
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/d3dcompiler_46.dll',
'<(PRODUCT_DIR)/libEGL.dll',
'<(PRODUCT_DIR)/libGLESv2.dll',
- '<(PRODUCT_DIR)/d3dcompiler_46.dll',
+ ],
+ },
+ }],
+ ['OS=="win" and target_arch=="ia32"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
# TODO(kbr): really need D3DCompiler_43.dll as well for XP,
# but ANGLE doesn't contain the rule which extracts this.
+ #'<(PRODUCT_DIR)/D3DCompiler_43.dll',
],
},
}],
« no previous file with comments | « build/isolate.gypi ('k') | chrome/chrome.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698