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

Unified Diff: chrome/chrome_dll.gypi

Issue 9513006: First pass at content shell for the Mac. Doesn't work yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index afd6034465b9e5d6396f1c1c68842526b95aa49c..f3b3fe27e534a4de050a9dba270eb70bf7442064 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -204,6 +204,9 @@
# Define the order of symbols within the framework. This
# sets -order_file.
'ORDER_FILE': 'app/framework.order',
+
+ # Hide symbols that shouldn't be exported.
+ 'UNEXPORTED_SYMBOLS_FILE': 'app/unexported_symbols.exp',
},
'sources': [
'app/chrome_command_ids.h',
@@ -508,7 +511,7 @@
{
'postbuild_name': 'Copy KeystoneRegistration.framework',
'action': [
- 'tools/build/mac/copy_framework_unversioned',
+ '../build/mac/copy_framework_unversioned',
'../third_party/googlemac/Releases/Keystone/KeystoneRegistration.framework',
'${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Frameworks',
],

Powered by Google App Engine
This is Rietveld 408576698