OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # This gypi file contains the Skia library. | 6 # This gypi file contains the Skia library. |
7 # In component mode (shared_lib) it is folded into a single shared library with | 7 # In component mode (shared_lib) it is folded into a single shared library with |
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. | 8 # the PDFium-specific enhancements but in all other cases it is a separate lib. |
9 | 9 |
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
11 # variables and defines should go in skia_common.gypi so they can be seen | 11 # variables and defines should go in skia_common.gypi so they can be seen |
12 # by files listed here and in skia_library_opts.gypi. | 12 # by files listed here and in skia_library_opts.gypi. |
13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
14 { | 14 { |
15 'dependencies': [ | 15 'dependencies': [ |
16 'skia_library_opts.gyp:skia_opts', | 16 'skia_library_opts.gyp:skia_opts', |
17 '../third_party/third_party.gyp:fx_zlib', | 17 '../third_party/third_party.gyp:fx_zlib', |
18 ], | 18 ], |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 '../third_party/skia/include/pdf', | 298 '../third_party/skia/include/pdf', |
299 '../third_party/skia/include/gpu', | 299 '../third_party/skia/include/gpu', |
300 '../third_party/skia/include/lazy', | 300 '../third_party/skia/include/lazy', |
301 '../third_party/skia/include/pathops', | 301 '../third_party/skia/include/pathops', |
302 '../third_party/skia/include/pipe', | 302 '../third_party/skia/include/pipe', |
303 '../third_party/skia/include/ports', | 303 '../third_party/skia/include/ports', |
304 '../third_party/skia/include/utils', | 304 '../third_party/skia/include/utils', |
305 ], | 305 ], |
306 }, | 306 }, |
307 } | 307 } |
OLD | NEW |