| 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'GR_DLL', | 844 'GR_DLL', |
| 845 'SKIA_DLL', | 845 'SKIA_DLL', |
| 846 ], | 846 ], |
| 847 }, | 847 }, |
| 848 },], | 848 },], |
| 849 ], | 849 ], |
| 850 'dependencies': [ | 850 'dependencies': [ |
| 851 'skia_opts', | 851 'skia_opts', |
| 852 'skia_libtess', | 852 'skia_libtess', |
| 853 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 853 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 854 '../third_party/sfntly/sfntly.gyp:sfntly', |
| 854 '../third_party/zlib/zlib.gyp:zlib', | 855 '../third_party/zlib/zlib.gyp:zlib', |
| 855 ], | 856 ], |
| 856 'direct_dependent_settings': { | 857 'direct_dependent_settings': { |
| 857 'include_dirs': [ | 858 'include_dirs': [ |
| 858 'config', | 859 'config', |
| 859 '../third_party/skia/include/config', | 860 '../third_party/skia/include/config', |
| 860 '../third_party/skia/include/core', | 861 '../third_party/skia/include/core', |
| 861 '../third_party/skia/include/effects', | 862 '../third_party/skia/include/effects', |
| 862 '../third_party/skia/include/pdf', | 863 '../third_party/skia/include/pdf', |
| 863 '../third_party/skia/include/gpu', | 864 '../third_party/skia/include/gpu', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 ], | 1002 ], |
| 1002 'include_dirs': [ | 1003 'include_dirs': [ |
| 1003 '..', | 1004 '..', |
| 1004 ], | 1005 ], |
| 1005 'sources': [ | 1006 'sources': [ |
| 1006 'ext/image_operations_bench.cc', | 1007 'ext/image_operations_bench.cc', |
| 1007 ], | 1008 ], |
| 1008 }, | 1009 }, |
| 1009 ], | 1010 ], |
| 1010 } | 1011 } |
| OLD | NEW |