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

Side by Side Diff: skia/skia_library.gypi

Issue 225023031: Hack SkRecord in as an alternate recording mode in cc/resources/picture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest patches Created 6 years, 8 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
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11 # variables and defines should go in skia_common.gypi so they can be seen 11 # variables and defines should go in skia_common.gypi so they can be seen
12 # by files listed here and in skia_library_opts.gypi. 12 # by files listed here and in skia_library_opts.gypi.
13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14 { 14 {
15 'dependencies': [ 15 'dependencies': [
16 'skia_library_opts.gyp:skia_opts', 16 'skia_library_opts.gyp:skia_opts',
17 '../third_party/zlib/zlib.gyp:zlib', 17 '../third_party/zlib/zlib.gyp:zlib',
18 ], 18 ],
19 19
20 'includes': [ 20 'includes': [
21 '../third_party/skia/gyp/core.gypi', 21 '../third_party/skia/gyp/core.gypi',
22 '../third_party/skia/gyp/effects.gypi', 22 '../third_party/skia/gyp/effects.gypi',
23 '../third_party/skia/gyp/pdf.gypi', 23 '../third_party/skia/gyp/pdf.gypi',
24 ], 24 ],
25 25
26 'sources': [ 26 'sources': [
27 '../third_party/skia/src/record/SkRecordOptimizations.cpp',
28 '../third_party/skia/src/record/SkRecordDraw.cpp',
29 '../third_party/skia/src/record/SkRecorder.cpp',
30 '../third_party/skia/src/record/SkRecording.cpp',
27 # this should likely be moved into src/utils in skia 31 # this should likely be moved into src/utils in skia
28 '../third_party/skia/src/core/SkFlate.cpp', 32 '../third_party/skia/src/core/SkFlate.cpp',
29 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp', 33 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp',
30 34
31 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 35 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
32 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 36 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
33 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 37 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
34 38
35 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 39 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
36 40
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ], 122 ],
119 'include_dirs': [ 123 'include_dirs': [
120 '../third_party/skia/include/core', 124 '../third_party/skia/include/core',
121 '../third_party/skia/include/effects', 125 '../third_party/skia/include/effects',
122 '../third_party/skia/include/images', 126 '../third_party/skia/include/images',
123 '../third_party/skia/include/lazy', 127 '../third_party/skia/include/lazy',
124 '../third_party/skia/include/pathops', 128 '../third_party/skia/include/pathops',
125 '../third_party/skia/include/pdf', 129 '../third_party/skia/include/pdf',
126 '../third_party/skia/include/pipe', 130 '../third_party/skia/include/pipe',
127 '../third_party/skia/include/ports', 131 '../third_party/skia/include/ports',
132 '../third_party/skia/include/record',
128 '../third_party/skia/include/utils', 133 '../third_party/skia/include/utils',
129 '../third_party/skia/src/core', 134 '../third_party/skia/src/core',
130 '../third_party/skia/src/opts', 135 '../third_party/skia/src/opts',
131 '../third_party/skia/src/image', 136 '../third_party/skia/src/image',
132 '../third_party/skia/src/ports', 137 '../third_party/skia/src/ports',
133 '../third_party/skia/src/sfnt', 138 '../third_party/skia/src/sfnt',
134 '../third_party/skia/src/utils', 139 '../third_party/skia/src/utils',
135 '../third_party/skia/src/lazy', 140 '../third_party/skia/src/lazy',
136 ], 141 ],
137 'conditions': [ 142 'conditions': [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '../third_party/skia/include/pdf', 343 '../third_party/skia/include/pdf',
339 '../third_party/skia/include/gpu', 344 '../third_party/skia/include/gpu',
340 '../third_party/skia/include/lazy', 345 '../third_party/skia/include/lazy',
341 '../third_party/skia/include/pathops', 346 '../third_party/skia/include/pathops',
342 '../third_party/skia/include/pipe', 347 '../third_party/skia/include/pipe',
343 '../third_party/skia/include/ports', 348 '../third_party/skia/include/ports',
344 '../third_party/skia/include/utils', 349 '../third_party/skia/include/utils',
345 ], 350 ],
346 }, 351 },
347 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698