| 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'GR_DLL', | 836 'GR_DLL', |
| 837 'SKIA_DLL', | 837 'SKIA_DLL', |
| 838 ], | 838 ], |
| 839 }, | 839 }, |
| 840 },], | 840 },], |
| 841 ], | 841 ], |
| 842 'dependencies': [ | 842 'dependencies': [ |
| 843 'skia_opts', | 843 'skia_opts', |
| 844 'skia_libtess', | 844 'skia_libtess', |
| 845 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 845 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 846 '../third_party/sfntly/sfntly.gyp:sfntly', |
| 846 '../third_party/zlib/zlib.gyp:zlib', | 847 '../third_party/zlib/zlib.gyp:zlib', |
| 847 ], | 848 ], |
| 848 'direct_dependent_settings': { | 849 'direct_dependent_settings': { |
| 849 'include_dirs': [ | 850 'include_dirs': [ |
| 850 'config', | 851 'config', |
| 851 '../third_party/skia/include/config', | 852 '../third_party/skia/include/config', |
| 852 '../third_party/skia/include/core', | 853 '../third_party/skia/include/core', |
| 853 '../third_party/skia/include/effects', | 854 '../third_party/skia/include/effects', |
| 854 '../third_party/skia/include/pdf', | 855 '../third_party/skia/include/pdf', |
| 855 '../third_party/skia/include/gpu', | 856 '../third_party/skia/include/gpu', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 ], | 994 ], |
| 994 'include_dirs': [ | 995 'include_dirs': [ |
| 995 '..', | 996 '..', |
| 996 ], | 997 ], |
| 997 'sources': [ | 998 'sources': [ |
| 998 'ext/image_operations_bench.cc', | 999 'ext/image_operations_bench.cc', |
| 999 ], | 1000 ], |
| 1000 }, | 1001 }, |
| 1001 ], | 1002 ], |
| 1002 } | 1003 } |
| OLD | NEW |