Chromium Code Reviews| Index: skia/skia_library.gypi |
| =================================================================== |
| --- skia/skia_library.gypi (revision 227723) |
| +++ skia/skia_library.gypi (working copy) |
| @@ -95,8 +95,6 @@ |
| '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| '../third_party/skia/src/ports/SkOSFile_stdio.cpp', |
| '../third_party/skia/src/ports/SkOSFile_win.cpp', |
| - '../third_party/skia/src/ports/SkThread_pthread.cpp', |
|
bungeman-chromium
2013/10/09 21:35:07
Note that aside from these two lines (and the ment
|
| - '../third_party/skia/src/ports/SkThread_win.cpp', |
| '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| '../third_party/skia/src/ports/SkTLS_win.cpp', |
| @@ -149,8 +147,6 @@ |
| '../third_party/skia/include/utils/SkProxyCanvas.h', |
| ], |
| 'include_dirs': [ |
| - '..', |
| - 'config', |
| '../third_party/skia/include/config', |
|
djsollen
2013/10/11 15:24:08
why do we ever want to include this?
|
| '../third_party/skia/include/core', |
| '../third_party/skia/include/effects', |
| @@ -365,7 +361,6 @@ |
| [ 'OS == "win"', { |
| 'sources!': [ |
| '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| - '../third_party/skia/src/ports/SkThread_pthread.cpp', |
| '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| ], |
| @@ -441,7 +436,6 @@ |
| #temporary until we can hide SkFontHost |
| '../third_party/skia/src/core', |
| - 'config', |
| '../third_party/skia/include/config', |
| '../third_party/skia/include/core', |
| '../third_party/skia/include/effects', |