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

Side by Side Diff: BUILD.gn

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/fdrm/crypto/include/fx_crypt.h » ('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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "core/fxcrt/fx_basic_buffer.cpp", 568 "core/fxcrt/fx_basic_buffer.cpp",
569 "core/fxcrt/fx_basic_coords.cpp", 569 "core/fxcrt/fx_basic_coords.cpp",
570 "core/fxcrt/fx_basic_gcc.cpp", 570 "core/fxcrt/fx_basic_gcc.cpp",
571 "core/fxcrt/fx_basic_list.cpp", 571 "core/fxcrt/fx_basic_list.cpp",
572 "core/fxcrt/fx_basic_memmgr.cpp", 572 "core/fxcrt/fx_basic_memmgr.cpp",
573 "core/fxcrt/fx_basic_plex.cpp", 573 "core/fxcrt/fx_basic_plex.cpp",
574 "core/fxcrt/fx_basic_utf.cpp", 574 "core/fxcrt/fx_basic_utf.cpp",
575 "core/fxcrt/fx_basic_util.cpp", 575 "core/fxcrt/fx_basic_util.cpp",
576 "core/fxcrt/fx_basic_wstring.cpp", 576 "core/fxcrt/fx_basic_wstring.cpp",
577 "core/fxcrt/fx_bidi.cpp", 577 "core/fxcrt/fx_bidi.cpp",
578 "core/fxcrt/fx_bidi.h",
578 "core/fxcrt/fx_extension.cpp", 579 "core/fxcrt/fx_extension.cpp",
579 "core/fxcrt/fx_ucddata.cpp", 580 "core/fxcrt/fx_ucddata.cpp",
580 "core/fxcrt/fx_unicode.cpp", 581 "core/fxcrt/fx_unicode.cpp",
581 "core/fxcrt/fx_xml_composer.cpp", 582 "core/fxcrt/fx_xml_composer.cpp",
582 "core/fxcrt/fx_xml_parser.cpp", 583 "core/fxcrt/fx_xml_parser.cpp",
583 "core/fxcrt/fxcrt_platforms.cpp", 584 "core/fxcrt/fxcrt_platforms.cpp",
584 "core/fxcrt/fxcrt_platforms.h", 585 "core/fxcrt/fxcrt_platforms.h",
585 "core/fxcrt/fxcrt_posix.cpp", 586 "core/fxcrt/fxcrt_posix.cpp",
586 "core/fxcrt/fxcrt_posix.h", 587 "core/fxcrt/fxcrt_posix.h",
587 "core/fxcrt/fxcrt_stream.cpp", 588 "core/fxcrt/fxcrt_stream.cpp",
588 "core/fxcrt/fxcrt_windows.cpp", 589 "core/fxcrt/fxcrt_windows.cpp",
589 "core/fxcrt/fxcrt_windows.h", 590 "core/fxcrt/fxcrt_windows.h",
591 "core/fxcrt/include/fx_basic.h",
592 "core/fxcrt/include/fx_coordinates.h",
593 "core/fxcrt/include/fx_ext.h",
594 "core/fxcrt/include/fx_memory.h",
595 "core/fxcrt/include/fx_safe_types.h",
596 "core/fxcrt/include/fx_stream.h",
597 "core/fxcrt/include/fx_string.h",
598 "core/fxcrt/include/fx_system.h",
599 "core/fxcrt/include/fx_ucd.h",
600 "core/fxcrt/include/fx_xml.h",
590 "core/fxcrt/plex.h", 601 "core/fxcrt/plex.h",
591 "core/fxcrt/xml_int.h", 602 "core/fxcrt/xml_int.h",
592 "core/include/fxcrt/fx_basic.h",
593 "core/include/fxcrt/fx_bidi.h",
594 "core/include/fxcrt/fx_coordinates.h",
595 "core/include/fxcrt/fx_ext.h",
596 "core/include/fxcrt/fx_memory.h",
597 "core/include/fxcrt/fx_safe_types.h",
598 "core/include/fxcrt/fx_stream.h",
599 "core/include/fxcrt/fx_string.h",
600 "core/include/fxcrt/fx_system.h",
601 "core/include/fxcrt/fx_ucd.h",
602 "core/include/fxcrt/fx_xml.h",
603 ] 603 ]
604 if (pdf_enable_xfa) { 604 if (pdf_enable_xfa) {
605 sources += [ 605 sources += [
606 "core/fxcrt/fx_arabic.cpp", 606 "core/fxcrt/fx_arabic.cpp",
607 "core/fxcrt/fx_arabic.h", 607 "core/fxcrt/fx_arabic.h",
608 "core/fxcrt/fx_basic_maps.cpp", 608 "core/fxcrt/fx_basic_maps.cpp",
609 "core/include/fxcrt/fx_arb.h", 609 "core/fxcrt/include/fx_arb.h",
610 ] 610 ]
611 } 611 }
612 configs += [ ":pdfium_config" ] 612 configs += [ ":pdfium_config" ]
613 } 613 }
614 614
615 static_library("fxge") { 615 static_library("fxge") {
616 deps = [ 616 deps = [
617 "third_party:fx_agg", 617 "third_party:fx_agg",
618 ] 618 ]
619 sources = [ 619 sources = [
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "xfa/fxbarcode/BC_ResultPoint.h", 1048 "xfa/fxbarcode/BC_ResultPoint.h",
1049 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 1049 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
1050 "xfa/fxbarcode/BC_TwoDimWriter.h", 1050 "xfa/fxbarcode/BC_TwoDimWriter.h",
1051 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", 1051 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
1052 "xfa/fxbarcode/BC_UtilCodingConvert.h", 1052 "xfa/fxbarcode/BC_UtilCodingConvert.h",
1053 "xfa/fxbarcode/BC_UtilRSS.cpp", 1053 "xfa/fxbarcode/BC_UtilRSS.cpp",
1054 "xfa/fxbarcode/BC_UtilRSS.h", 1054 "xfa/fxbarcode/BC_UtilRSS.h",
1055 "xfa/fxbarcode/BC_Utils.cpp", 1055 "xfa/fxbarcode/BC_Utils.cpp",
1056 "xfa/fxbarcode/BC_Writer.cpp", 1056 "xfa/fxbarcode/BC_Writer.cpp",
1057 "xfa/fxbarcode/BC_Writer.h", 1057 "xfa/fxbarcode/BC_Writer.h",
1058 "xfa/fxbarcode/cbc_codabar.cpp",
1059 "xfa/fxbarcode/cbc_codabar.h",
1060 "xfa/fxbarcode/cbc_code128.cpp",
1061 "xfa/fxbarcode/cbc_code128.h",
1062 "xfa/fxbarcode/cbc_code39.cpp",
1063 "xfa/fxbarcode/cbc_code39.h",
1064 "xfa/fxbarcode/cbc_codebase.cpp",
1065 "xfa/fxbarcode/cbc_codebase.h",
1066 "xfa/fxbarcode/cbc_datamatrix.cpp",
1067 "xfa/fxbarcode/cbc_datamatrix.h",
1068 "xfa/fxbarcode/cbc_ean13.cpp",
1069 "xfa/fxbarcode/cbc_ean13.h",
1070 "xfa/fxbarcode/cbc_ean8.cpp",
1071 "xfa/fxbarcode/cbc_ean8.h",
1072 "xfa/fxbarcode/cbc_onecode.cpp",
1073 "xfa/fxbarcode/cbc_onecode.h",
1074 "xfa/fxbarcode/cbc_pdf417i.cpp",
1075 "xfa/fxbarcode/cbc_pdf417i.h",
1076 "xfa/fxbarcode/cbc_qrcode.cpp",
1077 "xfa/fxbarcode/cbc_qrcode.h",
1078 "xfa/fxbarcode/cbc_upca.cpp",
1079 "xfa/fxbarcode/cbc_upca.h",
1058 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", 1080 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
1059 "xfa/fxbarcode/common/BC_CommonBitArray.h", 1081 "xfa/fxbarcode/common/BC_CommonBitArray.h",
1060 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", 1082 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
1061 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", 1083 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
1062 "xfa/fxbarcode/common/BC_CommonBitSource.cpp", 1084 "xfa/fxbarcode/common/BC_CommonBitSource.cpp",
1063 "xfa/fxbarcode/common/BC_CommonBitSource.h", 1085 "xfa/fxbarcode/common/BC_CommonBitSource.h",
1064 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", 1086 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
1065 "xfa/fxbarcode/common/BC_CommonByteArray.h", 1087 "xfa/fxbarcode/common/BC_CommonByteArray.h",
1066 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", 1088 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
1067 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", 1089 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", 1144 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp",
1123 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", 1145 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
1124 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", 1146 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp",
1125 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", 1147 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h",
1126 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", 1148 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp",
1127 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", 1149 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h",
1128 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", 1150 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp",
1129 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", 1151 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
1130 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", 1152 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
1131 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", 1153 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
1154 "xfa/fxbarcode/include/BC_Library.h",
1132 "xfa/fxbarcode/oned/BC_OneDReader.cpp", 1155 "xfa/fxbarcode/oned/BC_OneDReader.cpp",
1133 "xfa/fxbarcode/oned/BC_OneDReader.h", 1156 "xfa/fxbarcode/oned/BC_OneDReader.h",
1134 "xfa/fxbarcode/oned/BC_OneDimReader.cpp", 1157 "xfa/fxbarcode/oned/BC_OneDimReader.cpp",
1135 "xfa/fxbarcode/oned/BC_OneDimReader.h", 1158 "xfa/fxbarcode/oned/BC_OneDimReader.h",
1136 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", 1159 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
1137 "xfa/fxbarcode/oned/BC_OneDimWriter.h", 1160 "xfa/fxbarcode/oned/BC_OneDimWriter.h",
1138 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp", 1161 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp",
1139 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h", 1162 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h",
1140 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", 1163 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
1141 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", 1164 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "xfa/include/fwl/theme/datetimepickertp.h", 1488 "xfa/include/fwl/theme/datetimepickertp.h",
1466 "xfa/include/fwl/theme/edittp.h", 1489 "xfa/include/fwl/theme/edittp.h",
1467 "xfa/include/fwl/theme/formtp.h", 1490 "xfa/include/fwl/theme/formtp.h",
1468 "xfa/include/fwl/theme/listboxtp.h", 1491 "xfa/include/fwl/theme/listboxtp.h",
1469 "xfa/include/fwl/theme/monthcalendartp.h", 1492 "xfa/include/fwl/theme/monthcalendartp.h",
1470 "xfa/include/fwl/theme/pictureboxtp.h", 1493 "xfa/include/fwl/theme/pictureboxtp.h",
1471 "xfa/include/fwl/theme/pushbuttontp.h", 1494 "xfa/include/fwl/theme/pushbuttontp.h",
1472 "xfa/include/fwl/theme/scrollbartp.h", 1495 "xfa/include/fwl/theme/scrollbartp.h",
1473 "xfa/include/fwl/theme/utils.h", 1496 "xfa/include/fwl/theme/utils.h",
1474 "xfa/include/fwl/theme/widgettp.h", 1497 "xfa/include/fwl/theme/widgettp.h",
1475 "xfa/fxbarcode/include/BC_Library.h",
1476 "xfa/fxbarcode/cbc_codebase.h",
1477 "xfa/fxbarcode/cbc_codebase.cpp",
1478 "xfa/fxbarcode/cbc_onecode.h",
1479 "xfa/fxbarcode/cbc_onecode.cpp",
1480 "xfa/fxbarcode/cbc_code39.h",
1481 "xfa/fxbarcode/cbc_code39.cpp",
1482 "xfa/fxbarcode/cbc_codabar.h",
1483 "xfa/fxbarcode/cbc_ean13.h",
1484 "xfa/fxbarcode/cbc_ean13.cpp",
1485 "xfa/fxbarcode/cbc_upca.h",
1486 "xfa/fxbarcode/cbc_upca.cpp",
1487 "xfa/fxbarcode/cbc_qrcode.h",
1488 "xfa/fxbarcode/cbc_qrcode.cpp",
1489 "xfa/fxbarcode/cbc_pdf417i.h",
1490 "xfa/fxbarcode/cbc_pdf417i.cpp",
1491 "xfa/fxbarcode/cbc_datamatrix.h",
1492 "xfa/fxbarcode/cbc_datamatrix.cpp",
1493 "xfa/fxbarcode/cbc_codabar.cpp",
1494 "xfa/fxbarcode/cbc_code128.h",
1495 "xfa/fxbarcode/cbc_code128.cpp",
1496 "xfa/fxbarcode/cbc_ean8.h",
1497 "xfa/fxbarcode/cbc_ean8.cpp",
1498 "xfa/include/fxfa/fxfa.h", 1498 "xfa/include/fxfa/fxfa.h",
1499 "xfa/include/fxfa/fxfa_basic.h", 1499 "xfa/include/fxfa/fxfa_basic.h",
1500 "xfa/include/fxfa/fxfa_objectacc.h", 1500 "xfa/include/fxfa/fxfa_objectacc.h",
1501 "xfa/include/fxfa/fxfa_widget.h", 1501 "xfa/include/fxfa/fxfa_widget.h",
1502 ] 1502 ]
1503 include_dirs = [ "." ] 1503 include_dirs = [ "." ]
1504 if (pdf_enable_v8) { 1504 if (pdf_enable_v8) {
1505 sources += [ 1505 sources += [
1506 "xfa/fxjse/cfxjse_arguments.h", 1506 "xfa/fxjse/cfxjse_arguments.h",
1507 "xfa/fxjse/class.cpp", 1507 "xfa/fxjse/class.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "//v8:v8_libplatform", 1623 "//v8:v8_libplatform",
1624 ] 1624 ]
1625 include_dirs += [ 1625 include_dirs += [
1626 "//v8", 1626 "//v8",
1627 "//v8/include", 1627 "//v8/include",
1628 ] 1628 ]
1629 configs += [ "//v8:external_startup_data" ] 1629 configs += [ "//v8:external_startup_data" ]
1630 } 1630 }
1631 configs += [ ":pdfium_config" ] 1631 configs += [ ":pdfium_config" ]
1632 } 1632 }
OLDNEW
« no previous file with comments | « no previous file | core/fdrm/crypto/include/fx_crypt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698