Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Side by Side Diff: skia/skia_library.gypi

Issue 684303002: Build and link SkCondVar in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../third_party/skia/include/ports/SkFontConfigInterface.h', 81 '../third_party/skia/include/ports/SkFontConfigInterface.h',
82 '../third_party/skia/include/ports/SkFontMgr.h', 82 '../third_party/skia/include/ports/SkFontMgr.h',
83 '../third_party/skia/include/ports/SkFontMgr_indirect.h', 83 '../third_party/skia/include/ports/SkFontMgr_indirect.h',
84 '../third_party/skia/include/ports/SkFontStyle.h', 84 '../third_party/skia/include/ports/SkFontStyle.h',
85 '../third_party/skia/include/ports/SkRemotableFontMgr.h', 85 '../third_party/skia/include/ports/SkRemotableFontMgr.h',
86 '../third_party/skia/include/ports/SkTypeface_win.h', 86 '../third_party/skia/include/ports/SkTypeface_win.h',
87 ], 87 ],
88 88
89 # Exclude all unused files in skia utils.gypi file 89 # Exclude all unused files in skia utils.gypi file
90 'sources!': [ 90 'sources!': [
91 '../third_party/skia/src/utils/SkCondVar.cpp',
92 '../third_party/skia/src/utils/SkCondVar.h',
93 '../third_party/skia/src/utils/SkRunnable.h',
94
95 '../third_party/skia/include/utils/SkBoundaryPatch.h', 91 '../third_party/skia/include/utils/SkBoundaryPatch.h',
96 '../third_party/skia/include/utils/SkFrontBufferedStream.h', 92 '../third_party/skia/include/utils/SkFrontBufferedStream.h',
97 '../third_party/skia/include/utils/SkCamera.h', 93 '../third_party/skia/include/utils/SkCamera.h',
98 '../third_party/skia/include/utils/SkCanvasStateUtils.h', 94 '../third_party/skia/include/utils/SkCanvasStateUtils.h',
99 '../third_party/skia/include/utils/SkCubicInterval.h', 95 '../third_party/skia/include/utils/SkCubicInterval.h',
100 '../third_party/skia/include/utils/SkCullPoints.h', 96 '../third_party/skia/include/utils/SkCullPoints.h',
101 '../third_party/skia/include/utils/SkDebugUtils.h', 97 '../third_party/skia/include/utils/SkDebugUtils.h',
102 '../third_party/skia/include/utils/SkDumpCanvas.h', 98 '../third_party/skia/include/utils/SkDumpCanvas.h',
103 '../third_party/skia/include/utils/SkEventTracer.h', 99 '../third_party/skia/include/utils/SkEventTracer.h',
104 '../third_party/skia/include/utils/SkInterpolator.h', 100 '../third_party/skia/include/utils/SkInterpolator.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 '../third_party/skia/include/pdf', 364 '../third_party/skia/include/pdf',
369 '../third_party/skia/include/gpu', 365 '../third_party/skia/include/gpu',
370 '../third_party/skia/include/lazy', 366 '../third_party/skia/include/lazy',
371 '../third_party/skia/include/pathops', 367 '../third_party/skia/include/pathops',
372 '../third_party/skia/include/pipe', 368 '../third_party/skia/include/pipe',
373 '../third_party/skia/include/ports', 369 '../third_party/skia/include/ports',
374 '../third_party/skia/include/utils', 370 '../third_party/skia/include/utils',
375 ], 371 ],
376 }, 372 },
377 } 373 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698