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

Unified Diff: chrome/chrome.isolate

Issue 667513002: Fix swarming on Windows Vista. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/browser_tests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index d085936a9d64e5e34c7180bc651ddd1d1b489cfb..5457f64f8a94fb62b9cef8bf2f82bb2f20971bf3 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -48,13 +48,6 @@
],
},
}],
- ['OS=="win"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/chrome_200_percent.pak',
- ],
- },
- }],
['OS=="mac"', {
'variables': {
'command': [
@@ -73,6 +66,7 @@
'variables': {
'files': [
'<(PRODUCT_DIR)/<(version_full).manifest',
+ '<(PRODUCT_DIR)/chrome_200_percent.pak',
'<(PRODUCT_DIR)/chrome.dll',
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
@@ -86,6 +80,7 @@
'files': [
'<(PRODUCT_DIR)/nacl64.exe',
'<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
+ '<(PRODUCT_DIR)/wow_helper.exe',
],
},
}],
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698