OLD | NEW |
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'pdf.rc', | 58 'pdf.rc', |
59 'progress_control.cc', | 59 'progress_control.cc', |
60 'progress_control.h', | 60 'progress_control.h', |
61 'pdf_engine.h', | 61 'pdf_engine.h', |
62 'preview_mode_client.cc', | 62 'preview_mode_client.cc', |
63 'preview_mode_client.h', | 63 'preview_mode_client.h', |
64 'resource.h', | 64 'resource.h', |
65 'resource_consts.h', | 65 'resource_consts.h', |
66 'thumbnail_control.cc', | 66 'thumbnail_control.cc', |
67 'thumbnail_control.h', | 67 'thumbnail_control.h', |
68 '../chrome/browser/chrome_page_zoom_constants.cc', | 68 '../components/ui/zoom/page_zoom_constants.cc', |
69 '../content/common/page_zoom.cc', | 69 '../content/common/page_zoom.cc', |
70 ], | 70 ], |
71 'conditions': [ | 71 'conditions': [ |
72 ['pdf_engine==0', { | 72 ['pdf_engine==0', { |
73 'sources': [ | 73 'sources': [ |
74 'pdfium/pdfium_assert_matching_enums.cc', | 74 'pdfium/pdfium_assert_matching_enums.cc', |
75 'pdfium/pdfium_engine.cc', | 75 'pdfium/pdfium_engine.cc', |
76 'pdfium/pdfium_engine.h', | 76 'pdfium/pdfium_engine.h', |
77 'pdfium/pdfium_mem_buffer_file_read.cc', | 77 'pdfium/pdfium_mem_buffer_file_read.cc', |
78 'pdfium/pdfium_mem_buffer_file_read.h', | 78 'pdfium/pdfium_mem_buffer_file_read.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 '--input_symbol', '<(PRODUCT_DIR)/pdf.dll.pdb', | 191 '--input_symbol', '<(PRODUCT_DIR)/pdf.dll.pdb', |
192 '--destination_dir', '<(dest_dir)', | 192 '--destination_dir', '<(dest_dir)', |
193 ], | 193 ], |
194 }, | 194 }, |
195 ], | 195 ], |
196 }, | 196 }, |
197 ], | 197 ], |
198 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 | 198 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 |
199 ], | 199 ], |
200 } | 200 } |
OLD | NEW |