Chromium Code Reviews| Index: skia/skia.gyp |
| =================================================================== |
| --- skia/skia.gyp (revision 225491) |
| +++ skia/skia.gyp (working copy) |
| @@ -14,8 +14,8 @@ |
| 'target_name': 'skia_library', |
| 'type': 'static_library', |
| 'includes': [ |
| + 'skia_common.gypi', |
|
bungeman-skia
2013/09/27 17:59:13
Needed to make skia_common first in order to have
|
| 'skia_library.gypi', |
| - 'skia_common.gypi', |
| ], |
| }, |
| ], |
| @@ -47,8 +47,8 @@ |
| 'target_name': 'skia_chrome', |
| 'type': 'static_library', |
| 'includes': [ |
| + 'skia_common.gypi', |
| 'skia_chrome.gypi', |
| - 'skia_common.gypi', |
| ], |
| }, |
| ], |
| @@ -59,9 +59,9 @@ |
| 'target_name': 'skia', |
| 'type': 'shared_library', |
| 'includes': [ |
| + 'skia_common.gypi', |
| 'skia_library.gypi', |
| 'skia_chrome.gypi', |
| - 'skia_common.gypi', |
| ], |
| 'defines': [ |
| 'SKIA_DLL', |