diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:37:43 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 17:37:43 +0000 |
commit | f8583cda90f4f4922ffef88660e36ac860edc350 (patch) | |
tree | 578dd5aea07e13e39ec24e0d98af5c7bc4a38f37 /chrome/chrome.xcodeproj | |
parent | 6177e387dcc6a6d326b6c7175dfdce4951c59913 (diff) | |
download | chromium_src-f8583cda90f4f4922ffef88660e36ac860edc350.zip chromium_src-f8583cda90f4f4922ffef88660e36ac860edc350.tar.gz chromium_src-f8583cda90f4f4922ffef88660e36ac860edc350.tar.bz2 |
fix mac build
The app target needs to have $(CONFIGURATION_TEMP_DIR)/generated/grit
in the include path.
TBR=awalker
Review URL: http://codereview.chromium.org/20305
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.xcodeproj')
-rw-r--r-- | chrome/chrome.xcodeproj/project.pbxproj | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/chrome/chrome.xcodeproj/project.pbxproj b/chrome/chrome.xcodeproj/project.pbxproj index fa10d56..b34a721 100644 --- a/chrome/chrome.xcodeproj/project.pbxproj +++ b/chrome/chrome.xcodeproj/project.pbxproj @@ -75,8 +75,8 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 2DF2A9EB8AF96926EE9B6B02 /* ipc_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBAE0E9D4C9F009A6919 /* ipc_logging.cc */; }; 1C284EB767D0E3D302AC675C /* tab_restore_service.cc in Sources */ = {isa = PBXBuildFile; fileRef = B020A11D500D7519E54F2957 /* tab_restore_service.cc */; }; + 2DF2A9EB8AF96926EE9B6B02 /* ipc_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7BFBAE0E9D4C9F009A6919 /* ipc_logging.cc */; }; 331218220F3BFF32006CB2B0 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331B93A90F3BF2B9008B1C46 /* QuartzCore.framework */; }; 331218230F3BFF36006CB2B0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331B93AB0F3BF2DA008B1C46 /* Carbon.framework */; }; 331218290F3C007A006CB2B0 /* renderer_glue.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CD80EAE868600EBCFC0 /* renderer_glue.cc */; }; @@ -6594,6 +6594,19 @@ isa = XCBuildConfiguration; baseConfigurationReference = 4D7BF2FD0E9D46E6009A6919 /* executable.xcconfig */; buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(HEADER_SEARCH_PATHS)", + .., + "$(CONFIGURATION_TEMP_DIR)/generated/grit", + ../skia/include, + ../skia/include/corecg, + ../third_party/icu38/public/i18n, + ../third_party/icu38/public/common, + ../third_party/libjpeg, + ../third_party/libxml/include, + ../third_party/npapi, + "$(SYMROOT)/libxml.build/$(CONFIGURATION)/generated/include", + ); INFOPLIST_FILE = "app/app-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", @@ -6607,6 +6620,19 @@ isa = XCBuildConfiguration; baseConfigurationReference = 4D7BF2FD0E9D46E6009A6919 /* executable.xcconfig */; buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(HEADER_SEARCH_PATHS)", + .., + "$(CONFIGURATION_TEMP_DIR)/generated/grit", + ../skia/include, + ../skia/include/corecg, + ../third_party/icu38/public/i18n, + ../third_party/icu38/public/common, + ../third_party/libjpeg, + ../third_party/libxml/include, + ../third_party/npapi, + "$(SYMROOT)/libxml.build/$(CONFIGURATION)/generated/include", + ); INFOPLIST_FILE = "app/app-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", |