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

Unified Diff: src/client/windows/sender/crash_report_sender.xcodeproj/project.pbxproj

Issue 1357773004: [Docs] add markdown docs (converted from Wiki) (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: src/client/windows/sender/crash_report_sender.xcodeproj/project.pbxproj
diff --git a/src/client/windows/sender/crash_report_sender.xcodeproj/project.pbxproj b/src/client/windows/sender/crash_report_sender.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000000000000000000000000000000000..811f9dd3cb0ace716bfdfaad2aadde4a90f78b9a
--- /dev/null
+++ b/src/client/windows/sender/crash_report_sender.xcodeproj/project.pbxproj
@@ -0,0 +1,233 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 45;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 32C448C408A6E8F9F227BB54 /* crash_report_sender.cc in Sources */ = {isa = PBXBuildFile; fileRef = EFF4080326782FC1B79F718C /* crash_report_sender.cc */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 0EDE2F703A9A570715686F8E /* libcrash_report_sender.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcrash_report_sender.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6C826537ADA1C383C99E2C06 /* crash_report_sender.gyp */ = {isa = PBXFileReference; explicitFileType = sourcecode; path = crash_report_sender.gyp; sourceTree = "<group>"; };
+ 82240A03BD4EEA318229E607 /* filename_rules.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
+ 88096C52FF8EAEEE02AA88F4 /* crash_report_sender.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_report_sender.h; sourceTree = "<group>"; };
+ EFF4080326782FC1B79F718C /* crash_report_sender.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_report_sender.cc; sourceTree = "<group>"; };
+ FDBB5458C43D8BC64789B7E2 /* common.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/common.gypi; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 504384FCB4D87958F9570D2E /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 87E1B82E48D6E9847BE9958C /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 0EDE2F703A9A570715686F8E /* libcrash_report_sender.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 89A30BD0DCD07D570A7802F7 /* Build */ = {
+ isa = PBXGroup;
+ children = (
+ FDBB5458C43D8BC64789B7E2 /* common.gypi */,
+ 6C826537ADA1C383C99E2C06 /* crash_report_sender.gyp */,
+ 82240A03BD4EEA318229E607 /* filename_rules.gypi */,
+ );
+ name = Build;
+ sourceTree = "<group>";
+ };
+ C6778A9BDFE376203D8517B0 = {
+ isa = PBXGroup;
+ children = (
+ F8A528F7653AB341F2DBC523 /* Source */,
+ 87E1B82E48D6E9847BE9958C /* Products */,
+ 89A30BD0DCD07D570A7802F7 /* Build */,
+ );
+ sourceTree = "<group>";
+ };
+ F8A528F7653AB341F2DBC523 /* Source */ = {
+ isa = PBXGroup;
+ children = (
+ EFF4080326782FC1B79F718C /* crash_report_sender.cc */,
+ 88096C52FF8EAEEE02AA88F4 /* crash_report_sender.h */,
+ );
+ name = Source;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 840CCDDBD5DF3147EE2549F7 /* crash_report_sender */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 45DA6E4FDCEA95CE8B9047E5 /* Build configuration list for PBXNativeTarget "crash_report_sender" */;
+ buildPhases = (
+ F040357FD34433358FB2AEF0 /* Sources */,
+ 504384FCB4D87958F9570D2E /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = crash_report_sender;
+ productName = crash_report_sender;
+ productReference = 0EDE2F703A9A570715686F8E /* libcrash_report_sender.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ F48D63C7EE65A5FFEB9B57E0 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = YES;
+ };
+ buildConfigurationList = 29F579E95FB616696BBC21B5 /* Build configuration list for PBXProject "crash_report_sender" */;
+ compatibilityVersion = "Xcode 3.2";
+ hasScannedForEncodings = 1;
+ mainGroup = C6778A9BDFE376203D8517B0;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 840CCDDBD5DF3147EE2549F7 /* crash_report_sender */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ F040357FD34433358FB2AEF0 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 32C448C408A6E8F9F227BB54 /* crash_report_sender.cc in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 138903A91045691FEDD5815B /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
+ SDKROOT = macosx10.5;
+ SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
+ SYMROOT = ../../../xcodebuild;
+ };
+ name = Debug;
+ };
+ 2FC4DFD9A48AD164CA92A13D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ DEAD_CODE_STRIPPING = YES;
+ EXECUTABLE_PREFIX = lib;
+ GCC_CW_ASM_SYNTAX = NO;
+ GCC_C_LANGUAGE_STANDARD = c99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_CPP_RTTI = YES;
+ GCC_ENABLE_PASCAL_STRINGS = NO;
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_OBJC_CALL_CXX_CDTORS = YES;
+ GCC_OPTIMIZATION_LEVEL = 3;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ NDEBUG,
+ NVALGRIND,
+ OFFICIAL_BUILD,
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_THREADSAFE_STATICS = NO;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ GCC_VERSION = 4.2;
+ GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
+ HEADER_SEARCH_PATHS = ../../..;
+ MACOSX_DEPLOYMENT_TARGET = 10.5;
+ OTHER_CFLAGS = "";
+ PREBINDING = NO;
+ PRODUCT_NAME = crash_report_sender;
+ USE_HEADERMAP = NO;
+ WARNING_CFLAGS = "-Wendif-labels";
+ WARNING_CFLAGS_excluded = "-Wall";
+ };
+ name = Release;
+ };
+ E493C42F74E108F9B8883F1D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ COPY_PHASE_STRIP = NO;
+ EXECUTABLE_PREFIX = lib;
+ GCC_CW_ASM_SYNTAX = NO;
+ GCC_C_LANGUAGE_STANDARD = c99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_CPP_RTTI = YES;
+ GCC_ENABLE_PASCAL_STRINGS = NO;
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_OBJC_CALL_CXX_CDTORS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_THREADSAFE_STATICS = NO;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ GCC_VERSION = 4.2;
+ GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
+ HEADER_SEARCH_PATHS = ../../..;
+ MACOSX_DEPLOYMENT_TARGET = 10.5;
+ OTHER_CFLAGS = "";
+ PREBINDING = NO;
+ PRODUCT_NAME = crash_report_sender;
+ USE_HEADERMAP = NO;
+ WARNING_CFLAGS = "-Wendif-labels";
+ WARNING_CFLAGS_excluded = "-Wall";
+ };
+ name = Debug;
+ };
+ EA73A482B58EB1EF74BAD09E /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
+ SDKROOT = macosx10.5;
+ SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
+ SYMROOT = ../../../xcodebuild;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 29F579E95FB616696BBC21B5 /* Build configuration list for PBXProject "crash_report_sender" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 138903A91045691FEDD5815B /* Debug */,
+ EA73A482B58EB1EF74BAD09E /* Release */,
+ );
+ defaultConfigurationIsVisible = 1;
+ defaultConfigurationName = Debug;
+ };
+ 45DA6E4FDCEA95CE8B9047E5 /* Build configuration list for PBXNativeTarget "crash_report_sender" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ E493C42F74E108F9B8883F1D /* Debug */,
+ 2FC4DFD9A48AD164CA92A13D /* Release */,
+ );
+ defaultConfigurationIsVisible = 1;
+ defaultConfigurationName = Debug;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = F48D63C7EE65A5FFEB9B57E0 /* Project object */;
+}

Powered by Google App Engine
This is Rietveld 408576698