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

Side by Side Diff: tools/v8.xcodeproj/project.pbxproj

Issue 1747014: Change to allow d8 to compile on MacOSX. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 7BF891930E73098D000BAF8A /* All */ = { 10 7BF891930E73098D000BAF8A /* All */ = {
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 GCC_DYNAMIC_NO_PIC = YES; 1581 GCC_DYNAMIC_NO_PIC = YES;
1582 GCC_ENABLE_CPP_EXCEPTIONS = NO; 1582 GCC_ENABLE_CPP_EXCEPTIONS = NO;
1583 GCC_ENABLE_CPP_RTTI = NO; 1583 GCC_ENABLE_CPP_RTTI = NO;
1584 GCC_ENABLE_PASCAL_STRINGS = NO; 1584 GCC_ENABLE_PASCAL_STRINGS = NO;
1585 GCC_INLINES_ARE_PRIVATE_EXTERN = YES; 1585 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
1586 GCC_OPTIMIZATION_LEVEL = 0; 1586 GCC_OPTIMIZATION_LEVEL = 0;
1587 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1587 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1588 GCC_PREPROCESSOR_DEFINITIONS = ( 1588 GCC_PREPROCESSOR_DEFINITIONS = (
1589 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1589 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1590 DEBUG, 1590 DEBUG,
1591 ENABLE_LOGGING_AND_PROFILING,
1591 V8_ENABLE_CHECKS, 1592 V8_ENABLE_CHECKS,
1593 ENABLE_VMSTATE_TRACKING,
1592 ); 1594 );
1593 GCC_SYMBOLS_PRIVATE_EXTERN = YES; 1595 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
1594 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 1596 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1595 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 1597 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
1596 OTHER_CFLAGS = ( 1598 OTHER_CFLAGS = (
1597 "$(OTHER_CFLAGS)", 1599 "$(OTHER_CFLAGS)",
1598 "-fstack-protector", 1600 "-fstack-protector",
1599 "-fstack-protector-all", 1601 "-fstack-protector-all",
1600 ); 1602 );
1601 PREBINDING = NO; 1603 PREBINDING = NO;
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 89F23C930E78D5B6006B2466 /* Debug */, 1850 89F23C930E78D5B6006B2466 /* Debug */,
1849 89F23C940E78D5B6006B2466 /* Release */, 1851 89F23C940E78D5B6006B2466 /* Release */,
1850 ); 1852 );
1851 defaultConfigurationIsVisible = 0; 1853 defaultConfigurationIsVisible = 0;
1852 defaultConfigurationName = Release; 1854 defaultConfigurationName = Release;
1853 }; 1855 };
1854 /* End XCConfigurationList section */ 1856 /* End XCConfigurationList section */
1855 }; 1857 };
1856 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1858 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1857 } 1859 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698