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

Side by Side 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: remove unused file 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 unified diff | Download patch
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec_progress.cpp » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 "xfa/fwl/theme/cfwl_scrollbartp.h", 1116 "xfa/fwl/theme/cfwl_scrollbartp.h",
1117 "xfa/fwl/theme/cfwl_utils.h", 1117 "xfa/fwl/theme/cfwl_utils.h",
1118 "xfa/fwl/theme/cfwl_widgettp.cpp", 1118 "xfa/fwl/theme/cfwl_widgettp.cpp",
1119 "xfa/fwl/theme/cfwl_widgettp.h", 1119 "xfa/fwl/theme/cfwl_widgettp.h",
1120 "xfa/fxbarcode/BC_Binarizer.cpp", 1120 "xfa/fxbarcode/BC_Binarizer.cpp",
1121 "xfa/fxbarcode/BC_Binarizer.h", 1121 "xfa/fxbarcode/BC_Binarizer.h",
1122 "xfa/fxbarcode/BC_BinaryBitmap.cpp", 1122 "xfa/fxbarcode/BC_BinaryBitmap.cpp",
1123 "xfa/fxbarcode/BC_BinaryBitmap.h", 1123 "xfa/fxbarcode/BC_BinaryBitmap.h",
1124 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp", 1124 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
1125 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", 1125 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
1126 "xfa/fxbarcode/BC_DecoderResult.h",
1127 "xfa/fxbarcode/BC_Dimension.cpp", 1126 "xfa/fxbarcode/BC_Dimension.cpp",
1128 "xfa/fxbarcode/BC_Dimension.h", 1127 "xfa/fxbarcode/BC_Dimension.h",
1129 "xfa/fxbarcode/BC_Library.cpp", 1128 "xfa/fxbarcode/BC_Library.cpp",
1130 "xfa/fxbarcode/BC_LuminanceSource.cpp", 1129 "xfa/fxbarcode/BC_LuminanceSource.cpp",
1131 "xfa/fxbarcode/BC_LuminanceSource.h", 1130 "xfa/fxbarcode/BC_LuminanceSource.h",
1132 "xfa/fxbarcode/BC_Reader.cpp", 1131 "xfa/fxbarcode/BC_Reader.cpp",
1133 "xfa/fxbarcode/BC_Reader.h", 1132 "xfa/fxbarcode/BC_Reader.h",
1134 "xfa/fxbarcode/BC_ResultPoint.cpp", 1133 "xfa/fxbarcode/BC_ResultPoint.cpp",
1135 "xfa/fxbarcode/BC_ResultPoint.h", 1134 "xfa/fxbarcode/BC_ResultPoint.h",
1136 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 1135 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 "xfa/fxbarcode/qrcode/BC_QRDetector.h", 1368 "xfa/fxbarcode/qrcode/BC_QRDetector.h",
1370 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp", 1369 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp",
1371 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h", 1370 "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h",
1372 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp", 1371 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp",
1373 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h", 1372 "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h",
1374 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", 1373 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp",
1375 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", 1374 "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h",
1376 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp", 1375 "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp",
1377 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h", 1376 "xfa/fxbarcode/qrcode/BC_QRGridSampler.h",
1378 "xfa/fxbarcode/utils.h", 1377 "xfa/fxbarcode/utils.h",
1378 "xfa/fxfa/app/cxfa_eventparam.cpp",
1379 "xfa/fxfa/app/xfa_checksum.cpp", 1379 "xfa/fxfa/app/xfa_checksum.cpp",
1380 "xfa/fxfa/app/xfa_ffapp.cpp", 1380 "xfa/fxfa/app/xfa_ffapp.cpp",
1381 "xfa/fxfa/app/xfa_ffbarcode.cpp", 1381 "xfa/fxfa/app/xfa_ffbarcode.cpp",
1382 "xfa/fxfa/app/xfa_ffbarcode.h", 1382 "xfa/fxfa/app/xfa_ffbarcode.h",
1383 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", 1383 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
1384 "xfa/fxfa/app/xfa_ffcheckbutton.h", 1384 "xfa/fxfa/app/xfa_ffcheckbutton.h",
1385 "xfa/fxfa/app/xfa_ffchoicelist.cpp", 1385 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
1386 "xfa/fxfa/app/xfa_ffchoicelist.h", 1386 "xfa/fxfa/app/xfa_ffchoicelist.h",
1387 "xfa/fxfa/app/xfa_ffdoc.cpp", 1387 "xfa/fxfa/app/xfa_ffdoc.cpp",
1388 "xfa/fxfa/app/xfa_ffdochandler.cpp", 1388 "xfa/fxfa/app/xfa_ffdochandler.cpp",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 1431 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
1432 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 1432 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
1433 "xfa/fxfa/fm2js/xfa_fmparse.cpp", 1433 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
1434 "xfa/fxfa/fm2js/xfa_fmparse.h", 1434 "xfa/fxfa/fm2js/xfa_fmparse.h",
1435 "xfa/fxfa/fm2js/xfa_lexer.cpp", 1435 "xfa/fxfa/fm2js/xfa_lexer.cpp",
1436 "xfa/fxfa/fm2js/xfa_lexer.h", 1436 "xfa/fxfa/fm2js/xfa_lexer.h",
1437 "xfa/fxfa/fm2js/xfa_program.cpp", 1437 "xfa/fxfa/fm2js/xfa_program.cpp",
1438 "xfa/fxfa/fm2js/xfa_program.h", 1438 "xfa/fxfa/fm2js/xfa_program.h",
1439 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", 1439 "xfa/fxfa/fm2js/xfa_simpleexpression.cpp",
1440 "xfa/fxfa/fm2js/xfa_simpleexpression.h", 1440 "xfa/fxfa/fm2js/xfa_simpleexpression.h",
1441 "xfa/fxfa/include/cxfa_eventparam.h",
1441 "xfa/fxfa/include/fxfa.h", 1442 "xfa/fxfa/include/fxfa.h",
1442 "xfa/fxfa/include/fxfa_basic.h", 1443 "xfa/fxfa/include/fxfa_basic.h",
1443 "xfa/fxfa/include/fxfa_widget.h", 1444 "xfa/fxfa/include/fxfa_widget.h",
1444 "xfa/fxfa/include/xfa_checksum.h", 1445 "xfa/fxfa/include/xfa_checksum.h",
1445 "xfa/fxfa/include/xfa_ffapp.h", 1446 "xfa/fxfa/include/xfa_ffapp.h",
1446 "xfa/fxfa/include/xfa_ffdoc.h", 1447 "xfa/fxfa/include/xfa_ffdoc.h",
1447 "xfa/fxfa/include/xfa_ffdochandler.h", 1448 "xfa/fxfa/include/xfa_ffdochandler.h",
1448 "xfa/fxfa/include/xfa_ffdocview.h", 1449 "xfa/fxfa/include/xfa_ffdocview.h",
1449 "xfa/fxfa/include/xfa_ffpageview.h", 1450 "xfa/fxfa/include/xfa_ffpageview.h",
1450 "xfa/fxfa/include/xfa_ffwidget.h", 1451 "xfa/fxfa/include/xfa_ffwidget.h",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 } 1707 }
1707 1708
1708 if (pdf_is_standalone) { 1709 if (pdf_is_standalone) {
1709 source_set("samples") { 1710 source_set("samples") {
1710 testonly = true 1711 testonly = true
1711 deps = [ 1712 deps = [
1712 "//samples", 1713 "//samples",
1713 ] 1714 ]
1714 } 1715 }
1715 } 1716 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec_progress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698