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

Side by Side Diff: skia/skia_library.gypi

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 months 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/ext/benchmarking_canvas.cc ('k') | skia/skia_test_expectations.txt » ('j') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../third_party/skia/src/utils/SkBitmapHasher.cpp', 111 '../third_party/skia/src/utils/SkBitmapHasher.cpp',
112 '../third_party/skia/src/utils/SkBitmapHasher.h', 112 '../third_party/skia/src/utils/SkBitmapHasher.h',
113 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', 113 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
114 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', 114 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
115 '../third_party/skia/src/utils/SkCamera.cpp', 115 '../third_party/skia/src/utils/SkCamera.cpp',
116 '../third_party/skia/src/utils/SkCanvasStack.h', 116 '../third_party/skia/src/utils/SkCanvasStack.h',
117 '../third_party/skia/src/utils/SkCubicInterval.cpp', 117 '../third_party/skia/src/utils/SkCubicInterval.cpp',
118 '../third_party/skia/src/utils/SkCullPoints.cpp', 118 '../third_party/skia/src/utils/SkCullPoints.cpp',
119 '../third_party/skia/src/utils/SkDumpCanvas.cpp', 119 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
120 '../third_party/skia/src/utils/SkFloatUtils.h', 120 '../third_party/skia/src/utils/SkFloatUtils.h',
121 '../third_party/skia/src/utils/SkGatherPixelRefsAndRects.cpp',
122 '../third_party/skia/src/utils/SkGatherPixelRefsAndRects.h',
123 '../third_party/skia/src/utils/SkInterpolator.cpp', 121 '../third_party/skia/src/utils/SkInterpolator.cpp',
124 '../third_party/skia/src/utils/SkLayer.cpp', 122 '../third_party/skia/src/utils/SkLayer.cpp',
125 '../third_party/skia/src/utils/SkMD5.cpp', 123 '../third_party/skia/src/utils/SkMD5.cpp',
126 '../third_party/skia/src/utils/SkMD5.h', 124 '../third_party/skia/src/utils/SkMD5.h',
127 '../third_party/skia/src/utils/SkMeshUtils.cpp', 125 '../third_party/skia/src/utils/SkMeshUtils.cpp',
128 '../third_party/skia/src/utils/SkNinePatch.cpp', 126 '../third_party/skia/src/utils/SkNinePatch.cpp',
129 '../third_party/skia/src/utils/SkOSFile.cpp', 127 '../third_party/skia/src/utils/SkOSFile.cpp',
130 '../third_party/skia/src/utils/SkParse.cpp', 128 '../third_party/skia/src/utils/SkParse.cpp',
131 '../third_party/skia/src/utils/SkParseColor.cpp', 129 '../third_party/skia/src/utils/SkParseColor.cpp',
132 '../third_party/skia/src/utils/SkParsePath.cpp', 130 '../third_party/skia/src/utils/SkParsePath.cpp',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 '../third_party/skia/include/pdf', 381 '../third_party/skia/include/pdf',
384 '../third_party/skia/include/gpu', 382 '../third_party/skia/include/gpu',
385 '../third_party/skia/include/lazy', 383 '../third_party/skia/include/lazy',
386 '../third_party/skia/include/pathops', 384 '../third_party/skia/include/pathops',
387 '../third_party/skia/include/pipe', 385 '../third_party/skia/include/pipe',
388 '../third_party/skia/include/ports', 386 '../third_party/skia/include/ports',
389 '../third_party/skia/include/utils', 387 '../third_party/skia/include/utils',
390 ], 388 ],
391 }, 389 },
392 } 390 }
OLDNEW
« no previous file with comments | « skia/ext/benchmarking_canvas.cc ('k') | skia/skia_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698