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

Side by Side Diff: gyp/pdf.gyp

Issue 1259653004: remove flags that control no code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « gyp/common.gypi ('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 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # This file builds the PDF backend. 5 # This file builds the PDF backend.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'pdf', 9 'target_name': 'pdf',
10 'product_name': 'skia_pdf', 10 'product_name': 'skia_pdf',
(...skipping 27 matching lines...) Expand all
38 'external/sfntly/cpp/src', 38 'external/sfntly/cpp/src',
39 ], 39 ],
40 'libraries': [ 40 'libraries': [
41 'libsfntly.a', 41 'libsfntly.a',
42 '-licuuc', 42 '-licuuc',
43 '-licui18n', 43 '-licui18n',
44 ], 44 ],
45 } 45 }
46 ], 46 ],
47 ], 47 ],
48 # This section makes all targets that depend on this target
49 # #define SK_SUPPORT_PDF and have access to the pdf header files.
50 'direct_dependent_settings': { 48 'direct_dependent_settings': {
51 'defines': [
52 'SK_SUPPORT_PDF',
53 ],
54 'include_dirs': [ 49 'include_dirs': [
55 '../include/core', # SkDocument.h 50 '../include/core', # SkDocument.h
56 ], 51 ],
57 }, 52 },
58 }, 53 },
59 ], 54 ],
60 } 55 }
OLDNEW
« no previous file with comments | « gyp/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698