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

Unified Diff: testing/iossim/iossim.gyp

Issue 10828070: Don't directly link to the private Xcode framework, instead find it at runtime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | testing/iossim/iossim.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/iossim.gyp
===================================================================
--- testing/iossim/iossim.gyp (revision 148955)
+++ testing/iossim/iossim.gyp (working copy)
@@ -23,17 +23,7 @@
],
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
- '<(iphone_sim_path)/iPhoneSimulatorRemoteClient.framework',
],
- 'mac_framework_dirs': [
- '<(iphone_sim_path)',
- ],
- 'xcode_settings': {
- 'LD_RUNPATH_SEARCH_PATHS': [
- '<(iphone_sim_path)',
- '<(other_frameworks_path)',
- ]
- },
'actions': [
{
'action_name': 'generate_iphone_sim_header',
« no previous file with comments | « no previous file | testing/iossim/iossim.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698