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

Side by Side Diff: pdf/pdf.gyp

Issue 847703003: Refactor to move chrome_page_zoom functions to components/ui/zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac compile. Created 5 years, 11 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 | « pdf/instance.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « pdf/instance.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698