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

Side by Side Diff: BUILD.gn

Issue 1770953004: Remove xfa/src/fwl/src and move code up a level. (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 | xfa.gyp » ('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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 "xfa/src/fgas/src/layout/fx_textbreak.h", 923 "xfa/src/fgas/src/layout/fx_textbreak.h",
924 "xfa/src/fgas/src/layout/fx_unicode.cpp", 924 "xfa/src/fgas/src/layout/fx_unicode.cpp",
925 "xfa/src/fgas/src/layout/fx_unicode.h", 925 "xfa/src/fgas/src/layout/fx_unicode.h",
926 "xfa/src/fgas/src/localization/fx_datetime.cpp", 926 "xfa/src/fgas/src/localization/fx_datetime.cpp",
927 "xfa/src/fgas/src/localization/fx_locale.cpp", 927 "xfa/src/fgas/src/localization/fx_locale.cpp",
928 "xfa/src/fgas/src/localization/fx_localeimp.h", 928 "xfa/src/fgas/src/localization/fx_localeimp.h",
929 "xfa/src/fgas/src/localization/fx_localemgr.cpp", 929 "xfa/src/fgas/src/localization/fx_localemgr.cpp",
930 "xfa/src/fgas/src/localization/fx_localemgr.h", 930 "xfa/src/fgas/src/localization/fx_localemgr.h",
931 "xfa/src/fgas/src/xml/fx_sax_imp.cpp", 931 "xfa/src/fgas/src/xml/fx_sax_imp.cpp",
932 "xfa/src/fgas/src/xml/fx_sax_imp.h", 932 "xfa/src/fgas/src/xml/fx_sax_imp.h",
933 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.cpp", 933 "xfa/src/fwl/basewidget/fwl_barcodeimp.cpp",
934 "xfa/src/fwl/src/basewidget/fwl_barcodeimp.h", 934 "xfa/src/fwl/basewidget/fwl_barcodeimp.h",
935 "xfa/src/fwl/src/basewidget/fwl_caretimp.cpp", 935 "xfa/src/fwl/basewidget/fwl_caretimp.cpp",
936 "xfa/src/fwl/src/basewidget/fwl_caretimp.h", 936 "xfa/src/fwl/basewidget/fwl_caretimp.h",
937 "xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp", 937 "xfa/src/fwl/basewidget/fwl_checkboximp.cpp",
938 "xfa/src/fwl/src/basewidget/fwl_checkboximp.h", 938 "xfa/src/fwl/basewidget/fwl_checkboximp.h",
939 "xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp", 939 "xfa/src/fwl/basewidget/fwl_comboboximp.cpp",
940 "xfa/src/fwl/src/basewidget/fwl_comboboximp.h", 940 "xfa/src/fwl/basewidget/fwl_comboboximp.h",
941 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.cpp", 941 "xfa/src/fwl/basewidget/fwl_datetimepickerimp.cpp",
942 "xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.h", 942 "xfa/src/fwl/basewidget/fwl_datetimepickerimp.h",
943 "xfa/src/fwl/src/basewidget/fwl_editimp.cpp", 943 "xfa/src/fwl/basewidget/fwl_editimp.cpp",
944 "xfa/src/fwl/src/basewidget/fwl_editimp.h", 944 "xfa/src/fwl/basewidget/fwl_editimp.h",
945 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.cpp", 945 "xfa/src/fwl/basewidget/fwl_formproxyimp.cpp",
946 "xfa/src/fwl/src/basewidget/fwl_formproxyimp.h", 946 "xfa/src/fwl/basewidget/fwl_formproxyimp.h",
947 "xfa/src/fwl/src/basewidget/fwl_listboximp.cpp", 947 "xfa/src/fwl/basewidget/fwl_listboximp.cpp",
948 "xfa/src/fwl/src/basewidget/fwl_listboximp.h", 948 "xfa/src/fwl/basewidget/fwl_listboximp.h",
949 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp", 949 "xfa/src/fwl/basewidget/fwl_monthcalendarimp.cpp",
950 "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.h", 950 "xfa/src/fwl/basewidget/fwl_monthcalendarimp.h",
951 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp", 951 "xfa/src/fwl/basewidget/fwl_pictureboximp.cpp",
952 "xfa/src/fwl/src/basewidget/fwl_pictureboximp.h", 952 "xfa/src/fwl/basewidget/fwl_pictureboximp.h",
953 "xfa/src/fwl/src/basewidget/fwl_pushbuttonimp.cpp", 953 "xfa/src/fwl/basewidget/fwl_pushbuttonimp.cpp",
954 "xfa/src/fwl/src/basewidget/fwl_pushbuttonimp.h", 954 "xfa/src/fwl/basewidget/fwl_pushbuttonimp.h",
955 "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.cpp", 955 "xfa/src/fwl/basewidget/fwl_scrollbarimp.cpp",
956 "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.h", 956 "xfa/src/fwl/basewidget/fwl_scrollbarimp.h",
957 "xfa/src/fwl/src/basewidget/fwl_spinbuttonimp.cpp", 957 "xfa/src/fwl/basewidget/fwl_spinbuttonimp.cpp",
958 "xfa/src/fwl/src/basewidget/fwl_spinbuttonimp.h", 958 "xfa/src/fwl/basewidget/fwl_spinbuttonimp.h",
959 "xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.cpp", 959 "xfa/src/fwl/basewidget/fwl_tooltipctrlimp.cpp",
960 "xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.h", 960 "xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h",
961 "xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp", 961 "xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp",
962 "xfa/src/fwl/src/basewidget/fxmath_barcodeimp.h", 962 "xfa/src/fwl/basewidget/fxmath_barcodeimp.h",
963 "xfa/src/fwl/src/core/fwl_appimp.cpp", 963 "xfa/src/fwl/core/fwl_appimp.cpp",
964 "xfa/src/fwl/src/core/fwl_appimp.h", 964 "xfa/src/fwl/core/fwl_appimp.h",
965 "xfa/src/fwl/src/core/fwl_contentimp.cpp", 965 "xfa/src/fwl/core/fwl_contentimp.cpp",
966 "xfa/src/fwl/src/core/fwl_contentimp.h", 966 "xfa/src/fwl/core/fwl_contentimp.h",
967 "xfa/src/fwl/src/core/fwl_formimp.cpp", 967 "xfa/src/fwl/core/fwl_formimp.cpp",
968 "xfa/src/fwl/src/core/fwl_formimp.h", 968 "xfa/src/fwl/core/fwl_formimp.h",
969 "xfa/src/fwl/src/core/fwl_gridimp.cpp", 969 "xfa/src/fwl/core/fwl_gridimp.cpp",
970 "xfa/src/fwl/src/core/fwl_gridimp.h", 970 "xfa/src/fwl/core/fwl_gridimp.h",
971 "xfa/src/fwl/src/core/fwl_noteimp.cpp", 971 "xfa/src/fwl/core/fwl_noteimp.cpp",
972 "xfa/src/fwl/src/core/fwl_noteimp.h", 972 "xfa/src/fwl/core/fwl_noteimp.h",
973 "xfa/src/fwl/src/core/fwl_panelimp.cpp", 973 "xfa/src/fwl/core/fwl_panelimp.cpp",
974 "xfa/src/fwl/src/core/fwl_panelimp.h", 974 "xfa/src/fwl/core/fwl_panelimp.h",
975 "xfa/src/fwl/src/core/fwl_sdadapterimp.cpp", 975 "xfa/src/fwl/core/fwl_sdadapterimp.cpp",
976 "xfa/src/fwl/src/core/fwl_targetimp.cpp", 976 "xfa/src/fwl/core/fwl_targetimp.cpp",
977 "xfa/src/fwl/src/core/fwl_targetimp.h", 977 "xfa/src/fwl/core/fwl_targetimp.h",
978 "xfa/src/fwl/src/core/fwl_threadimp.cpp", 978 "xfa/src/fwl/core/fwl_threadimp.cpp",
979 "xfa/src/fwl/src/core/fwl_threadimp.h", 979 "xfa/src/fwl/core/fwl_threadimp.h",
980 "xfa/src/fwl/src/core/fwl_timerimp.cpp", 980 "xfa/src/fwl/core/fwl_timerimp.cpp",
981 "xfa/src/fwl/src/core/fwl_widgetimp.cpp", 981 "xfa/src/fwl/core/fwl_widgetimp.cpp",
982 "xfa/src/fwl/src/core/fwl_widgetimp.h", 982 "xfa/src/fwl/core/fwl_widgetimp.h",
983 "xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp", 983 "xfa/src/fwl/core/fwl_widgetmgrimp.cpp",
984 "xfa/src/fwl/src/core/fwl_widgetmgrimp.h", 984 "xfa/src/fwl/core/fwl_widgetmgrimp.h",
985 "xfa/src/fwl/src/lightwidget/app.cpp", 985 "xfa/src/fwl/lightwidget/app.cpp",
Tom Sepez 2016/03/08 17:03:01 just curious -- where do the equivalent .h for the
dsinclair 2016/03/08 17:15:54 I've left them in xfa/include/fwl/lightwidget unti
986 "xfa/src/fwl/src/lightwidget/barcode.cpp", 986 "xfa/src/fwl/lightwidget/barcode.cpp",
987 "xfa/src/fwl/src/lightwidget/caret.cpp", 987 "xfa/src/fwl/lightwidget/caret.cpp",
988 "xfa/src/fwl/src/lightwidget/checkbox.cpp", 988 "xfa/src/fwl/lightwidget/checkbox.cpp",
989 "xfa/src/fwl/src/lightwidget/combobox.cpp", 989 "xfa/src/fwl/lightwidget/combobox.cpp",
990 "xfa/src/fwl/src/lightwidget/datetimepicker.cpp", 990 "xfa/src/fwl/lightwidget/datetimepicker.cpp",
991 "xfa/src/fwl/src/lightwidget/edit.cpp", 991 "xfa/src/fwl/lightwidget/edit.cpp",
992 "xfa/src/fwl/src/lightwidget/listbox.cpp", 992 "xfa/src/fwl/lightwidget/listbox.cpp",
993 "xfa/src/fwl/src/lightwidget/picturebox.cpp", 993 "xfa/src/fwl/lightwidget/picturebox.cpp",
994 "xfa/src/fwl/src/lightwidget/pushbutton.cpp", 994 "xfa/src/fwl/lightwidget/pushbutton.cpp",
995 "xfa/src/fwl/src/lightwidget/scrollbar.cpp", 995 "xfa/src/fwl/lightwidget/scrollbar.cpp",
996 "xfa/src/fwl/src/lightwidget/theme.cpp", 996 "xfa/src/fwl/lightwidget/theme.cpp",
997 "xfa/src/fwl/src/lightwidget/tooltipctrl.cpp", 997 "xfa/src/fwl/lightwidget/tooltipctrl.cpp",
998 "xfa/src/fwl/src/lightwidget/widget.cpp", 998 "xfa/src/fwl/lightwidget/widget.cpp",
999 "xfa/src/fwl/src/theme/barcodetp.cpp", 999 "xfa/src/fwl/theme/barcodetp.cpp",
1000 "xfa/src/fwl/src/theme/carettp.cpp", 1000 "xfa/src/fwl/theme/carettp.cpp",
1001 "xfa/src/fwl/src/theme/checkboxtp.cpp", 1001 "xfa/src/fwl/theme/checkboxtp.cpp",
1002 "xfa/src/fwl/src/theme/comboboxtp.cpp", 1002 "xfa/src/fwl/theme/comboboxtp.cpp",
1003 "xfa/src/fwl/src/theme/datetimepickertp.cpp", 1003 "xfa/src/fwl/theme/datetimepickertp.cpp",
1004 "xfa/src/fwl/src/theme/edittp.cpp", 1004 "xfa/src/fwl/theme/edittp.cpp",
1005 "xfa/src/fwl/src/theme/formtp.cpp", 1005 "xfa/src/fwl/theme/formtp.cpp",
1006 "xfa/src/fwl/src/theme/listboxtp.cpp", 1006 "xfa/src/fwl/theme/listboxtp.cpp",
1007 "xfa/src/fwl/src/theme/monthcalendartp.cpp", 1007 "xfa/src/fwl/theme/monthcalendartp.cpp",
1008 "xfa/src/fwl/src/theme/pictureboxtp.cpp", 1008 "xfa/src/fwl/theme/pictureboxtp.cpp",
1009 "xfa/src/fwl/src/theme/pushbuttontp.cpp", 1009 "xfa/src/fwl/theme/pushbuttontp.cpp",
1010 "xfa/src/fwl/src/theme/scrollbartp.cpp", 1010 "xfa/src/fwl/theme/scrollbartp.cpp",
1011 "xfa/src/fwl/src/theme/widgettp.cpp", 1011 "xfa/src/fwl/theme/widgettp.cpp",
1012 "xfa/src/fxbarcode/BC_BarCode.cpp", 1012 "xfa/src/fxbarcode/BC_BarCode.cpp",
1013 "xfa/src/fxbarcode/BC_Binarizer.cpp", 1013 "xfa/src/fxbarcode/BC_Binarizer.cpp",
1014 "xfa/src/fxbarcode/BC_Binarizer.h", 1014 "xfa/src/fxbarcode/BC_Binarizer.h",
1015 "xfa/src/fxbarcode/BC_BinaryBitmap.cpp", 1015 "xfa/src/fxbarcode/BC_BinaryBitmap.cpp",
1016 "xfa/src/fxbarcode/BC_BinaryBitmap.h", 1016 "xfa/src/fxbarcode/BC_BinaryBitmap.h",
1017 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp", 1017 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp",
1018 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h", 1018 "xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h",
1019 "xfa/src/fxbarcode/BC_DecoderResult.h", 1019 "xfa/src/fxbarcode/BC_DecoderResult.h",
1020 "xfa/src/fxbarcode/BC_Dimension.cpp", 1020 "xfa/src/fxbarcode/BC_Dimension.cpp",
1021 "xfa/src/fxbarcode/BC_Dimension.h", 1021 "xfa/src/fxbarcode/BC_Dimension.h",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "//v8:v8_libplatform", 1493 "//v8:v8_libplatform",
1494 ] 1494 ]
1495 include_dirs += [ 1495 include_dirs += [
1496 "//v8", 1496 "//v8",
1497 "//v8/include", 1497 "//v8/include",
1498 ] 1498 ]
1499 configs += [ "//v8:external_startup_data" ] 1499 configs += [ "//v8:external_startup_data" ]
1500 } 1500 }
1501 configs += [ ":pdfium_config" ] 1501 configs += [ ":pdfium_config" ]
1502 } 1502 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698