| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../build/common.gypi', | 7 '../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'defines': [ | 549 'defines': [ |
| 550 'SK_BUILD_NO_IMAGE_ENCODE', | 550 'SK_BUILD_NO_IMAGE_ENCODE', |
| 551 ], | 551 ], |
| 552 'sources!': [ | 552 'sources!': [ |
| 553 '../third_party/skia/include/core/SkTypes.h', | 553 '../third_party/skia/include/core/SkTypes.h', |
| 554 'precompiled.cc', | 554 'precompiled.cc', |
| 555 ], | 555 ], |
| 556 'conditions': [ | 556 'conditions': [ |
| 557 [ 'OS != "mac"', { | 557 [ 'OS != "mac"', { |
| 558 'sources/': [ | 558 'sources/': [ |
| 559 ['exclude', '_mac\\.(cc|cpp)$'], | 559 ['exclude', '_mac\\.(cc|cpp|mm?)$'], |
| 560 ['exclude', '/mac/'] ], | 560 ['exclude', '/mac/'] ], |
| 561 }], | 561 }], |
| 562 [ 'OS != "linux"', { | 562 [ 'OS != "linux"', { |
| 563 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], | 563 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
| 564 'sources!': [ | 564 'sources!': [ |
| 565 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 565 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
| 566 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', | 566 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', |
| 567 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 567 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
| 568 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 568 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
| 569 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 569 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 'include_dirs': [ | 638 'include_dirs': [ |
| 639 'config', | 639 'config', |
| 640 '../third_party/skia/include/core', | 640 '../third_party/skia/include/core', |
| 641 '../third_party/skia/include/effects', | 641 '../third_party/skia/include/effects', |
| 642 'ext', | 642 'ext', |
| 643 ], | 643 ], |
| 644 }, | 644 }, |
| 645 }, | 645 }, |
| 646 ], | 646 ], |
| 647 } | 647 } |
| OLD | NEW |