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

Side by Side Diff: skia/skia_library.gypi

Issue 1647953006: Add include/client/android to skia .gn & .gypi files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../third_party/skia/src/utils/win/SkIStream.cpp', 83 '../third_party/skia/src/utils/win/SkIStream.cpp',
84 '../third_party/skia/src/utils/win/SkWGL_win.cpp', 84 '../third_party/skia/src/utils/win/SkWGL_win.cpp',
85 85
86 #testing 86 #testing
87 '../third_party/skia/src/fonts/SkGScalerContext.cpp', 87 '../third_party/skia/src/fonts/SkGScalerContext.cpp',
88 ], 88 ],
89 89
90 'include_dirs': [ 90 'include_dirs': [
91 '../third_party/skia/include/c', 91 '../third_party/skia/include/c',
92 '../third_party/skia/include/core', 92 '../third_party/skia/include/core',
93 '../third_party/skia/include/client/android',
93 '../third_party/skia/include/effects', 94 '../third_party/skia/include/effects',
94 '../third_party/skia/include/images', 95 '../third_party/skia/include/images',
95 '../third_party/skia/include/lazy', 96 '../third_party/skia/include/lazy',
96 '../third_party/skia/include/pathops', 97 '../third_party/skia/include/pathops',
97 '../third_party/skia/include/pdf', 98 '../third_party/skia/include/pdf',
98 '../third_party/skia/include/pipe', 99 '../third_party/skia/include/pipe',
99 '../third_party/skia/include/ports', 100 '../third_party/skia/include/ports',
100 '../third_party/skia/include/private', 101 '../third_party/skia/include/private',
101 '../third_party/skia/include/utils', 102 '../third_party/skia/include/utils',
102 '../third_party/skia/src/core', 103 '../third_party/skia/src/core',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '../third_party/skia/include/pdf', 305 '../third_party/skia/include/pdf',
305 '../third_party/skia/include/gpu', 306 '../third_party/skia/include/gpu',
306 '../third_party/skia/include/lazy', 307 '../third_party/skia/include/lazy',
307 '../third_party/skia/include/pathops', 308 '../third_party/skia/include/pathops',
308 '../third_party/skia/include/pipe', 309 '../third_party/skia/include/pipe',
309 '../third_party/skia/include/ports', 310 '../third_party/skia/include/ports',
310 '../third_party/skia/include/utils', 311 '../third_party/skia/include/utils',
311 ], 312 ],
312 }, 313 },
313 } 314 }
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