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

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

Issue 21062: DEBUG was dropped from the preprocessor macros at some point. Add it... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 XCODEPROJ_DEPTH = ..; 1326 XCODEPROJ_DEPTH = ..;
1327 }; 1327 };
1328 name = Release; 1328 name = Release;
1329 }; 1329 };
1330 8970F2F10E719FB2006AE7B5 /* Debug */ = { 1330 8970F2F10E719FB2006AE7B5 /* Debug */ = {
1331 isa = XCBuildConfiguration; 1331 isa = XCBuildConfiguration;
1332 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */; 1332 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */;
1333 buildSettings = { 1333 buildSettings = {
1334 GCC_PREPROCESSOR_DEFINITIONS = ( 1334 GCC_PREPROCESSOR_DEFINITIONS = (
1335 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1335 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1336 DEBUG,
1336 ENABLE_DISASSEMBLER, 1337 ENABLE_DISASSEMBLER,
1337 ENABLE_LOGGING_AND_PROFILING, 1338 ENABLE_LOGGING_AND_PROFILING,
1338 ); 1339 );
1339 HEADER_SEARCH_PATHS = ../v8/src; 1340 HEADER_SEARCH_PATHS = ../v8/src;
1340 PRODUCT_NAME = v8; 1341 PRODUCT_NAME = v8;
1341 }; 1342 };
1342 name = Debug; 1343 name = Debug;
1343 }; 1344 };
1344 8970F2F20E719FB2006AE7B5 /* Release */ = { 1345 8970F2F20E719FB2006AE7B5 /* Release */ = {
1345 isa = XCBuildConfiguration; 1346 isa = XCBuildConfiguration;
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 89F23C930E78D5B6006B2466 /* Debug */, 1506 89F23C930E78D5B6006B2466 /* Debug */,
1506 89F23C940E78D5B6006B2466 /* Release */, 1507 89F23C940E78D5B6006B2466 /* Release */,
1507 ); 1508 );
1508 defaultConfigurationIsVisible = 0; 1509 defaultConfigurationIsVisible = 0;
1509 defaultConfigurationName = Release; 1510 defaultConfigurationName = Release;
1510 }; 1511 };
1511 /* End XCConfigurationList section */ 1512 /* End XCConfigurationList section */
1512 }; 1513 };
1513 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1514 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1514 } 1515 }
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