| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 19827)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -4270,6 +4270,7 @@
|
| 'api/src/WebForm.cpp',
|
| 'api/src/WebHistoryItem.cpp',
|
| 'api/src/WebHTTPBody.cpp',
|
| + 'api/src/WebImageCG.cpp',
|
| 'api/src/WebImageSkia.cpp',
|
| 'api/src/WebInputEvent.cpp',
|
| 'api/src/WebKit.cpp',
|
| @@ -4310,11 +4311,14 @@
|
| 'include_dirs': [
|
| 'api/public/mac',
|
| ],
|
| - 'sources!': [
|
| - 'api/src/WebImageSkia.cpp',
|
| + 'sources/': [
|
| + ['exclude', 'Skia\\.cpp$'],
|
| ],
|
| }, { # else: OS!="mac"
|
| - 'sources/': [['exclude', '/mac/']],
|
| + 'sources/': [
|
| + ['exclude', '/mac/'],
|
| + ['exclude', 'CG\\.cpp$'],
|
| + ],
|
| }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
|
|