| 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 Chrome-specific enhancements but in all other cases it is a separate lib. |
| 9 | 9 |
| 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 61 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| 62 '../third_party/skia/src/ports/SkTLS_win.cpp', | 62 '../third_party/skia/src/ports/SkTLS_win.cpp', |
| 63 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', | 63 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', |
| 64 '../third_party/skia/src/ports/SkTypeface_win_dw.h', | 64 '../third_party/skia/src/ports/SkTypeface_win_dw.h', |
| 65 | 65 |
| 66 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', | 66 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', |
| 67 '../third_party/skia/src/sfnt/SkOTTable_name.h', | 67 '../third_party/skia/src/sfnt/SkOTTable_name.h', |
| 68 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 68 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
| 69 '../third_party/skia/src/sfnt/SkOTUtils.h', | 69 '../third_party/skia/src/sfnt/SkOTUtils.h', |
| 70 | 70 |
| 71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', | |
| 72 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', | |
| 73 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', | |
| 74 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', | |
| 75 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', | |
| 76 '../third_party/skia/src/utils/debugger/SkObjectParser.h', | |
| 77 | |
| 78 '../third_party/skia/include/core/SkFontStyle.h', | 71 '../third_party/skia/include/core/SkFontStyle.h', |
| 79 | 72 |
| 80 '../third_party/skia/include/images/SkMovie.h', | 73 '../third_party/skia/include/images/SkMovie.h', |
| 81 '../third_party/skia/include/images/SkPageFlipper.h', | 74 '../third_party/skia/include/images/SkPageFlipper.h', |
| 82 | 75 |
| 83 '../third_party/skia/include/ports/SkFontConfigInterface.h', | 76 '../third_party/skia/include/ports/SkFontConfigInterface.h', |
| 84 '../third_party/skia/include/ports/SkFontMgr.h', | 77 '../third_party/skia/include/ports/SkFontMgr.h', |
| 85 '../third_party/skia/include/ports/SkFontMgr_indirect.h', | 78 '../third_party/skia/include/ports/SkFontMgr_indirect.h', |
| 86 '../third_party/skia/include/ports/SkRemotableFontMgr.h', | 79 '../third_party/skia/include/ports/SkRemotableFontMgr.h', |
| 87 '../third_party/skia/include/ports/SkTypeface_win.h', | 80 '../third_party/skia/include/ports/SkTypeface_win.h', |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 # SkFontHost_mac.cpp uses API deprecated in iOS 7. | 346 # SkFontHost_mac.cpp uses API deprecated in iOS 7. |
| 354 # crbug.com/408571 | 347 # crbug.com/408571 |
| 355 '-Wno-deprecated-declarations', | 348 '-Wno-deprecated-declarations', |
| 356 ], | 349 ], |
| 357 }, | 350 }, |
| 358 }], | 351 }], |
| 359 ], | 352 ], |
| 360 | 353 |
| 361 'direct_dependent_settings': { | 354 'direct_dependent_settings': { |
| 362 'include_dirs': [ | 355 'include_dirs': [ |
| 363 #temporary until we can hide SkFontHost | |
| 364 '../third_party/skia/src/core', | |
| 365 | |
| 366 '../third_party/skia/include/core', | 356 '../third_party/skia/include/core', |
| 367 '../third_party/skia/include/effects', | 357 '../third_party/skia/include/effects', |
| 368 '../third_party/skia/include/pdf', | 358 '../third_party/skia/include/pdf', |
| 369 '../third_party/skia/include/gpu', | 359 '../third_party/skia/include/gpu', |
| 370 '../third_party/skia/include/lazy', | 360 '../third_party/skia/include/lazy', |
| 371 '../third_party/skia/include/pathops', | 361 '../third_party/skia/include/pathops', |
| 372 '../third_party/skia/include/pipe', | 362 '../third_party/skia/include/pipe', |
| 373 '../third_party/skia/include/ports', | 363 '../third_party/skia/include/ports', |
| 374 '../third_party/skia/include/utils', | 364 '../third_party/skia/include/utils', |
| 375 ], | 365 ], |
| 376 }, | 366 }, |
| 377 } | 367 } |
| OLD | NEW |