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

Side by Side Diff: BUILD.gn

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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/include/fpdfxfa/DEPS » ('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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", 974 "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp",
975 "xfa/fwl/basewidget/fwl_pushbuttonimp.h", 975 "xfa/fwl/basewidget/fwl_pushbuttonimp.h",
976 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", 976 "xfa/fwl/basewidget/fwl_scrollbarimp.cpp",
977 "xfa/fwl/basewidget/fwl_scrollbarimp.h", 977 "xfa/fwl/basewidget/fwl_scrollbarimp.h",
978 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", 978 "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp",
979 "xfa/fwl/basewidget/fwl_spinbuttonimp.h", 979 "xfa/fwl/basewidget/fwl_spinbuttonimp.h",
980 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", 980 "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp",
981 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", 981 "xfa/fwl/basewidget/fwl_tooltipctrlimp.h",
982 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", 982 "xfa/fwl/basewidget/fxmath_barcodeimp.cpp",
983 "xfa/fwl/basewidget/fxmath_barcodeimp.h", 983 "xfa/fwl/basewidget/fxmath_barcodeimp.h",
984 "xfa/fwl/basewidget/ifwl_barcode.h",
985 "xfa/fwl/basewidget/ifwl_caret.h",
986 "xfa/fwl/basewidget/ifwl_checkbox.h",
987 "xfa/fwl/basewidget/ifwl_combobox.h",
988 "xfa/fwl/basewidget/ifwl_datetimepicker.h",
989 "xfa/fwl/basewidget/ifwl_edit.h",
990 "xfa/fwl/basewidget/ifwl_listbox.h",
991 "xfa/fwl/basewidget/ifwl_monthcalendar.h",
992 "xfa/fwl/basewidget/ifwl_picturebox.h",
993 "xfa/fwl/basewidget/ifwl_pushbutton.h",
994 "xfa/fwl/basewidget/ifwl_scrollbar.h",
995 "xfa/fwl/basewidget/ifwl_spinbutton.h",
996 "xfa/fwl/basewidget/ifwl_tooltip.h",
997 "xfa/fwl/basewidget/ifx_barcode.h",
998 "xfa/fwl/core/cfwl_event.h",
999 "xfa/fwl/core/cfwl_message.h",
1000 "xfa/fwl/core/cfwl_note.h",
1001 "xfa/fwl/core/cfwl_themebackground.h",
1002 "xfa/fwl/core/cfwl_themepart.h",
1003 "xfa/fwl/core/cfwl_themetext.h",
1004 "xfa/fwl/core/cfwl_widgetimpproperties.h",
984 "xfa/fwl/core/fwl_appimp.cpp", 1005 "xfa/fwl/core/fwl_appimp.cpp",
985 "xfa/fwl/core/fwl_appimp.h", 1006 "xfa/fwl/core/fwl_appimp.h",
986 "xfa/fwl/core/fwl_contentimp.cpp", 1007 "xfa/fwl/core/fwl_contentimp.cpp",
987 "xfa/fwl/core/fwl_contentimp.h", 1008 "xfa/fwl/core/fwl_contentimp.h",
1009 "xfa/fwl/core/fwl_error.h",
988 "xfa/fwl/core/fwl_formimp.cpp", 1010 "xfa/fwl/core/fwl_formimp.cpp",
989 "xfa/fwl/core/fwl_formimp.h", 1011 "xfa/fwl/core/fwl_formimp.h",
990 "xfa/fwl/core/fwl_gridimp.cpp", 1012 "xfa/fwl/core/fwl_gridimp.cpp",
991 "xfa/fwl/core/fwl_gridimp.h", 1013 "xfa/fwl/core/fwl_gridimp.h",
992 "xfa/fwl/core/fwl_noteimp.cpp", 1014 "xfa/fwl/core/fwl_noteimp.cpp",
993 "xfa/fwl/core/fwl_noteimp.h", 1015 "xfa/fwl/core/fwl_noteimp.h",
994 "xfa/fwl/core/fwl_panelimp.cpp", 1016 "xfa/fwl/core/fwl_panelimp.cpp",
995 "xfa/fwl/core/fwl_panelimp.h", 1017 "xfa/fwl/core/fwl_panelimp.h",
996 "xfa/fwl/core/fwl_sdadapterimp.cpp", 1018 "xfa/fwl/core/fwl_sdadapterimp.cpp",
1019 "xfa/fwl/core/fwl_sdadapterimp.h",
997 "xfa/fwl/core/fwl_targetimp.cpp", 1020 "xfa/fwl/core/fwl_targetimp.cpp",
998 "xfa/fwl/core/fwl_targetimp.h", 1021 "xfa/fwl/core/fwl_targetimp.h",
999 "xfa/fwl/core/fwl_threadimp.cpp", 1022 "xfa/fwl/core/fwl_threadimp.cpp",
1000 "xfa/fwl/core/fwl_threadimp.h", 1023 "xfa/fwl/core/fwl_threadimp.h",
1001 "xfa/fwl/core/fwl_timerimp.cpp", 1024 "xfa/fwl/core/fwl_timerimp.cpp",
1025 "xfa/fwl/core/fwl_widgetdef.h",
1002 "xfa/fwl/core/fwl_widgetimp.cpp", 1026 "xfa/fwl/core/fwl_widgetimp.cpp",
1003 "xfa/fwl/core/fwl_widgetimp.h", 1027 "xfa/fwl/core/fwl_widgetimp.h",
1004 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 1028 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
1005 "xfa/fwl/core/fwl_widgetmgrimp.h", 1029 "xfa/fwl/core/fwl_widgetmgrimp.h",
1030 "xfa/fwl/core/ifwl_adapternative.h",
1031 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
1032 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
1033 "xfa/fwl/core/ifwl_app.h",
1034 "xfa/fwl/core/ifwl_content.h",
1035 "xfa/fwl/core/ifwl_custom.h",
1036 "xfa/fwl/core/ifwl_custompanel.h",
1037 "xfa/fwl/core/ifwl_dataprovider.h",
1038 "xfa/fwl/core/ifwl_form.h",
1039 "xfa/fwl/core/ifwl_grid.h",
1040 "xfa/fwl/core/ifwl_notedriver.h",
1041 "xfa/fwl/core/ifwl_noteloop.h",
1042 "xfa/fwl/core/ifwl_notethread.h",
1043 "xfa/fwl/core/ifwl_panel.h",
1044 "xfa/fwl/core/ifwl_proxy.h",
1045 "xfa/fwl/core/ifwl_target.h",
1046 "xfa/fwl/core/ifwl_themeprovider.h",
1047 "xfa/fwl/core/ifwl_thread.h",
1048 "xfa/fwl/core/ifwl_timer.h",
1049 "xfa/fwl/core/ifwl_tooltiptarget.h",
1050 "xfa/fwl/core/ifwl_widget.h",
1051 "xfa/fwl/core/ifwl_widgetdelegate.h",
1052 "xfa/fwl/core/ifwl_widgetmgr.h",
1053 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1054 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
1006 "xfa/fwl/lightwidget/app.cpp", 1055 "xfa/fwl/lightwidget/app.cpp",
1007 "xfa/fwl/lightwidget/barcode.cpp", 1056 "xfa/fwl/lightwidget/barcode.cpp",
1008 "xfa/fwl/lightwidget/caret.cpp", 1057 "xfa/fwl/lightwidget/caret.cpp",
1009 "xfa/fwl/lightwidget/checkbox.cpp", 1058 "xfa/fwl/lightwidget/checkbox.cpp",
1010 "xfa/fwl/lightwidget/combobox.cpp", 1059 "xfa/fwl/lightwidget/combobox.cpp",
1011 "xfa/fwl/lightwidget/datetimepicker.cpp", 1060 "xfa/fwl/lightwidget/datetimepicker.cpp",
1012 "xfa/fwl/lightwidget/edit.cpp", 1061 "xfa/fwl/lightwidget/edit.cpp",
1013 "xfa/fwl/lightwidget/listbox.cpp", 1062 "xfa/fwl/lightwidget/listbox.cpp",
1014 "xfa/fwl/lightwidget/picturebox.cpp", 1063 "xfa/fwl/lightwidget/picturebox.cpp",
1015 "xfa/fwl/lightwidget/pushbutton.cpp", 1064 "xfa/fwl/lightwidget/pushbutton.cpp",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 "xfa/fxgraphics/cfx_path.cpp", 1475 "xfa/fxgraphics/cfx_path.cpp",
1427 "xfa/fxgraphics/cfx_path.h", 1476 "xfa/fxgraphics/cfx_path.h",
1428 "xfa/fxgraphics/cfx_path_generator.cpp", 1477 "xfa/fxgraphics/cfx_path_generator.cpp",
1429 "xfa/fxgraphics/cfx_path_generator.h", 1478 "xfa/fxgraphics/cfx_path_generator.h",
1430 "xfa/fxgraphics/cfx_pattern.cpp", 1479 "xfa/fxgraphics/cfx_pattern.cpp",
1431 "xfa/fxgraphics/cfx_pattern.h", 1480 "xfa/fxgraphics/cfx_pattern.h",
1432 "xfa/fxgraphics/cfx_shading.cpp", 1481 "xfa/fxgraphics/cfx_shading.cpp",
1433 "xfa/fxgraphics/cfx_shading.h", 1482 "xfa/fxgraphics/cfx_shading.h",
1434 "xfa/fxgraphics/include/cfx_graphics.h", 1483 "xfa/fxgraphics/include/cfx_graphics.h",
1435 "xfa/fxjse/include/fxjse.h", 1484 "xfa/fxjse/include/fxjse.h",
1436 "xfa/include/fwl/adapter/fwl_adapternative.h",
1437 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
1438 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
1439 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
1440 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
1441 "xfa/include/fwl/basewidget/fwl_barcode.h",
1442 "xfa/include/fwl/basewidget/fwl_caret.h",
1443 "xfa/include/fwl/basewidget/fwl_checkbox.h",
1444 "xfa/include/fwl/basewidget/fwl_combobox.h",
1445 "xfa/include/fwl/basewidget/fwl_datetimepicker.h",
1446 "xfa/include/fwl/basewidget/fwl_edit.h",
1447 "xfa/include/fwl/basewidget/fwl_listbox.h",
1448 "xfa/include/fwl/basewidget/fwl_menu.h",
1449 "xfa/include/fwl/basewidget/fwl_monthcalendar.h",
1450 "xfa/include/fwl/basewidget/fwl_picturebox.h",
1451 "xfa/include/fwl/basewidget/fwl_pushbutton.h",
1452 "xfa/include/fwl/basewidget/fwl_scrollbar.h",
1453 "xfa/include/fwl/basewidget/fwl_spinbutton.h",
1454 "xfa/include/fwl/basewidget/fwl_tooltipctrl.h",
1455 "xfa/include/fwl/basewidget/fxmath_barcode.h",
1456 "xfa/include/fwl/core/fwl_app.h",
1457 "xfa/include/fwl/core/fwl_content.h",
1458 "xfa/include/fwl/core/fwl_error.h",
1459 "xfa/include/fwl/core/fwl_form.h",
1460 "xfa/include/fwl/core/fwl_grid.h",
1461 "xfa/include/fwl/core/fwl_note.h",
1462 "xfa/include/fwl/core/fwl_panel.h",
1463 "xfa/include/fwl/core/fwl_target.h",
1464 "xfa/include/fwl/core/fwl_theme.h",
1465 "xfa/include/fwl/core/fwl_thread.h",
1466 "xfa/include/fwl/core/fwl_timer.h",
1467 "xfa/include/fwl/core/fwl_widget.h",
1468 "xfa/include/fwl/core/fwl_widgetdef.h",
1469 "xfa/include/fwl/core/fwl_widgetmgr.h",
1470 "xfa/include/fwl/lightwidget/app.h", 1485 "xfa/include/fwl/lightwidget/app.h",
1471 "xfa/include/fwl/lightwidget/barcode.h", 1486 "xfa/include/fwl/lightwidget/barcode.h",
1472 "xfa/include/fwl/lightwidget/caret.h", 1487 "xfa/include/fwl/lightwidget/caret.h",
1473 "xfa/include/fwl/lightwidget/checkbox.h", 1488 "xfa/include/fwl/lightwidget/checkbox.h",
1474 "xfa/include/fwl/lightwidget/combobox.h", 1489 "xfa/include/fwl/lightwidget/combobox.h",
1475 "xfa/include/fwl/lightwidget/datetimepicker.h", 1490 "xfa/include/fwl/lightwidget/datetimepicker.h",
1476 "xfa/include/fwl/lightwidget/edit.h", 1491 "xfa/include/fwl/lightwidget/edit.h",
1477 "xfa/include/fwl/lightwidget/listbox.h", 1492 "xfa/include/fwl/lightwidget/listbox.h",
1478 "xfa/include/fwl/lightwidget/picturebox.h", 1493 "xfa/include/fwl/lightwidget/picturebox.h",
1479 "xfa/include/fwl/lightwidget/pushbutton.h", 1494 "xfa/include/fwl/lightwidget/pushbutton.h",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "//v8:v8_libplatform", 1638 "//v8:v8_libplatform",
1624 ] 1639 ]
1625 include_dirs += [ 1640 include_dirs += [
1626 "//v8", 1641 "//v8",
1627 "//v8/include", 1642 "//v8/include",
1628 ] 1643 ]
1629 configs += [ "//v8:external_startup_data" ] 1644 configs += [ "//v8:external_startup_data" ]
1630 } 1645 }
1631 configs += [ ":pdfium_config" ] 1646 configs += [ ":pdfium_config" ]
1632 } 1647 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/include/fpdfxfa/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698