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

Issue 294793003: Add the pdf plugin's source in src\pdf. (Closed)

Created:
6 years, 7 months ago by jam
Modified:
6 years, 7 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org, tfarina
Visibility:
Public.

Description

Add the pdf plugin's source in src\pdf. I've updated gypi files to not use internal_pdf variable anymore, which was brought in from pdf repo's supplemental.gypi. R=thestig@chromium.org TBR=darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271531

Patch Set 1 : review comments #

Total comments: 2

Patch Set 2 : review comments and sync past DEPS roll to fix gyp #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15773 lines, -47 lines) Patch
M build/all.gyp View 1 2 chunks +1 line, -5 lines 0 comments Download
M build/common.gypi View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/chrome_dll_bundle.gypi View 1 3 chunks +4 lines, -11 lines 0 comments Download
M chrome/chrome_exe.gypi View 1 2 chunks +7 lines, -13 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 chunks +1 line, -5 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +0 lines, -5 lines 0 comments Download
A pdf/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
A pdf/Info.plist View 1 chunk +44 lines, -0 lines 0 comments Download
A pdf/OWNERS View 1 chunk +5 lines, -0 lines 0 comments Download
A pdf/button.h View 1 chunk +71 lines, -0 lines 0 comments Download
A pdf/button.cc View 1 chunk +179 lines, -0 lines 0 comments Download
A pdf/chunk_stream.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A pdf/chunk_stream.cc View 1 chunk +172 lines, -0 lines 0 comments Download
A pdf/control.h View 1 chunk +77 lines, -0 lines 0 comments Download
A pdf/control.cc View 1 chunk +114 lines, -0 lines 0 comments Download
A pdf/document_loader.h View 1 chunk +126 lines, -0 lines 0 comments Download
A pdf/document_loader.cc View 1 chunk +515 lines, -0 lines 0 comments Download
A pdf/draw_utils.h View 1 chunk +94 lines, -0 lines 0 comments Download
A pdf/draw_utils.cc View 1 chunk +324 lines, -0 lines 0 comments Download
A pdf/fading_control.h View 1 chunk +32 lines, -0 lines 0 comments Download
A pdf/fading_control.cc View 1 chunk +75 lines, -0 lines 0 comments Download
A pdf/fading_controls.h View 1 chunk +84 lines, -0 lines 0 comments Download
A pdf/fading_controls.cc View 1 chunk +316 lines, -0 lines 0 comments Download
A pdf/instance.h View 1 chunk +526 lines, -0 lines 0 comments Download
A pdf/instance.cc View 1 chunk +2719 lines, -0 lines 0 comments Download
A pdf/libpdf.map View 1 chunk +10 lines, -0 lines 0 comments Download
A pdf/number_image_generator.h View 1 chunk +37 lines, -0 lines 0 comments Download
A pdf/number_image_generator.cc View 1 chunk +81 lines, -0 lines 0 comments Download
A pdf/out_of_process_instance.h View 1 chunk +338 lines, -0 lines 0 comments Download
A pdf/out_of_process_instance.cc View 1 chunk +1362 lines, -0 lines 0 comments Download
A pdf/page_indicator.h View 1 chunk +72 lines, -0 lines 0 comments Download
A pdf/page_indicator.cc View 1 chunk +126 lines, -0 lines 0 comments Download
A pdf/paint_aggregator.h View 1 chunk +130 lines, -0 lines 0 comments Download
A pdf/paint_aggregator.cc View 1 chunk +263 lines, -0 lines 0 comments Download
A pdf/paint_manager.h View 1 chunk +205 lines, -0 lines 0 comments Download
A pdf/paint_manager.cc View 1 chunk +296 lines, -0 lines 0 comments Download
A pdf/pdf.h View 1 chunk +24 lines, -0 lines 1 comment Download
A pdf/pdf.cc View 1 chunk +244 lines, -0 lines 0 comments Download
A pdf/pdf.def View 1 chunk +7 lines, -0 lines 0 comments Download
A pdf/pdf.gyp View 1 chunk +181 lines, -0 lines 0 comments Download
A pdf/pdf.rc View 1 chunk +104 lines, -0 lines 0 comments Download
A pdf/pdf_engine.h View 1 chunk +319 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_assert_matching_enums.cc View 1 chunk +207 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_engine.h View 1 chunk +621 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_engine.cc View 1 chunk +3389 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_mem_buffer_file_read.h View 1 chunk +30 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_mem_buffer_file_read.cc View 1 chunk +34 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_mem_buffer_file_write.h View 1 chunk +34 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_mem_buffer_file_write.cc View 1 chunk +33 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_page.h View 1 chunk +136 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_page.cc View 1 chunk +478 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_range.h View 1 chunk +54 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_range.cc View 1 chunk +79 lines, -0 lines 0 comments Download
A pdf/pdfium/pdfium_test.cc View 1 chunk +312 lines, -0 lines 0 comments Download
A pdf/preview_mode_client.h View 1 chunk +77 lines, -0 lines 0 comments Download
A pdf/preview_mode_client.cc View 1 chunk +162 lines, -0 lines 0 comments Download
A pdf/progress_control.h View 1 chunk +72 lines, -0 lines 0 comments Download
A pdf/progress_control.cc View 1 chunk +283 lines, -0 lines 0 comments Download
A pdf/resource.h View 1 chunk +14 lines, -0 lines 0 comments Download
A pdf/resource_consts.h View 1 chunk +49 lines, -0 lines 0 comments Download
A pdf/thumbnail_control.h View 1 chunk +67 lines, -0 lines 0 comments Download
A pdf/thumbnail_control.cc View 1 chunk +301 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jam
The only changes I made to src/pdf were: -add OWNERS and DEPS files -updated a ...
6 years, 7 months ago (2014-05-19 23:16:36 UTC) #1
Lei Zhang
https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (left): https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi#oldcode1775 chrome/chrome_tests.gypi:1775: '../pdf/pdf.gyp:pdf', No longer needed? Don't we have pdf browser ...
6 years, 7 months ago (2014-05-19 23:26:42 UTC) #2
jam
https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (left): https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi#oldcode1775 chrome/chrome_tests.gypi:1775: '../pdf/pdf.gyp:pdf', On 2014/05/19 23:26:43, Lei Zhang wrote: > No ...
6 years, 7 months ago (2014-05-19 23:57:40 UTC) #3
jam
+darin for owners stamp of "new" top level directory
6 years, 7 months ago (2014-05-20 00:04:58 UTC) #4
Lei Zhang
lgtm https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (left): https://codereview.chromium.org/294793003/diff/30001/chrome/chrome_tests.gypi#oldcode1775 chrome/chrome_tests.gypi:1775: '../pdf/pdf.gyp:pdf', On 2014/05/19 23:57:40, jam wrote: > On ...
6 years, 7 months ago (2014-05-20 00:13:09 UTC) #5
jam
https://codereview.chromium.org/294793003/diff/50001/pdf/chunk_stream.h File pdf/chunk_stream.h (right): https://codereview.chromium.org/294793003/diff/50001/pdf/chunk_stream.h#newcode9 pdf/chunk_stream.h:9: #include <stddef.h> On 2014/05/20 00:13:10, Lei Zhang wrote: > ...
6 years, 7 months ago (2014-05-20 00:20:32 UTC) #6
tfarina
https://codereview.chromium.org/294793003/diff/70001/pdf/pdf.h File pdf/pdf.h (right): https://codereview.chromium.org/294793003/diff/70001/pdf/pdf.h#newcode18 pdf/pdf.h:18: virtual bool Init(); Are we going to work on ...
6 years, 7 months ago (2014-05-20 20:33:07 UTC) #7
Lei Zhang
On 2014/05/20 20:33:07, tfarina wrote: > https://codereview.chromium.org/294793003/diff/70001/pdf/pdf.h > File pdf/pdf.h (right): > > https://codereview.chromium.org/294793003/diff/70001/pdf/pdf.h#newcode18 > ...
6 years, 7 months ago (2014-05-20 20:40:11 UTC) #8
tfarina
On Tue, May 20, 2014 at 5:40 PM, <thestig@chromium.org> wrote: > On 2014/05/20 20:33:07, tfarina ...
6 years, 7 months ago (2014-05-20 20:43:58 UTC) #9
Lei Zhang
6 years, 7 months ago (2014-05-20 20:48:47 UTC) #10
Message was sent while issue was closed.
On 2014/05/20 20:43:58, tfarina wrote:
> I'm commenting on a file that is Chromium:
> https://chromium.googlesource.com/chromium/chromium/+/trunk/pdf/pdf.h

Oh, sorry, wasn't paying full attention. I defer to jam@ then.

Powered by Google App Engine
This is Rietveld 408576698