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

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

Issue 6067004: Version 3.0.4... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years 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 | « tools/gyp/v8.gyp ('k') | tools/visual_studio/debug.vsprops » ('j') | 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 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 GCC_ENABLE_CPP_RTTI = NO; 1843 GCC_ENABLE_CPP_RTTI = NO;
1844 GCC_ENABLE_PASCAL_STRINGS = NO; 1844 GCC_ENABLE_PASCAL_STRINGS = NO;
1845 GCC_INLINES_ARE_PRIVATE_EXTERN = YES; 1845 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
1846 GCC_OPTIMIZATION_LEVEL = 0; 1846 GCC_OPTIMIZATION_LEVEL = 0;
1847 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1847 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1848 GCC_PREPROCESSOR_DEFINITIONS = ( 1848 GCC_PREPROCESSOR_DEFINITIONS = (
1849 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1849 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1850 DEBUG, 1850 DEBUG,
1851 ENABLE_LOGGING_AND_PROFILING, 1851 ENABLE_LOGGING_AND_PROFILING,
1852 V8_ENABLE_CHECKS, 1852 V8_ENABLE_CHECKS,
1853 OBJECT_PRINT,
1853 ENABLE_VMSTATE_TRACKING, 1854 ENABLE_VMSTATE_TRACKING,
1854 ); 1855 );
1855 GCC_SYMBOLS_PRIVATE_EXTERN = YES; 1856 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
1856 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 1857 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1857 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 1858 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
1858 OTHER_CFLAGS = ( 1859 OTHER_CFLAGS = (
1859 "$(OTHER_CFLAGS)", 1860 "$(OTHER_CFLAGS)",
1860 "-fstack-protector", 1861 "-fstack-protector",
1861 "-fstack-protector-all", 1862 "-fstack-protector-all",
1862 ); 1863 );
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 name = Release; 1908 name = Release;
1908 }; 1909 };
1909 893988090F2A35FA007D5254 /* Debug */ = { 1910 893988090F2A35FA007D5254 /* Debug */ = {
1910 isa = XCBuildConfiguration; 1911 isa = XCBuildConfiguration;
1911 buildSettings = { 1912 buildSettings = {
1912 GCC_PREPROCESSOR_DEFINITIONS = ( 1913 GCC_PREPROCESSOR_DEFINITIONS = (
1913 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1914 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1914 V8_TARGET_ARCH_IA32, 1915 V8_TARGET_ARCH_IA32,
1915 DEBUG, 1916 DEBUG,
1916 V8_ENABLE_CHECKS, 1917 V8_ENABLE_CHECKS,
1918 OBJECT_PRINT,
1917 ENABLE_DEBUGGER_SUPPORT, 1919 ENABLE_DEBUGGER_SUPPORT,
1918 ); 1920 );
1919 HEADER_SEARCH_PATHS = ../src; 1921 HEADER_SEARCH_PATHS = ../src;
1920 PRODUCT_NAME = d8; 1922 PRODUCT_NAME = d8;
1921 }; 1923 };
1922 name = Debug; 1924 name = Debug;
1923 }; 1925 };
1924 8939880A0F2A35FA007D5254 /* Release */ = { 1926 8939880A0F2A35FA007D5254 /* Release */ = {
1925 isa = XCBuildConfiguration; 1927 isa = XCBuildConfiguration;
1926 buildSettings = { 1928 buildSettings = {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 name = Release; 1971 name = Release;
1970 }; 1972 };
1971 897C77D712B68E3D000767A8 /* Debug */ = { 1973 897C77D712B68E3D000767A8 /* Debug */ = {
1972 isa = XCBuildConfiguration; 1974 isa = XCBuildConfiguration;
1973 buildSettings = { 1975 buildSettings = {
1974 GCC_PREPROCESSOR_DEFINITIONS = ( 1976 GCC_PREPROCESSOR_DEFINITIONS = (
1975 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1977 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1976 V8_TARGET_ARCH_IA32, 1978 V8_TARGET_ARCH_IA32,
1977 DEBUG, 1979 DEBUG,
1978 V8_ENABLE_CHECKS, 1980 V8_ENABLE_CHECKS,
1981 OBJECT_PRINT,
1979 ENABLE_DEBUGGER_SUPPORT, 1982 ENABLE_DEBUGGER_SUPPORT,
1980 ); 1983 );
1981 HEADER_SEARCH_PATHS = ../src; 1984 HEADER_SEARCH_PATHS = ../src;
1982 PRODUCT_NAME = "d8-arm"; 1985 PRODUCT_NAME = "d8-arm";
1983 }; 1986 };
1984 name = Debug; 1987 name = Debug;
1985 }; 1988 };
1986 897C77D812B68E3D000767A8 /* Release */ = { 1989 897C77D812B68E3D000767A8 /* Release */ = {
1987 isa = XCBuildConfiguration; 1990 isa = XCBuildConfiguration;
1988 buildSettings = { 1991 buildSettings = {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 89F23C930E78D5B6006B2466 /* Debug */, 2151 89F23C930E78D5B6006B2466 /* Debug */,
2149 89F23C940E78D5B6006B2466 /* Release */, 2152 89F23C940E78D5B6006B2466 /* Release */,
2150 ); 2153 );
2151 defaultConfigurationIsVisible = 0; 2154 defaultConfigurationIsVisible = 0;
2152 defaultConfigurationName = Release; 2155 defaultConfigurationName = Release;
2153 }; 2156 };
2154 /* End XCConfigurationList section */ 2157 /* End XCConfigurationList section */
2155 }; 2158 };
2156 rootObject = 8915B8680E719336009C4E19 /* Project object */; 2159 rootObject = 8915B8680E719336009C4E19 /* Project object */;
2157 } 2160 }
OLDNEW
« no previous file with comments | « tools/gyp/v8.gyp ('k') | tools/visual_studio/debug.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698