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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 }], | 681 }], |
682 [ 'OS != "win"', { | 682 [ 'OS != "win"', { |
683 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], | 683 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], |
684 'sources!': [ | 684 'sources!': [ |
685 'ext/vector_canvas.cc', | 685 'ext/vector_canvas.cc', |
686 'ext/vector_device.cc', | 686 'ext/vector_device.cc', |
687 ], | 687 ], |
688 }], | 688 }], |
689 [ 'OS == "linux"', { | 689 [ 'OS == "linux"', { |
690 'dependencies': [ | 690 'dependencies': [ |
691 '../build/linux/system.gyp:gtk', | 691 '../build/linux/system.gyp:gdk', |
| 692 '../build/linux/system.gyp:fontconfig', |
| 693 '../build/linux/system.gyp:freetype2', |
692 ], | 694 ], |
693 'cflags': [ | 695 'cflags': [ |
694 '-Wno-unused', | 696 '-Wno-unused', |
695 '-Wno-unused-function', | 697 '-Wno-unused-function', |
696 ], | 698 ], |
697 'sources!': [ | 699 'sources!': [ |
698 'ports/SkFontHost_none.cpp', | 700 'ports/SkFontHost_none.cpp', |
699 'sgl/SkTypeface_fake.cpp', | 701 'sgl/SkTypeface_fake.cpp', |
700 ], | 702 ], |
701 }], | 703 }], |
(...skipping 20 matching lines...) Expand all Loading... |
722 'direct_dependent_settings': { | 724 'direct_dependent_settings': { |
723 'include_dirs': [ | 725 'include_dirs': [ |
724 'include', | 726 'include', |
725 'include/corecg', | 727 'include/corecg', |
726 'ext', | 728 'ext', |
727 ], | 729 ], |
728 }, | 730 }, |
729 }, | 731 }, |
730 ], | 732 ], |
731 } | 733 } |
OLD | NEW |