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

Unified Diff: BUILD.gn

Issue 2062313002: Make code compile with clang_use_chrome_plugin (part IV) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: small fix Created 4 years, 6 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 | « no previous file | core/fxcodec/codec/fx_codec_progress.cpp » ('j') | xfa/fxfa/app/xfa_eventparam.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7d202f7b9c7049361e3b39a21ba0a97dd174e0dd..26b263c4bf8d76fb475956e90d9aa65f83782559 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1123,7 +1123,6 @@ if (pdf_enable_xfa) {
"xfa/fxbarcode/BC_BinaryBitmap.h",
"xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
"xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
- "xfa/fxbarcode/BC_DecoderResult.h",
"xfa/fxbarcode/BC_Dimension.cpp",
"xfa/fxbarcode/BC_Dimension.h",
"xfa/fxbarcode/BC_Library.cpp",
@@ -1377,6 +1376,7 @@ if (pdf_enable_xfa) {
"xfa/fxbarcode/qrcode/BC_QRGridSampler.h",
"xfa/fxbarcode/utils.h",
"xfa/fxfa/app/xfa_checksum.cpp",
+ "xfa/fxfa/app/xfa_eventparam.cpp",
"xfa/fxfa/app/xfa_ffapp.cpp",
"xfa/fxfa/app/xfa_ffbarcode.cpp",
"xfa/fxfa/app/xfa_ffbarcode.h",
@@ -1442,6 +1442,7 @@ if (pdf_enable_xfa) {
"xfa/fxfa/include/fxfa_basic.h",
"xfa/fxfa/include/fxfa_widget.h",
"xfa/fxfa/include/xfa_checksum.h",
+ "xfa/fxfa/include/xfa_eventparam.h",
"xfa/fxfa/include/xfa_ffapp.h",
"xfa/fxfa/include/xfa_ffdoc.h",
"xfa/fxfa/include/xfa_ffdochandler.h",
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec_progress.cpp » ('j') | xfa/fxfa/app/xfa_eventparam.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698