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

Unified Diff: chrome/chrome.isolate

Issue 1130523003: Add support for escaped target names in isolate driver (3rd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add inclusion of chrome.isolate Created 5 years, 7 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 | chrome/chrome_tests.gypi » ('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 e4dd9efabffad832af7dba906d966c87092c0708..c628c3070b487274fae73aa288e245eb569eb22a 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -77,6 +77,13 @@
],
},
}],
+ ['OS=="mac" and component=="shared_library"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/libchrome_main_dll.dylib',
+ ],
+ },
+ }],
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698