diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 20:08:50 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 20:08:50 +0000 |
commit | 2786f3db2489aa1fd2453fa85745e5c5658b1cd1 (patch) | |
tree | 905f82e544746d33d6cc4a3f760a345f648a4fd1 /skia/skia.xcodeproj | |
parent | b734450b86e9d6bd7a07b381c119ca91803ae46b (diff) | |
download | chromium_src-2786f3db2489aa1fd2453fa85745e5c5658b1cd1.zip chromium_src-2786f3db2489aa1fd2453fa85745e5c5658b1cd1.tar.gz chromium_src-2786f3db2489aa1fd2453fa85745e5c5658b1cd1.tar.bz2 |
Hook up skia's assertions to our logging system.
Review URL: http://codereview.chromium.org/17285
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.xcodeproj')
-rw-r--r-- | skia/skia.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.xcodeproj/project.pbxproj b/skia/skia.xcodeproj/project.pbxproj index 83bad3f..2bb044a 100644 --- a/skia/skia.xcodeproj/project.pbxproj +++ b/skia/skia.xcodeproj/project.pbxproj @@ -9,6 +9,7 @@ /* Begin PBXBuildFile section */ A70A3BAE0ED7385F00C31871 /* bitmap_platform_device_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = A70A3BA80ED7385F00C31871 /* bitmap_platform_device_mac.cc */; }; A74368B90EE61BBF003562CC /* convolver.cc in Sources */ = {isa = PBXBuildFile; fileRef = A74368B70EE61BBF003562CC /* convolver.cc */; }; + A7B44ED10F181AA90077C3F1 /* google_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = A7B44ED00F181AA90077C3F1 /* google_logging.cc */; }; A74368BA0EE61BBF003562CC /* image_operations.cc in Sources */ = {isa = PBXBuildFile; fileRef = A74368B80EE61BBF003562CC /* image_operations.cc */; }; A70A3BAF0ED7385F00C31871 /* platform_canvas_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = A70A3BAA0ED7385F00C31871 /* platform_canvas_mac.cc */; }; A70A3BB00ED7385F00C31871 /* platform_device_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = A70A3BAC0ED7385F00C31871 /* platform_device_mac.cc */; }; @@ -140,6 +141,7 @@ 32DBCF5E0370ADEE00C91783 /* skia_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = skia_Prefix.pch; sourceTree = "<group>"; }; 7B4DF4490E5B5E5C004D7619 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; 7B4DF44A0E5B5E5C004D7619 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; + A7B44ED00F181AA90077C3F1 /* google_logging.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = google_logging.cc; path = ext/google_logging.cc; sourceTree = "<group>"; }; 7B4DF44B0E5B5E5C004D7619 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; 7B4DF44C0E5B5E5C004D7619 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; @@ -515,6 +517,7 @@ A74368B70EE61BBF003562CC /* convolver.cc */, A70A3BA80ED7385F00C31871 /* bitmap_platform_device_mac.cc */, A70A3BA90ED7385F00C31871 /* bitmap_platform_device_mac.h */, + A7B44ED00F181AA90077C3F1 /* google_logging.cc */, A74368B80EE61BBF003562CC /* image_operations.cc */, A70A3BAA0ED7385F00C31871 /* platform_canvas_mac.cc */, A70A3BAB0ED7385F00C31871 /* platform_canvas_mac.h */, @@ -962,6 +965,7 @@ files = ( A70A3BAE0ED7385F00C31871 /* bitmap_platform_device_mac.cc in Sources */, A74368B90EE61BBF003562CC /* convolver.cc in Sources */, + A7B44ED10F181AA90077C3F1 /* google_logging.cc in Sources */, A74368BA0EE61BBF003562CC /* image_operations.cc in Sources */, A70A3BAF0ED7385F00C31871 /* platform_canvas_mac.cc in Sources */, A70A3BB00ED7385F00C31871 /* platform_device_mac.cc in Sources */, |