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

Side by Side Diff: BUILD.gn

Issue 2517513003: Add unit test for CXFA_FileRead. (Closed)
Patch Set: Created 4 years, 1 month 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/fpdfapi/edit/fpdf_edit_create.cpp » ('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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 ":test_support", 1713 ":test_support",
1714 "//testing/gtest", 1714 "//testing/gtest",
1715 "//testing/gtest:gtest_main", 1715 "//testing/gtest:gtest_main",
1716 ] 1716 ]
1717 include_dirs = [] 1717 include_dirs = []
1718 if (pdf_enable_xfa) { 1718 if (pdf_enable_xfa) {
1719 sources += [ 1719 sources += [
1720 "xfa/fde/css/fde_cssdatatable_unittest.cpp", 1720 "xfa/fde/css/fde_cssdatatable_unittest.cpp",
1721 "xfa/fde/xml/fde_xml_imp_unittest.cpp", 1721 "xfa/fde/xml/fde_xml_imp_unittest.cpp",
1722 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1722 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1723 "xfa/fxfa/app/xfa_ffapp_unittest.cpp",
1723 "xfa/fxfa/app/xfa_textlayout_unittest.cpp", 1724 "xfa/fxfa/app/xfa_textlayout_unittest.cpp",
1724 "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp", 1725 "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp",
1725 "xfa/fxfa/parser/xfa_utils_unittest.cpp", 1726 "xfa/fxfa/parser/xfa_utils_unittest.cpp",
1726 ] 1727 ]
1727 } 1728 }
1728 if (pdf_use_skia || pdf_use_skia_paths) { 1729 if (pdf_use_skia || pdf_use_skia_paths) {
1729 sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ] 1730 sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ]
1730 deps += [ "//skia" ] 1731 deps += [ "//skia" ]
1731 } 1732 }
1732 if (pdf_enable_v8) { 1733 if (pdf_enable_v8) {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 "//samples", 1805 "//samples",
1805 ] 1806 ]
1806 } 1807 }
1807 group("fuzzers") { 1808 group("fuzzers") {
1808 testonly = true 1809 testonly = true
1809 deps = [ 1810 deps = [
1810 "//testing/libfuzzer", 1811 "//testing/libfuzzer",
1811 ] 1812 ]
1812 } 1813 }
1813 } 1814 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/edit/fpdf_edit_create.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698