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

Side by Side Diff: pdf/pdf.gyp

Issue 315313002: Roll pdfium, add GN build for pdf and pdfium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « pdf/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 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 'pdf_engine%': 0, # 0 PDFium 4 'pdf_engine%': 0, # 0 PDFium
5 }, 5 },
6 'target_defaults': { 6 'target_defaults': {
7 'cflags': [ 7 'cflags': [
8 '-fPIC', 8 '-fPIC',
9 ], 9 ],
10 }, 10 },
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'pdf', 13 'target_name': 'pdf',
14 'type': 'loadable_module', 14 'type': 'loadable_module',
15 'msvs_guid': '647863C0-C7A3-469A-B1ED-AD7283C34BED', 15 'msvs_guid': '647863C0-C7A3-469A-B1ED-AD7283C34BED',
16 'dependencies': [ 16 'dependencies': [
17 '../base/base.gyp:base', 17 '../base/base.gyp:base',
18 '../net/net.gyp:net', 18 '../net/net.gyp:net',
19 '../ppapi/ppapi.gyp:ppapi_cpp', 19 '../ppapi/ppapi.gyp:ppapi_cpp',
20 '../third_party/pdfium/pdfium.gyp:fpdfsdk', 20 '../third_party/pdfium/pdfium.gyp:pdfium',
21 ], 21 ],
22 'xcode_settings': { 22 'xcode_settings': {
23 'INFOPLIST_FILE': 'Info.plist', 23 'INFOPLIST_FILE': 'Info.plist',
24 }, 24 },
25 'mac_framework_dirs': [ 25 'mac_framework_dirs': [
26 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks', 26 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks',
27 ], 27 ],
28 'ldflags': [ '-L<(PRODUCT_DIR)',], 28 'ldflags': [ '-L<(PRODUCT_DIR)',],
29 'sources': [ 29 'sources': [
30 'button.h', 30 'button.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'pdf', 160 'pdf',
161 '../breakpad/breakpad.gyp:dump_syms', 161 '../breakpad/breakpad.gyp:dump_syms',
162 ], 162 ],
163 }], 163 }],
164 ], 164 ],
165 }, 165 },
166 ], 166 ],
167 },], # OS=="linux" and chromeos==0 167 },], # OS=="linux" and chromeos==0
168 ], 168 ],
169 } 169 }
OLDNEW
« no previous file with comments | « pdf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698