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

Unified Diff: chrome/chrome.isolate

Issue 14109022: Fix archiving and running Chromium.app on OSX with target chrome_run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | 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 a11b7cdd402af9ddc41d06770a891ff95e57a3cc..86233c4b4c73060c4544ac6d27526ded8f78cc42 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -17,13 +17,6 @@
],
},
}],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/resources.pak',
- ],
- },
- }],
['OS=="linux" or OS=="win"', {
'variables': {
'command': [
@@ -35,6 +28,7 @@
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/locales/fr.pak',
'<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
+ '<(PRODUCT_DIR)/resources.pak',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/lib64/',
@@ -45,8 +39,8 @@
}],
['OS=="mac"', {
'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/ffmpegsumo.so',
+ 'command': [
+ '<(PRODUCT_DIR)/Chromium.app/Contents/MacOS/Chromium',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/Chromium Framework.framework/',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698