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

Side by Side Diff: skia/skia_library.gypi

Issue 924063003: [Favicon] Adding FallbackIconUrlParser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync, to include the fix from https://codereview.chromium.org/971623003 . Created 5 years, 9 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/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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../third_party/skia/include/utils/SkCanvasStateUtils.h', 95 '../third_party/skia/include/utils/SkCanvasStateUtils.h',
96 '../third_party/skia/include/utils/SkCubicInterval.h', 96 '../third_party/skia/include/utils/SkCubicInterval.h',
97 '../third_party/skia/include/utils/SkCullPoints.h', 97 '../third_party/skia/include/utils/SkCullPoints.h',
98 '../third_party/skia/include/utils/SkDebugUtils.h', 98 '../third_party/skia/include/utils/SkDebugUtils.h',
99 '../third_party/skia/include/utils/SkDumpCanvas.h', 99 '../third_party/skia/include/utils/SkDumpCanvas.h',
100 '../third_party/skia/include/utils/SkEventTracer.h', 100 '../third_party/skia/include/utils/SkEventTracer.h',
101 '../third_party/skia/include/utils/SkInterpolator.h', 101 '../third_party/skia/include/utils/SkInterpolator.h',
102 '../third_party/skia/include/utils/SkLayer.h', 102 '../third_party/skia/include/utils/SkLayer.h',
103 '../third_party/skia/include/utils/SkMeshUtils.h', 103 '../third_party/skia/include/utils/SkMeshUtils.h',
104 '../third_party/skia/include/utils/SkNinePatch.h', 104 '../third_party/skia/include/utils/SkNinePatch.h',
105 '../third_party/skia/include/utils/SkParse.h',
106 '../third_party/skia/include/utils/SkParsePaint.h', 105 '../third_party/skia/include/utils/SkParsePaint.h',
107 '../third_party/skia/include/utils/SkParsePath.h', 106 '../third_party/skia/include/utils/SkParsePath.h',
108 '../third_party/skia/include/utils/SkRandom.h', 107 '../third_party/skia/include/utils/SkRandom.h',
109 108
110 '../third_party/skia/src/utils/SkBitmapHasher.cpp', 109 '../third_party/skia/src/utils/SkBitmapHasher.cpp',
111 '../third_party/skia/src/utils/SkBitmapHasher.h', 110 '../third_party/skia/src/utils/SkBitmapHasher.h',
112 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', 111 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
113 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', 112 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
114 '../third_party/skia/src/utils/SkCamera.cpp', 113 '../third_party/skia/src/utils/SkCamera.cpp',
115 '../third_party/skia/src/utils/SkCanvasStack.h', 114 '../third_party/skia/src/utils/SkCanvasStack.h',
116 '../third_party/skia/src/utils/SkCubicInterval.cpp', 115 '../third_party/skia/src/utils/SkCubicInterval.cpp',
117 '../third_party/skia/src/utils/SkCullPoints.cpp', 116 '../third_party/skia/src/utils/SkCullPoints.cpp',
118 '../third_party/skia/src/utils/SkDumpCanvas.cpp', 117 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
119 '../third_party/skia/src/utils/SkFloatUtils.h', 118 '../third_party/skia/src/utils/SkFloatUtils.h',
120 '../third_party/skia/src/utils/SkInterpolator.cpp', 119 '../third_party/skia/src/utils/SkInterpolator.cpp',
121 '../third_party/skia/src/utils/SkLayer.cpp', 120 '../third_party/skia/src/utils/SkLayer.cpp',
122 '../third_party/skia/src/utils/SkMD5.cpp', 121 '../third_party/skia/src/utils/SkMD5.cpp',
123 '../third_party/skia/src/utils/SkMD5.h', 122 '../third_party/skia/src/utils/SkMD5.h',
124 '../third_party/skia/src/utils/SkMeshUtils.cpp', 123 '../third_party/skia/src/utils/SkMeshUtils.cpp',
125 '../third_party/skia/src/utils/SkNinePatch.cpp', 124 '../third_party/skia/src/utils/SkNinePatch.cpp',
126 '../third_party/skia/src/utils/SkOSFile.cpp', 125 '../third_party/skia/src/utils/SkOSFile.cpp',
127 '../third_party/skia/src/utils/SkParse.cpp',
128 '../third_party/skia/src/utils/SkParseColor.cpp',
129 '../third_party/skia/src/utils/SkParsePath.cpp', 126 '../third_party/skia/src/utils/SkParsePath.cpp',
130 '../third_party/skia/src/utils/SkPathUtils.cpp', 127 '../third_party/skia/src/utils/SkPathUtils.cpp',
131 '../third_party/skia/src/utils/SkSHA1.cpp', 128 '../third_party/skia/src/utils/SkSHA1.cpp',
132 '../third_party/skia/src/utils/SkSHA1.h', 129 '../third_party/skia/src/utils/SkSHA1.h',
133 '../third_party/skia/src/utils/SkTFitsIn.h', 130 '../third_party/skia/src/utils/SkTFitsIn.h',
134 '../third_party/skia/src/utils/SkTLogic.h', 131 '../third_party/skia/src/utils/SkTLogic.h',
135 132
136 # We don't currently need to change thread affinity, so leave out this complex ity for now. 133 # We don't currently need to change thread affinity, so leave out this complex ity for now.
137 "../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp", 134 "../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp",
138 "../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp", 135 "../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '../third_party/skia/include/pdf', 368 '../third_party/skia/include/pdf',
372 '../third_party/skia/include/gpu', 369 '../third_party/skia/include/gpu',
373 '../third_party/skia/include/lazy', 370 '../third_party/skia/include/lazy',
374 '../third_party/skia/include/pathops', 371 '../third_party/skia/include/pathops',
375 '../third_party/skia/include/pipe', 372 '../third_party/skia/include/pipe',
376 '../third_party/skia/include/ports', 373 '../third_party/skia/include/ports',
377 '../third_party/skia/include/utils', 374 '../third_party/skia/include/utils',
378 ], 375 ],
379 }, 376 },
380 } 377 }
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