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

Side by Side Diff: pdf/BUILD.gn

Issue 899033002: Revert of Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/utility/printing_handler.cc ('k') | pdf/Info.plist » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 pdf_engine = 0 # 0 PDFium 5 pdf_engine = 0 # 0 PDFium
6 6
7 static_library("pdf") { 7 # TODO(GYP) need support for loadable modules
8 shared_library("pdf") {
8 sources = [ 9 sources = [
9 "button.h", 10 "button.h",
10 "button.cc", 11 "button.cc",
11 "chunk_stream.h", 12 "chunk_stream.h",
12 "chunk_stream.cc", 13 "chunk_stream.cc",
13 "control.h", 14 "control.h",
14 "control.cc", 15 "control.cc",
15 "document_loader.h", 16 "document_loader.h",
16 "document_loader.cc", 17 "document_loader.cc",
17 "draw_utils.cc", 18 "draw_utils.cc",
18 "draw_utils.h", 19 "draw_utils.h",
19 "fading_control.cc", 20 "fading_control.cc",
20 "fading_control.h", 21 "fading_control.h",
21 "fading_controls.cc", 22 "fading_controls.cc",
22 "fading_controls.h", 23 "fading_controls.h",
23 "instance.cc", 24 "instance.cc",
24 "instance.h", 25 "instance.h",
25 "number_image_generator.cc", 26 "number_image_generator.cc",
26 "number_image_generator.h", 27 "number_image_generator.h",
27 "out_of_process_instance.cc", 28 "out_of_process_instance.cc",
28 "out_of_process_instance.h", 29 "out_of_process_instance.h",
29 "page_indicator.cc", 30 "page_indicator.cc",
30 "page_indicator.h", 31 "page_indicator.h",
31 "paint_aggregator.cc", 32 "paint_aggregator.cc",
32 "paint_aggregator.h", 33 "paint_aggregator.h",
33 "paint_manager.cc", 34 "paint_manager.cc",
34 "paint_manager.h", 35 "paint_manager.h",
35 "pdf.cc", 36 "pdf.cc",
36 "pdf.h", 37 "pdf.h",
38 "pdf.rc",
37 "progress_control.cc", 39 "progress_control.cc",
38 "progress_control.h", 40 "progress_control.h",
39 "pdf_engine.h", 41 "pdf_engine.h",
40 "preview_mode_client.cc", 42 "preview_mode_client.cc",
41 "preview_mode_client.h", 43 "preview_mode_client.h",
42 "resource.h", 44 "resource.h",
43 "resource_consts.h", 45 "resource_consts.h",
44 "thumbnail_control.cc", 46 "thumbnail_control.cc",
45 "thumbnail_control.h", 47 "thumbnail_control.h",
48 "../components/ui/zoom/page_zoom_constants.cc",
49 "../content/common/page_zoom.cc",
46 ] 50 ]
47 51
48 if (pdf_engine == 0) { 52 if (pdf_engine == 0) {
49 sources += [ 53 sources += [
50 "pdfium/pdfium_api_string_buffer_adapter.cc", 54 "pdfium/pdfium_api_string_buffer_adapter.cc",
51 "pdfium/pdfium_api_string_buffer_adapter.h", 55 "pdfium/pdfium_api_string_buffer_adapter.h",
52 "pdfium/pdfium_assert_matching_enums.cc", 56 "pdfium/pdfium_assert_matching_enums.cc",
53 "pdfium/pdfium_engine.cc", 57 "pdfium/pdfium_engine.cc",
54 "pdfium/pdfium_engine.h", 58 "pdfium/pdfium_engine.h",
55 "pdfium/pdfium_mem_buffer_file_read.cc", 59 "pdfium/pdfium_mem_buffer_file_read.cc",
56 "pdfium/pdfium_mem_buffer_file_read.h", 60 "pdfium/pdfium_mem_buffer_file_read.h",
57 "pdfium/pdfium_mem_buffer_file_write.cc", 61 "pdfium/pdfium_mem_buffer_file_write.cc",
58 "pdfium/pdfium_mem_buffer_file_write.h", 62 "pdfium/pdfium_mem_buffer_file_write.h",
59 "pdfium/pdfium_page.cc", 63 "pdfium/pdfium_page.cc",
60 "pdfium/pdfium_page.h", 64 "pdfium/pdfium_page.h",
61 "pdfium/pdfium_range.cc", 65 "pdfium/pdfium_range.cc",
62 "pdfium/pdfium_range.h", 66 "pdfium/pdfium_range.h",
63 ] 67 ]
64 } 68 }
65 69
66 if (is_win) { 70 if (is_win) {
71 defines = [ "COMPILE_CONTENT_STATICALLY" ]
67 cflags = [ "/wd4267" ] # TODO(jschuh) size_t to int truncations. 72 cflags = [ "/wd4267" ] # TODO(jschuh) size_t to int truncations.
68 } 73 }
69 74
75 if (is_mac) {
76 # TODO(GYP)
77 #'mac_bundle': 1,
78 #'product_name': 'PDF',
79 #'product_extension': 'plugin',
80 ## Strip the shipping binary of symbols so "Foxit" doesn't appear in
81 ## the binary. Symbols are stored in a separate .dSYM.
82 #'variables': {
83 # 'mac_real_dsym': 1,
84 #},
85 #'sources+': [
86 # 'Info.plist'
87 #]
88 #'xcode_settings': {
89 # 'INFOPLIST_FILE': 'Info.plist',
90 #},
91 }
92
70 deps = [ 93 deps = [
71 "//base", 94 "//base",
72 "//components/ui/zoom:ui_zoom",
73 "//content/public/common",
74 "//net", 95 "//net",
75 "//ppapi:ppapi_internal_module", 96 "//ppapi:ppapi_cpp",
76 "//third_party/pdfium", 97 "//third_party/pdfium",
77 ] 98 ]
78 } 99 }
100 # TODO(GYP) pdf_linux_symbols target.
OLDNEW
« no previous file with comments | « chrome/utility/printing_handler.cc ('k') | pdf/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698