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

Side by Side Diff: skia/skia_library.gypi

Issue 466223008: Adds skia/config/SkUserConfig.h to skia_library.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update gn files Created 6 years, 3 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 | Annotate | Revision Log
« 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '../third_party/skia/src/utils/SkThreadUtils.h', 143 '../third_party/skia/src/utils/SkThreadUtils.h',
144 '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp', 144 '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp',
145 '../third_party/skia/src/utils/SkThreadUtils_pthread.h', 145 '../third_party/skia/src/utils/SkThreadUtils_pthread.h',
146 '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp', 146 '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp',
147 '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp', 147 '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp',
148 '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp', 148 '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp',
149 '../third_party/skia/src/utils/SkThreadUtils_win.cpp', 149 '../third_party/skia/src/utils/SkThreadUtils_win.cpp',
150 '../third_party/skia/src/utils/SkThreadUtils_win.h', 150 '../third_party/skia/src/utils/SkThreadUtils_win.h',
151 '../third_party/skia/src/utils/SkTFitsIn.h', 151 '../third_party/skia/src/utils/SkTFitsIn.h',
152 '../third_party/skia/src/utils/SkTLogic.h', 152 '../third_party/skia/src/utils/SkTLogic.h',
153 'config/SkUserConfig.h',
Stephen White 2014/08/25 20:45:00 Nit: could you put this at the top of the file lis
153 154
154 #windows 155 #windows
155 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h', 156 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h',
156 '../third_party/skia/include/utils/win/SkHRESULT.h', 157 '../third_party/skia/include/utils/win/SkHRESULT.h',
157 '../third_party/skia/include/utils/win/SkIStream.h', 158 '../third_party/skia/include/utils/win/SkIStream.h',
158 '../third_party/skia/include/utils/win/SkTScopedComPtr.h', 159 '../third_party/skia/include/utils/win/SkTScopedComPtr.h',
159 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', 160 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp',
160 '../third_party/skia/src/utils/win/SkIStream.cpp', 161 '../third_party/skia/src/utils/win/SkIStream.cpp',
161 '../third_party/skia/src/utils/win/SkWGL_win.cpp', 162 '../third_party/skia/src/utils/win/SkWGL_win.cpp',
162 163
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 '../third_party/skia/include/pdf', 380 '../third_party/skia/include/pdf',
380 '../third_party/skia/include/gpu', 381 '../third_party/skia/include/gpu',
381 '../third_party/skia/include/lazy', 382 '../third_party/skia/include/lazy',
382 '../third_party/skia/include/pathops', 383 '../third_party/skia/include/pathops',
383 '../third_party/skia/include/pipe', 384 '../third_party/skia/include/pipe',
384 '../third_party/skia/include/ports', 385 '../third_party/skia/include/ports',
385 '../third_party/skia/include/utils', 386 '../third_party/skia/include/utils',
386 ], 387 ],
387 }, 388 },
388 } 389 }
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