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

Unified Diff: pdf/pdf.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf.gyp
diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp
deleted file mode 100644
index 124d51ee2218857ecf1e894fe6493e73fc0a9ff0..0000000000000000000000000000000000000000
--- a/pdf/pdf.gyp
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- 'variables': {
- 'chromium_code': 1,
- 'pdf_enable_xfa%': 0,
- 'pdf_engine%': 0, # 0 PDFium
- },
- 'targets': [
- {
- 'target_name': 'pdf',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../gin/gin.gyp:gin',
- '../net/net.gyp:net',
- '../ppapi/ppapi.gyp:ppapi_cpp_objects',
- '../ppapi/ppapi.gyp:ppapi_internal_module',
- '../ui/base/ui_base.gyp:ui_base',
- ],
- 'ldflags': [ '-L<(PRODUCT_DIR)',],
- 'sources': [
- 'chunk_stream.h',
- 'chunk_stream.cc',
- 'document_loader.h',
- 'document_loader.cc',
- 'draw_utils.cc',
- 'draw_utils.h',
- 'out_of_process_instance.cc',
- 'out_of_process_instance.h',
- 'paint_aggregator.cc',
- 'paint_aggregator.h',
- 'paint_manager.cc',
- 'paint_manager.h',
- 'pdf.cc',
- 'pdf.h',
- 'pdf_engine.h',
- 'preview_mode_client.cc',
- 'preview_mode_client.h',
- ],
- 'conditions': [
- ['pdf_engine==0', {
- 'dependencies': [
- '../third_party/pdfium/pdfium.gyp:pdfium',
- ],
- 'sources': [
- 'pdfium/pdfium_api_string_buffer_adapter.cc',
- 'pdfium/pdfium_api_string_buffer_adapter.h',
- 'pdfium/pdfium_assert_matching_enums.cc',
- 'pdfium/pdfium_engine.cc',
- 'pdfium/pdfium_engine.h',
- 'pdfium/pdfium_mem_buffer_file_read.cc',
- 'pdfium/pdfium_mem_buffer_file_read.h',
- 'pdfium/pdfium_mem_buffer_file_write.cc',
- 'pdfium/pdfium_mem_buffer_file_write.h',
- 'pdfium/pdfium_page.cc',
- 'pdfium/pdfium_page.h',
- 'pdfium/pdfium_range.cc',
- 'pdfium/pdfium_range.h',
- ],
- }],
- ['pdf_enable_xfa==1', {
- 'defines': [
- 'PDF_ENABLE_XFA',
- ]
- }],
- ['OS=="win"', {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698