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

Unified Diff: chrome/chrome.isolate

Issue 575363002: Fail if an isolate entry refers to a missing file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index d85689d0f7da875d170c2bcbf37306ddb127c617..c59555ff7838487bc0f4e0553eb84669840ba9e9 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -61,11 +61,17 @@
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
'<(PRODUCT_DIR)/libexif.dll',
- '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/osmesa.dll',
],
},
}],
+ ['OS=="win" and target_arch=="ia32"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/nacl64.exe',
M-A Ruel 2014/09/18 15:38:52 You mean 32?
jam 2014/09/18 15:44:44 nacl64.exe is needed with 32 bit builds of Chrome
+ ],
+ },
+ }],
['OS=="win" and component=="static_library"', {
'variables': {
'isolate_dependency_tracked': [
« build/common.gypi ('K') | « build/common.gypi ('k') | mojo/mojo_apps_js_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698