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

Side by Side Diff: BUILD.gn

Issue 1810563002: Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. (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/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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp", 1347 "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp",
1348 "xfa/fxfa/parser/xfa_script_logpseudomodel.h", 1348 "xfa/fxfa/parser/xfa_script_logpseudomodel.h",
1349 "xfa/fxfa/parser/xfa_script_nodehelper.cpp", 1349 "xfa/fxfa/parser/xfa_script_nodehelper.cpp",
1350 "xfa/fxfa/parser/xfa_script_nodehelper.h", 1350 "xfa/fxfa/parser/xfa_script_nodehelper.h",
1351 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", 1351 "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp",
1352 "xfa/fxfa/parser/xfa_script_resolveprocessor.h", 1352 "xfa/fxfa/parser/xfa_script_resolveprocessor.h",
1353 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", 1353 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp",
1354 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", 1354 "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h",
1355 "xfa/fxfa/parser/xfa_utils.h", 1355 "xfa/fxfa/parser/xfa_utils.h",
1356 "xfa/fxfa/parser/xfa_utils_imp.cpp", 1356 "xfa/fxfa/parser/xfa_utils_imp.cpp",
1357 "xfa/fxgraphics/fx_graphics.cpp", 1357 "xfa/fxgraphics/cagg_graphics.cpp",
1358 "xfa/fxgraphics/fx_path_generator.cpp", 1358 "xfa/fxgraphics/cagg_graphics.h",
1359 "xfa/fxgraphics/fx_path_generator.h", 1359 "xfa/fxgraphics/cfx_color.cpp",
1360 "xfa/fxgraphics/pre.h", 1360 "xfa/fxgraphics/cfx_color.h",
1361 "xfa/fxgraphics/cfx_graphics.cpp",
1362 "xfa/fxgraphics/cfx_path.cpp",
1363 "xfa/fxgraphics/cfx_path.h",
1364 "xfa/fxgraphics/cfx_path_generator.cpp",
1365 "xfa/fxgraphics/cfx_path_generator.h",
1366 "xfa/fxgraphics/cfx_pattern.cpp",
1367 "xfa/fxgraphics/cfx_pattern.h",
1368 "xfa/fxgraphics/cfx_shading.cpp",
1369 "xfa/fxgraphics/cfx_shading.h",
1370 "xfa/fxgraphics/include/cfx_graphics.h",
1361 "xfa/fxjse/include/fxjse.h", 1371 "xfa/fxjse/include/fxjse.h",
1362 "xfa/include/fwl/adapter/fwl_adapternative.h", 1372 "xfa/include/fwl/adapter/fwl_adapternative.h",
1363 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", 1373 "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
1364 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", 1374 "xfa/include/fwl/adapter/fwl_adaptertimermgr.h",
1365 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", 1375 "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h",
1366 "xfa/include/fwl/adapter/fwl_sdadapterimp.h", 1376 "xfa/include/fwl/adapter/fwl_sdadapterimp.h",
1367 "xfa/include/fwl/basewidget/fwl_barcode.h", 1377 "xfa/include/fwl/basewidget/fwl_barcode.h",
1368 "xfa/include/fwl/basewidget/fwl_caret.h", 1378 "xfa/include/fwl/basewidget/fwl_caret.h",
1369 "xfa/include/fwl/basewidget/fwl_checkbox.h", 1379 "xfa/include/fwl/basewidget/fwl_checkbox.h",
1370 "xfa/include/fwl/basewidget/fwl_combobox.h", 1380 "xfa/include/fwl/basewidget/fwl_combobox.h",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "xfa/include/fwl/theme/pictureboxtp.h", 1429 "xfa/include/fwl/theme/pictureboxtp.h",
1420 "xfa/include/fwl/theme/pushbuttontp.h", 1430 "xfa/include/fwl/theme/pushbuttontp.h",
1421 "xfa/include/fwl/theme/scrollbartp.h", 1431 "xfa/include/fwl/theme/scrollbartp.h",
1422 "xfa/include/fwl/theme/utils.h", 1432 "xfa/include/fwl/theme/utils.h",
1423 "xfa/include/fwl/theme/widgettp.h", 1433 "xfa/include/fwl/theme/widgettp.h",
1424 "xfa/include/fxbarcode/BC_BarCode.h", 1434 "xfa/include/fxbarcode/BC_BarCode.h",
1425 "xfa/include/fxfa/fxfa.h", 1435 "xfa/include/fxfa/fxfa.h",
1426 "xfa/include/fxfa/fxfa_basic.h", 1436 "xfa/include/fxfa/fxfa_basic.h",
1427 "xfa/include/fxfa/fxfa_objectacc.h", 1437 "xfa/include/fxfa/fxfa_objectacc.h",
1428 "xfa/include/fxfa/fxfa_widget.h", 1438 "xfa/include/fxfa/fxfa_widget.h",
1429 "xfa/include/fxgraphics/fx_graphics.h",
1430 ] 1439 ]
1431 include_dirs = [ "." ] 1440 include_dirs = [ "." ]
1432 if (pdf_enable_v8) { 1441 if (pdf_enable_v8) {
1433 sources += [ 1442 sources += [
1434 "xfa/fxjse/cfxjse_arguments.h", 1443 "xfa/fxjse/cfxjse_arguments.h",
1435 "xfa/fxjse/class.cpp", 1444 "xfa/fxjse/class.cpp",
1436 "xfa/fxjse/class.h", 1445 "xfa/fxjse/class.h",
1437 "xfa/fxjse/context.cpp", 1446 "xfa/fxjse/context.cpp",
1438 "xfa/fxjse/context.h", 1447 "xfa/fxjse/context.h",
1439 "xfa/fxjse/dynprop.cpp", 1448 "xfa/fxjse/dynprop.cpp",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "//testing/gtest:gtest_main", 1501 "//testing/gtest:gtest_main",
1493 ] 1502 ]
1494 include_dirs = [] 1503 include_dirs = []
1495 if (pdf_enable_xfa) { 1504 if (pdf_enable_xfa) {
1496 sources += [ 1505 sources += [
1497 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1506 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1498 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", 1507 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp",
1499 ] 1508 ]
1500 } 1509 }
1501 if (pdf_enable_v8) { 1510 if (pdf_enable_v8) {
1502 sources += [ 1511 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ]
1503 "fpdfsdk/javascript/public_methods_unittest.cpp",
1504 ]
1505 include_dirs += [ 1512 include_dirs += [
1506 "//v8", 1513 "//v8",
1507 "//v8/include", 1514 "//v8/include",
1508 ] 1515 ]
1509 } 1516 }
1510 configs += [ ":pdfium_config" ] 1517 configs += [ ":pdfium_config" ]
1511 } 1518 }
1512 1519
1513 test("pdfium_embeddertests") { 1520 test("pdfium_embeddertests") {
1514 sources = [ 1521 sources = [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 "//v8:v8_libplatform", 1560 "//v8:v8_libplatform",
1554 ] 1561 ]
1555 include_dirs += [ 1562 include_dirs += [
1556 "//v8", 1563 "//v8",
1557 "//v8/include", 1564 "//v8/include",
1558 ] 1565 ]
1559 configs += [ "//v8:external_startup_data" ] 1566 configs += [ "//v8:external_startup_data" ]
1560 } 1567 }
1561 configs += [ ":pdfium_config" ] 1568 configs += [ ":pdfium_config" ]
1562 } 1569 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698