Chromium Code Reviews| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 143 '../third_party/skia/src/utils/SkThreadUtils.h', | 143 '../third_party/skia/src/utils/SkThreadUtils.h', |
| 144 '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp', | 144 '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp', |
| 145 '../third_party/skia/src/utils/SkThreadUtils_pthread.h', | 145 '../third_party/skia/src/utils/SkThreadUtils_pthread.h', |
| 146 '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp', | 146 '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp', |
| 147 '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp', | 147 '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp', |
| 148 '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp', | 148 '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp', |
| 149 '../third_party/skia/src/utils/SkThreadUtils_win.cpp', | 149 '../third_party/skia/src/utils/SkThreadUtils_win.cpp', |
| 150 '../third_party/skia/src/utils/SkThreadUtils_win.h', | 150 '../third_party/skia/src/utils/SkThreadUtils_win.h', |
| 151 '../third_party/skia/src/utils/SkTFitsIn.h', | 151 '../third_party/skia/src/utils/SkTFitsIn.h', |
| 152 '../third_party/skia/src/utils/SkTLogic.h', | 152 '../third_party/skia/src/utils/SkTLogic.h', |
| 153 'config/SkUserConfig.h', | |
|
Stephen White
2014/08/25 20:45:00
Nit: could you put this at the top of the file lis
| |
| 153 | 154 |
| 154 #windows | 155 #windows |
| 155 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h', | 156 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h', |
| 156 '../third_party/skia/include/utils/win/SkHRESULT.h', | 157 '../third_party/skia/include/utils/win/SkHRESULT.h', |
| 157 '../third_party/skia/include/utils/win/SkIStream.h', | 158 '../third_party/skia/include/utils/win/SkIStream.h', |
| 158 '../third_party/skia/include/utils/win/SkTScopedComPtr.h', | 159 '../third_party/skia/include/utils/win/SkTScopedComPtr.h', |
| 159 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', | 160 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', |
| 160 '../third_party/skia/src/utils/win/SkIStream.cpp', | 161 '../third_party/skia/src/utils/win/SkIStream.cpp', |
| 161 '../third_party/skia/src/utils/win/SkWGL_win.cpp', | 162 '../third_party/skia/src/utils/win/SkWGL_win.cpp', |
| 162 | 163 |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 379 '../third_party/skia/include/pdf', | 380 '../third_party/skia/include/pdf', |
| 380 '../third_party/skia/include/gpu', | 381 '../third_party/skia/include/gpu', |
| 381 '../third_party/skia/include/lazy', | 382 '../third_party/skia/include/lazy', |
| 382 '../third_party/skia/include/pathops', | 383 '../third_party/skia/include/pathops', |
| 383 '../third_party/skia/include/pipe', | 384 '../third_party/skia/include/pipe', |
| 384 '../third_party/skia/include/ports', | 385 '../third_party/skia/include/ports', |
| 385 '../third_party/skia/include/utils', | 386 '../third_party/skia/include/utils', |
| 386 ], | 387 ], |
| 387 }, | 388 }, |
| 388 } | 389 } |
| OLD | NEW |