summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.isolate
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-10-06 18:24:37 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-10-07 01:25:37 +0000
commit277f6515e7e6f65049d295a8a9a70a56f042eeb0 (patch)
tree09ce9294de3f6c438c5bd86f4da4a718eee773f0 /chrome/chrome.isolate
parent2da2112cb906481f3c280a2b4fac2927619d6df0 (diff)
downloadchromium_src-277f6515e7e6f65049d295a8a9a70a56f042eeb0.zip
chromium_src-277f6515e7e6f65049d295a8a9a70a56f042eeb0.tar.gz
chromium_src-277f6515e7e6f65049d295a8a9a70a56f042eeb0.tar.bz2
More NaCl fixes for 32 bit Win builds on swarming.
We need nacl_irt_x86_32.nexe BUG=414808 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/637433002 Cr-Commit-Position: refs/heads/master@{#298318}
Diffstat (limited to 'chrome/chrome.isolate')
-rw-r--r--chrome/chrome.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index d13da6d..51ff4e6 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -78,6 +78,7 @@
'variables': {
'files': [
'<(PRODUCT_DIR)/nacl64.exe',
+ '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
],
},
}],