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

Issue 1425153006: Fix all relative includes to third_party. (Closed)

Created:
5 years, 1 month ago by Lei Zhang
Modified:
5 years, 1 month ago
Reviewers:
Tom Sepez, Dirk Pranke
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix all relative includes to third_party. - In non-standalone builds, use the provided jpeg library. - Run gn format over all the GN files. - Also roll DEPS for buildtools to c2f2598. BUG=541704 R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/34bb6c58fe60206a08dc0a1f37b7cfe83e8c762c

Patch Set 1 #

Patch Set 2 : comments, GN formatting, DEPS roll #

Total comments: 7

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -133 lines) Patch
M BUILD.gn View 1 2 12 chunks +14 lines, -14 lines 0 comments Download
M DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/standalone.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M core/include/fpdfapi/fpdf_module.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_render.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcodec/fx_codec.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcodec/fx_codec_flate.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcrt/fx_safe_types.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxcrt/fx_system.h View 1 chunk +1 line, -1 line 0 comments Download
M core/include/fxge/fx_font.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_font/ttgsubtable.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 2 chunks +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_render/render_int.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfdoc/doc_annot.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fpdfdoc/doc_bookmark.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdftext/fpdf_text.cpp View 2 chunks +1 line, -1 line 0 comments Download
M core/src/fpdftext/fpdf_text_int.cpp View 2 chunks +1 line, -1 line 0 comments Download
M core/src/fxcodec/DEPS View 1 chunk +4 lines, -2 lines 0 comments Download
M core/src/fxcodec/codec/codec_int.h View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_flate.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/codec/fx_codec_icc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpeg.cpp View 1 chunk +7 lines, -1 line 0 comments Download
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_Context.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GrdProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_GsidProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_PddProc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SddProc.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M core/src/fxcodec/jbig2/JBig2_SymbolDict.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcodec/jbig2/JBig2_TrdProc.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/src/fxcrt/fx_basic_array.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/fx_basic_bstring.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxcrt/fx_basic_wstring.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/agg/include/fx_agg_driver.h View 1 chunk +3 lines, -3 lines 0 comments Download
M core/src/fxge/agg/src/fx_agg_driver.cpp View 1 chunk +10 lines, -9 lines 0 comments Download
M core/src/fxge/freetype/fx_freetype.c View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fxge/ge/fx_ge_path.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_actionhandler.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/src/fpdfformfill.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdfppo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/javascript/Document.cpp View 2 chunks +1 line, -1 line 0 comments Download
M fpdfsdk/src/javascript/JS_Object.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime_Stub.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/src/javascript/app.cpp View 2 chunks +1 line, -1 line 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M pdfium.gyp View 1 2 6 chunks +8 lines, -10 lines 0 comments Download
M samples/BUILD.gn View 1 4 chunks +6 lines, -10 lines 0 comments Download
M samples/fx_lpng/lpng_v163/pngstruct.h View 1 chunk +1 line, -1 line 0 comments Download
M samples/image_diff.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M samples/image_diff_png.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M samples/pdfium_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M samples/samples.gyp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M testing/embedder_test.h View 1 chunk +1 line, -1 line 0 comments Download
M testing/embedder_test.cpp View 1 chunk +1 line, -1 line 0 comments Download
M testing/test_support.h View 1 chunk +1 line, -2 lines 0 comments Download
M testing/test_support.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/BUILD.gn View 1 2 5 chunks +6 lines, -1 line 0 comments Download
M third_party/third_party.gyp View 1 2 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
Lei Zhang
The non-build files that are interesting are: core/src/fxcodec/codec/fx_codec_jpeg.cpp testing/embedder_test.cpp testing/test_support.cpp testing/test_support.h How did we end ...
5 years, 1 month ago (2015-11-05 07:48:30 UTC) #2
Tom Sepez
https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn#newcode161 BUILD.gn:161: include_dirs = [] This can be removed entirely? https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn#newcode414 ...
5 years, 1 month ago (2015-11-05 22:09:27 UTC) #3
Tom Sepez
Should the description say "to third_party" rather than "in third_party"?
5 years, 1 month ago (2015-11-05 22:13:07 UTC) #4
Lei Zhang
+dpranke for some GN advice. https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn#newcode161 BUILD.gn:161: include_dirs = [] On ...
5 years, 1 month ago (2015-11-06 00:13:37 UTC) #7
Tom Sepez
lgtm https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1425153006/diff/20001/BUILD.gn#newcode161 BUILD.gn:161: include_dirs = [] On 2015/11/06 00:13:37, Lei Zhang ...
5 years, 1 month ago (2015-11-06 00:17:19 UTC) #8
Dirk Pranke
On 2015/11/06 00:13:37, Lei Zhang wrote: > +dpranke for some GN advice. Sorry, advice on ...
5 years, 1 month ago (2015-11-06 00:17:23 UTC) #9
Lei Zhang
On 2015/11/06 00:17:23, Dirk Pranke wrote: > On 2015/11/06 00:13:37, Lei Zhang wrote: > > ...
5 years, 1 month ago (2015-11-06 00:18:12 UTC) #10
Lei Zhang
On 2015/11/06 00:18:12, Lei Zhang wrote: > or if there's some better way. Or just ...
5 years, 1 month ago (2015-11-06 00:22:13 UTC) #11
Dirk Pranke
On 2015/11/06 00:18:12, Lei Zhang wrote: > On 2015/11/06 00:17:23, Dirk Pranke wrote: > > ...
5 years, 1 month ago (2015-11-06 00:30:48 UTC) #12
Lei Zhang
5 years, 1 month ago (2015-11-06 02:39:48 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
34bb6c58fe60206a08dc0a1f37b7cfe83e8c762c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698