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

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

Issue 173348: Api inlining. Made some core functionality available in the api and... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 3 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
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 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 GCC_DYNAMIC_NO_PIC = YES; 1387 GCC_DYNAMIC_NO_PIC = YES;
1388 GCC_ENABLE_CPP_EXCEPTIONS = NO; 1388 GCC_ENABLE_CPP_EXCEPTIONS = NO;
1389 GCC_ENABLE_CPP_RTTI = NO; 1389 GCC_ENABLE_CPP_RTTI = NO;
1390 GCC_ENABLE_PASCAL_STRINGS = NO; 1390 GCC_ENABLE_PASCAL_STRINGS = NO;
1391 GCC_INLINES_ARE_PRIVATE_EXTERN = YES; 1391 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
1392 GCC_OPTIMIZATION_LEVEL = 0; 1392 GCC_OPTIMIZATION_LEVEL = 0;
1393 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1393 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1394 GCC_PREPROCESSOR_DEFINITIONS = ( 1394 GCC_PREPROCESSOR_DEFINITIONS = (
1395 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1395 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1396 DEBUG, 1396 DEBUG,
1397 V8_ENABLE_CHECKS,
1397 ); 1398 );
1398 GCC_SYMBOLS_PRIVATE_EXTERN = YES; 1399 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
1399 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 1400 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1400 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 1401 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
1401 OTHER_CFLAGS = ( 1402 OTHER_CFLAGS = (
1402 "$(OTHER_CFLAGS)", 1403 "$(OTHER_CFLAGS)",
1403 "-fstack-protector", 1404 "-fstack-protector",
1404 "-fstack-protector-all", 1405 "-fstack-protector-all",
1405 ); 1406 );
1406 PREBINDING = NO; 1407 PREBINDING = NO;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 name = Release; 1451 name = Release;
1451 }; 1452 };
1452 893988090F2A35FA007D5254 /* Debug */ = { 1453 893988090F2A35FA007D5254 /* Debug */ = {
1453 isa = XCBuildConfiguration; 1454 isa = XCBuildConfiguration;
1454 buildSettings = { 1455 buildSettings = {
1455 GCC_PREPROCESSOR_DEFINITIONS = ( 1456 GCC_PREPROCESSOR_DEFINITIONS = (
1456 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1457 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1457 V8_TARGET_ARCH_IA32, 1458 V8_TARGET_ARCH_IA32,
1458 V8_NATIVE_REGEXP, 1459 V8_NATIVE_REGEXP,
1459 DEBUG, 1460 DEBUG,
1461 V8_ENABLE_CHECKS,
1460 ); 1462 );
1461 HEADER_SEARCH_PATHS = ../src; 1463 HEADER_SEARCH_PATHS = ../src;
1462 PRODUCT_NAME = v8_shell; 1464 PRODUCT_NAME = v8_shell;
1463 }; 1465 };
1464 name = Debug; 1466 name = Debug;
1465 }; 1467 };
1466 8939880A0F2A35FA007D5254 /* Release */ = { 1468 8939880A0F2A35FA007D5254 /* Release */ = {
1467 isa = XCBuildConfiguration; 1469 isa = XCBuildConfiguration;
1468 buildSettings = { 1470 buildSettings = {
1469 GCC_PREPROCESSOR_DEFINITIONS = ( 1471 GCC_PREPROCESSOR_DEFINITIONS = (
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 89F23C930E78D5B6006B2466 /* Debug */, 1637 89F23C930E78D5B6006B2466 /* Debug */,
1636 89F23C940E78D5B6006B2466 /* Release */, 1638 89F23C940E78D5B6006B2466 /* Release */,
1637 ); 1639 );
1638 defaultConfigurationIsVisible = 0; 1640 defaultConfigurationIsVisible = 0;
1639 defaultConfigurationName = Release; 1641 defaultConfigurationName = Release;
1640 }; 1642 };
1641 /* End XCConfigurationList section */ 1643 /* End XCConfigurationList section */
1642 }; 1644 };
1643 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1645 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1644 } 1646 }
OLDNEW
« tools/gyp/v8.gyp ('K') | « 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