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

Side by Side Diff: pdf/pdf.gyp

Issue 317803005: Add function to document_loader to get PDF as pp::FileRef (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/file_writer.cc ('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 },
(...skipping 23 matching lines...) Expand all
34 'control.h', 34 'control.h',
35 'control.cc', 35 'control.cc',
36 'document_loader.h', 36 'document_loader.h',
37 'document_loader.cc', 37 'document_loader.cc',
38 'draw_utils.cc', 38 'draw_utils.cc',
39 'draw_utils.h', 39 'draw_utils.h',
40 'fading_control.cc', 40 'fading_control.cc',
41 'fading_control.h', 41 'fading_control.h',
42 'fading_controls.cc', 42 'fading_controls.cc',
43 'fading_controls.h', 43 'fading_controls.h',
44 'file_writer.cc',
45 'file_writer.h',
44 'instance.cc', 46 'instance.cc',
45 'instance.h', 47 'instance.h',
46 'number_image_generator.cc', 48 'number_image_generator.cc',
47 'number_image_generator.h', 49 'number_image_generator.h',
48 'out_of_process_instance.cc', 50 'out_of_process_instance.cc',
49 'out_of_process_instance.h', 51 'out_of_process_instance.h',
50 'page_indicator.cc', 52 'page_indicator.cc',
51 'page_indicator.h', 53 'page_indicator.h',
52 'paint_aggregator.cc', 54 'paint_aggregator.cc',
53 'paint_aggregator.h', 55 'paint_aggregator.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'pdf', 162 'pdf',
161 '../breakpad/breakpad.gyp:dump_syms', 163 '../breakpad/breakpad.gyp:dump_syms',
162 ], 164 ],
163 }], 165 }],
164 ], 166 ],
165 }, 167 },
166 ], 168 ],
167 },], # OS=="linux" and chromeos==0 169 },], # OS=="linux" and chromeos==0
168 ], 170 ],
169 } 171 }
OLDNEW
« no previous file with comments | « pdf/file_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698