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

Side by Side Diff: BUILD.gn

Issue 878523003: Add embedder test for stream length beyond end of file. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 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
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 6
7 pdf_use_skia = false 7 pdf_use_skia = false
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 ] 808 ]
809 include_dirs = [ "." ] 809 include_dirs = [ "." ]
810 configs -= [ "//build/config/compiler:chromium_code" ] 810 configs -= [ "//build/config/compiler:chromium_code" ]
811 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 811 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
812 } 812 }
813 813
814 test("pdfium_embeddertests") { 814 test("pdfium_embeddertests") {
815 sources = [ 815 sources = [
816 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 816 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
817 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 817 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
818 "fpdfsdk/src/fpdftext_embeddertest.cpp",
818 "fpdfsdk/src/fpdfview_embeddertest.cpp", 819 "fpdfsdk/src/fpdfview_embeddertest.cpp",
819 "testing/embedder_test.cpp", 820 "testing/embedder_test.cpp",
820 "testing/embedder_test.h", 821 "testing/embedder_test.h",
821 "testing/fx_string_testhelpers.cpp", 822 "testing/fx_string_testhelpers.cpp",
822 "testing/fx_string_testhelpers.h", 823 "testing/fx_string_testhelpers.h",
823 ] 824 ]
824 deps = [ 825 deps = [
825 "//testing/gtest", 826 "//testing/gtest",
826 ":pdfium" 827 ":pdfium"
827 ] 828 ]
828 include_dirs = [ "." ] 829 include_dirs = [ "." ]
829 configs -= [ "//build/config/compiler:chromium_code" ] 830 configs -= [ "//build/config/compiler:chromium_code" ]
830 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 831 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
831 } 832 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/src/fpdftext_embeddertest.cpp » ('j') | fpdfsdk/src/fpdftext_embeddertest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698