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

Side by Side Diff: BUILD.gn

Issue 1408213008: Add test for CPDF_StreamParser::ReadHexString. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("pdfium.gni") 6 import("pdfium.gni")
7 7
8 config("pdfium_config") { 8 config("pdfium_config") {
9 cflags = [] 9 cflags = []
10 include_dirs = [ "third_party/freetype/include" ] 10 include_dirs = [ "third_party/freetype/include" ]
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", 708 "fpdfsdk/src/formfiller/FFL_PushButton.cpp",
709 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", 709 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp",
710 "fpdfsdk/src/formfiller/FFL_TextField.cpp", 710 "fpdfsdk/src/formfiller/FFL_TextField.cpp",
711 ] 711 ]
712 configs += [ ":pdfium_config" ] 712 configs += [ ":pdfium_config" ]
713 } 713 }
714 714
715 test("pdfium_unittests") { 715 test("pdfium_unittests") {
716 sources = [ 716 sources = [
717 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", 717 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
718 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp",
718 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", 719 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp",
719 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", 720 "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
720 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", 721 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp",
721 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", 722 "core/src/fxcrt/fx_basic_wstring_unittest.cpp",
722 "core/src/fxcrt/fx_bidi_unittest.cpp", 723 "core/src/fxcrt/fx_bidi_unittest.cpp",
723 "core/src/fxcrt/fx_system_unittest.cpp", 724 "core/src/fxcrt/fx_system_unittest.cpp",
724 "third_party/base/nonstd_unique_ptr_unittest.cpp", 725 "third_party/base/nonstd_unique_ptr_unittest.cpp",
725 ] 726 ]
726 deps = [ 727 deps = [
727 "//testing/gtest", 728 "//testing/gtest",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "//v8", 768 "//v8",
768 "//v8:v8_libplatform", 769 "//v8:v8_libplatform",
769 ] 770 ]
770 include_dirs += [ 771 include_dirs += [
771 "//v8", 772 "//v8",
772 "//v8/include", 773 "//v8/include",
773 ] 774 ]
774 } 775 }
775 configs += [ ":pdfium_config" ] 776 configs += [ ":pdfium_config" ]
776 } 777 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp » ('j') | core/src/fpdfapi/fpdf_page/pageint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698