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

Unified Diff: skia/skia.gyp

Issue 125061: Add favicons to Mac bookmark bar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 18335)
+++ skia/skia.gyp (working copy)
@@ -384,6 +384,9 @@
#'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
'../third_party/skia/src/ports/sk_predefined_gamma.h',
+ '../third_party/skia/src/include/utils/mac/SkCGUtils.h',
+ '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
+
'../third_party/skia/include/core/Sk64.h',
'../third_party/skia/include/core/SkAutoKern.h',
'../third_party/skia/include/core/SkBitmap.h',
@@ -555,7 +558,9 @@
],
'conditions': [
[ 'OS != "mac"', {
- 'sources/': [ ['exclude', '_mac\\.(cc|cpp)$'] ],
+ 'sources/': [
+ ['exclude', '_mac\\.(cc|cpp)$'],
+ ['exclude', '/mac/'] ],
}],
[ 'OS != "linux"', {
'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
@@ -601,6 +606,9 @@
'defines': [
'SK_BUILD_FOR_MAC',
],
+ 'include_dirs': [
+ '../third_party/skia/include/utils/mac',
+ ],
}],
[ 'OS == "win"', {
'sources!': [
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698