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

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

Issue 195061: Control profiling/debugger support from build script (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
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | tools/visual_studio/common.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 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 8970F2F10E719FB2006AE7B5 /* Debug */ = { 1482 8970F2F10E719FB2006AE7B5 /* Debug */ = {
1483 isa = XCBuildConfiguration; 1483 isa = XCBuildConfiguration;
1484 buildSettings = { 1484 buildSettings = {
1485 DEPLOYMENT_POSTPROCESSING = NO; 1485 DEPLOYMENT_POSTPROCESSING = NO;
1486 GCC_PREPROCESSOR_DEFINITIONS = ( 1486 GCC_PREPROCESSOR_DEFINITIONS = (
1487 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1487 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1488 ENABLE_DISASSEMBLER, 1488 ENABLE_DISASSEMBLER,
1489 V8_TARGET_ARCH_IA32, 1489 V8_TARGET_ARCH_IA32,
1490 V8_NATIVE_REGEXP, 1490 V8_NATIVE_REGEXP,
1491 ENABLE_LOGGING_AND_PROFILING, 1491 ENABLE_LOGGING_AND_PROFILING,
1492 ENABLE_DEBUGGER_SUPPORT,
1492 ); 1493 );
1493 HEADER_SEARCH_PATHS = ../src; 1494 HEADER_SEARCH_PATHS = ../src;
1494 PRODUCT_NAME = v8; 1495 PRODUCT_NAME = v8;
1495 STRIP_STYLE = debugging; 1496 STRIP_STYLE = debugging;
1496 }; 1497 };
1497 name = Debug; 1498 name = Debug;
1498 }; 1499 };
1499 8970F2F20E719FB2006AE7B5 /* Release */ = { 1500 8970F2F20E719FB2006AE7B5 /* Release */ = {
1500 isa = XCBuildConfiguration; 1501 isa = XCBuildConfiguration;
1501 buildSettings = { 1502 buildSettings = {
(...skipping 28 matching lines...) Expand all
1530 }; 1531 };
1531 89F23C850E78D5B2006B2466 /* Debug */ = { 1532 89F23C850E78D5B2006B2466 /* Debug */ = {
1532 isa = XCBuildConfiguration; 1533 isa = XCBuildConfiguration;
1533 buildSettings = { 1534 buildSettings = {
1534 DEPLOYMENT_POSTPROCESSING = NO; 1535 DEPLOYMENT_POSTPROCESSING = NO;
1535 GCC_PREPROCESSOR_DEFINITIONS = ( 1536 GCC_PREPROCESSOR_DEFINITIONS = (
1536 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1537 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1537 V8_TARGET_ARCH_ARM, 1538 V8_TARGET_ARCH_ARM,
1538 ENABLE_DISASSEMBLER, 1539 ENABLE_DISASSEMBLER,
1539 ENABLE_LOGGING_AND_PROFILING, 1540 ENABLE_LOGGING_AND_PROFILING,
1541 ENABLE_DEBUGGER_SUPPORT,
1540 ); 1542 );
1541 HEADER_SEARCH_PATHS = ../src; 1543 HEADER_SEARCH_PATHS = ../src;
1542 PRODUCT_NAME = "v8-arm"; 1544 PRODUCT_NAME = "v8-arm";
1543 STRIP_STYLE = debugging; 1545 STRIP_STYLE = debugging;
1544 }; 1546 };
1545 name = Debug; 1547 name = Debug;
1546 }; 1548 };
1547 89F23C860E78D5B2006B2466 /* Release */ = { 1549 89F23C860E78D5B2006B2466 /* Release */ = {
1548 isa = XCBuildConfiguration; 1550 isa = XCBuildConfiguration;
1549 buildSettings = { 1551 buildSettings = {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 89F23C930E78D5B6006B2466 /* Debug */, 1639 89F23C930E78D5B6006B2466 /* Debug */,
1638 89F23C940E78D5B6006B2466 /* Release */, 1640 89F23C940E78D5B6006B2466 /* Release */,
1639 ); 1641 );
1640 defaultConfigurationIsVisible = 0; 1642 defaultConfigurationIsVisible = 0;
1641 defaultConfigurationName = Release; 1643 defaultConfigurationName = Release;
1642 }; 1644 };
1643 /* End XCConfigurationList section */ 1645 /* End XCConfigurationList section */
1644 }; 1646 };
1645 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1647 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1646 } 1648 }
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | tools/visual_studio/common.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698