| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../chrome/browser/chrome_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_api_string_buffer_adapter.cc', |
| 75 'pdfium/pdfium_api_string_buffer_adapter.h', |
| 74 'pdfium/pdfium_assert_matching_enums.cc', | 76 'pdfium/pdfium_assert_matching_enums.cc', |
| 75 'pdfium/pdfium_engine.cc', | 77 'pdfium/pdfium_engine.cc', |
| 76 'pdfium/pdfium_engine.h', | 78 'pdfium/pdfium_engine.h', |
| 77 'pdfium/pdfium_mem_buffer_file_read.cc', | 79 'pdfium/pdfium_mem_buffer_file_read.cc', |
| 78 'pdfium/pdfium_mem_buffer_file_read.h', | 80 'pdfium/pdfium_mem_buffer_file_read.h', |
| 79 'pdfium/pdfium_mem_buffer_file_write.cc', | 81 'pdfium/pdfium_mem_buffer_file_write.cc', |
| 80 'pdfium/pdfium_mem_buffer_file_write.h', | 82 'pdfium/pdfium_mem_buffer_file_write.h', |
| 81 'pdfium/pdfium_page.cc', | 83 'pdfium/pdfium_page.cc', |
| 82 'pdfium/pdfium_page.h', | 84 'pdfium/pdfium_page.h', |
| 83 'pdfium/pdfium_range.cc', | 85 'pdfium/pdfium_range.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 '--input_symbol', '<(PRODUCT_DIR)/pdf.dll.pdb', | 193 '--input_symbol', '<(PRODUCT_DIR)/pdf.dll.pdb', |
| 192 '--destination_dir', '<(dest_dir)', | 194 '--destination_dir', '<(dest_dir)', |
| 193 ], | 195 ], |
| 194 }, | 196 }, |
| 195 ], | 197 ], |
| 196 }, | 198 }, |
| 197 ], | 199 ], |
| 198 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 | 200 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 |
| 199 ], | 201 ], |
| 200 } | 202 } |
| OLD | NEW |