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

Side by Side Diff: BUILD.gn

Issue 1816133002: Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. (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 | fpdfsdk/fpdfxfa/DEPS » ('j') | xfa/fxbarcode/cbc_codebase.cpp » ('J')
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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 "xfa/fwl/theme/comboboxtp.cpp", 1022 "xfa/fwl/theme/comboboxtp.cpp",
1023 "xfa/fwl/theme/datetimepickertp.cpp", 1023 "xfa/fwl/theme/datetimepickertp.cpp",
1024 "xfa/fwl/theme/edittp.cpp", 1024 "xfa/fwl/theme/edittp.cpp",
1025 "xfa/fwl/theme/formtp.cpp", 1025 "xfa/fwl/theme/formtp.cpp",
1026 "xfa/fwl/theme/listboxtp.cpp", 1026 "xfa/fwl/theme/listboxtp.cpp",
1027 "xfa/fwl/theme/monthcalendartp.cpp", 1027 "xfa/fwl/theme/monthcalendartp.cpp",
1028 "xfa/fwl/theme/pictureboxtp.cpp", 1028 "xfa/fwl/theme/pictureboxtp.cpp",
1029 "xfa/fwl/theme/pushbuttontp.cpp", 1029 "xfa/fwl/theme/pushbuttontp.cpp",
1030 "xfa/fwl/theme/scrollbartp.cpp", 1030 "xfa/fwl/theme/scrollbartp.cpp",
1031 "xfa/fwl/theme/widgettp.cpp", 1031 "xfa/fwl/theme/widgettp.cpp",
1032 "xfa/fxbarcode/BC_BarCode.cpp",
1033 "xfa/fxbarcode/BC_Binarizer.cpp", 1032 "xfa/fxbarcode/BC_Binarizer.cpp",
1034 "xfa/fxbarcode/BC_Binarizer.h", 1033 "xfa/fxbarcode/BC_Binarizer.h",
1035 "xfa/fxbarcode/BC_BinaryBitmap.cpp", 1034 "xfa/fxbarcode/BC_BinaryBitmap.cpp",
1036 "xfa/fxbarcode/BC_BinaryBitmap.h", 1035 "xfa/fxbarcode/BC_BinaryBitmap.h",
1037 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp", 1036 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
1038 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", 1037 "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h",
1039 "xfa/fxbarcode/BC_DecoderResult.h", 1038 "xfa/fxbarcode/BC_DecoderResult.h",
1040 "xfa/fxbarcode/BC_Dimension.cpp", 1039 "xfa/fxbarcode/BC_Dimension.cpp",
1041 "xfa/fxbarcode/BC_Dimension.h", 1040 "xfa/fxbarcode/BC_Dimension.h",
1042 "xfa/fxbarcode/BC_Library.cpp", 1041 "xfa/fxbarcode/BC_Library.cpp",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "xfa/include/fwl/theme/datetimepickertp.h", 1464 "xfa/include/fwl/theme/datetimepickertp.h",
1466 "xfa/include/fwl/theme/edittp.h", 1465 "xfa/include/fwl/theme/edittp.h",
1467 "xfa/include/fwl/theme/formtp.h", 1466 "xfa/include/fwl/theme/formtp.h",
1468 "xfa/include/fwl/theme/listboxtp.h", 1467 "xfa/include/fwl/theme/listboxtp.h",
1469 "xfa/include/fwl/theme/monthcalendartp.h", 1468 "xfa/include/fwl/theme/monthcalendartp.h",
1470 "xfa/include/fwl/theme/pictureboxtp.h", 1469 "xfa/include/fwl/theme/pictureboxtp.h",
1471 "xfa/include/fwl/theme/pushbuttontp.h", 1470 "xfa/include/fwl/theme/pushbuttontp.h",
1472 "xfa/include/fwl/theme/scrollbartp.h", 1471 "xfa/include/fwl/theme/scrollbartp.h",
1473 "xfa/include/fwl/theme/utils.h", 1472 "xfa/include/fwl/theme/utils.h",
1474 "xfa/include/fwl/theme/widgettp.h", 1473 "xfa/include/fwl/theme/widgettp.h",
1475 "xfa/include/fxbarcode/BC_BarCode.h", 1474 "xfa/fxbarcode/include/BC_Library.h",
1475 "xfa/fxbarcode/cbc_codebase.h",
1476 "xfa/fxbarcode/cbc_codebase.cpp",
1477 "xfa/fxbarcode/cbc_onecode.h",
1478 "xfa/fxbarcode/cbc_onecode.cpp",
1479 "xfa/fxbarcode/cbc_code39.h",
1480 "xfa/fxbarcode/cbc_code39.cpp",
1481 "xfa/fxbarcode/cbc_codabar.h",
1482 "xfa/fxbarcode/cbc_ean13.h",
1483 "xfa/fxbarcode/cbc_ean13.cpp",
1484 "xfa/fxbarcode/cbc_upca.h",
1485 "xfa/fxbarcode/cbc_upca.cpp",
1486 "xfa/fxbarcode/cbc_qrcode.h",
1487 "xfa/fxbarcode/cbc_qrcode.cpp",
1488 "xfa/fxbarcode/cbc_pdf417i.h",
1489 "xfa/fxbarcode/cbc_pdf417i.cpp",
1490 "xfa/fxbarcode/cbc_datamatrix.h",
1491 "xfa/fxbarcode/cbc_datamatrix.cpp",
1492 "xfa/fxbarcode/cbc_codabar.cpp",
1493 "xfa/fxbarcode/cbc_code128.h",
1494 "xfa/fxbarcode/cbc_code128.cpp",
1495 "xfa/fxbarcode/cbc_ean8.h",
1496 "xfa/fxbarcode/cbc_ean8.cpp",
1476 "xfa/include/fxfa/fxfa.h", 1497 "xfa/include/fxfa/fxfa.h",
1477 "xfa/include/fxfa/fxfa_basic.h", 1498 "xfa/include/fxfa/fxfa_basic.h",
1478 "xfa/include/fxfa/fxfa_objectacc.h", 1499 "xfa/include/fxfa/fxfa_objectacc.h",
1479 "xfa/include/fxfa/fxfa_widget.h", 1500 "xfa/include/fxfa/fxfa_widget.h",
1480 ] 1501 ]
1481 include_dirs = [ "." ] 1502 include_dirs = [ "." ]
1482 if (pdf_enable_v8) { 1503 if (pdf_enable_v8) {
1483 sources += [ 1504 sources += [
1484 "xfa/fxjse/cfxjse_arguments.h", 1505 "xfa/fxjse/cfxjse_arguments.h",
1485 "xfa/fxjse/class.cpp", 1506 "xfa/fxjse/class.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 "//v8:v8_libplatform", 1622 "//v8:v8_libplatform",
1602 ] 1623 ]
1603 include_dirs += [ 1624 include_dirs += [
1604 "//v8", 1625 "//v8",
1605 "//v8/include", 1626 "//v8/include",
1606 ] 1627 ]
1607 configs += [ "//v8:external_startup_data" ] 1628 configs += [ "//v8:external_startup_data" ]
1608 } 1629 }
1609 configs += [ ":pdfium_config" ] 1630 configs += [ ":pdfium_config" ]
1610 } 1631 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfxfa/DEPS » ('j') | xfa/fxbarcode/cbc_codebase.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698