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

Side by Side Diff: skia/skia_library.gypi

Issue 1971023007: Make the Skia GN build work. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: self review Created 4 years, 7 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/skia_gn_files.gypi ('k') | skia/skia_pdfium.gypi » ('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 PDFium-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/third_party.gyp:fx_zlib', 17 '../third_party/third_party.gyp:fx_zlib',
18 ], 18 ],
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 '../third_party/skia/include/pdf', 298 '../third_party/skia/include/pdf',
299 '../third_party/skia/include/gpu', 299 '../third_party/skia/include/gpu',
300 '../third_party/skia/include/lazy', 300 '../third_party/skia/include/lazy',
301 '../third_party/skia/include/pathops', 301 '../third_party/skia/include/pathops',
302 '../third_party/skia/include/pipe', 302 '../third_party/skia/include/pipe',
303 '../third_party/skia/include/ports', 303 '../third_party/skia/include/ports',
304 '../third_party/skia/include/utils', 304 '../third_party/skia/include/utils',
305 ], 305 ],
306 }, 306 },
307 } 307 }
OLDNEW
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | skia/skia_pdfium.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698