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

Unified Diff: chrome/chrome_exe.gypi

Issue 7714018: Give plug-in processes an executable heap and disable PIE/ASLR for Native (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 97870)
+++ chrome/chrome_exe.gypi (working copy)
@@ -273,6 +273,7 @@
'dependencies': [
'helper_app',
'infoplist_strings_tool',
+ 'interpose_dependency_shim',
'chrome_manifest_bundle',
],
'mac_bundle_resources': [
@@ -327,6 +328,7 @@
'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)',
'files': [
'<(PRODUCT_DIR)/<(mac_product_name) Helper.app',
+ '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib',
],
},
],
@@ -366,6 +368,14 @@
'<(version_full)'
],
},
+ {
+ 'postbuild_name': 'Make More Helpers',
+ 'action': [
+ 'tools/build/mac/make_more_helpers.sh',
+ '<(version_full)',
+ '<(mac_product_name)',
+ ],
+ },
], # postbuilds
}],
['OS=="linux"', {

Powered by Google App Engine
This is Rietveld 408576698