OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'skia', | 8 'target_name': 'skia', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'sources': [ | 10 'sources': [ |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 ], | 786 ], |
787 'defines': [ | 787 'defines': [ |
788 'SK_MAX_SIZE_FOR_LCDTEXT=256', | 788 'SK_MAX_SIZE_FOR_LCDTEXT=256', |
789 ], | 789 ], |
790 }, { # use_glib == 0 | 790 }, { # use_glib == 0 |
791 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], | 791 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
792 'sources!': [ | 792 'sources!': [ |
793 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 793 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
794 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', | 794 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', |
795 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 795 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
796 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | |
797 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 796 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
798 ], | 797 ], |
799 }], | 798 }], |
800 [ 'toolkit_uses_gtk == 1', { | 799 [ 'toolkit_uses_gtk == 1', { |
801 'dependencies': [ | 800 'dependencies': [ |
802 '../build/linux/system.gyp:gdk', | 801 '../build/linux/system.gyp:gdk', |
803 ], | 802 ], |
804 }, { # toolkit_uses_gtk == 0 | 803 }, { # toolkit_uses_gtk == 0 |
805 'sources/': [ ['exclude', '_gtk\\.(cc|cpp)$'] ], | 804 'sources/': [ ['exclude', '_gtk\\.(cc|cpp)$'] ], |
806 }], | 805 }], |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 ], | 1018 ], |
1020 'include_dirs': [ | 1019 'include_dirs': [ |
1021 '..', | 1020 '..', |
1022 ], | 1021 ], |
1023 'sources': [ | 1022 'sources': [ |
1024 'ext/image_operations_bench.cc', | 1023 'ext/image_operations_bench.cc', |
1025 ], | 1024 ], |
1026 }, | 1025 }, |
1027 ], | 1026 ], |
1028 } | 1027 } |
OLD | NEW |