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

Side by Side Diff: BUILD.gn

Issue 2517153003: Add unit test for fdrm's MD5 (Closed)
Patch Set: year 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/fdrm/crypto/fx_crypt.h » ('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 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 ] 1690 ]
1691 configs += [ 1691 configs += [
1692 ":pdfium_core_config", 1692 ":pdfium_core_config",
1693 ":xfa_warnings", 1693 ":xfa_warnings",
1694 ] 1694 ]
1695 } 1695 }
1696 } 1696 }
1697 1697
1698 test("pdfium_unittests") { 1698 test("pdfium_unittests") {
1699 sources = [ 1699 sources = [
1700 "core/fdrm/crypto/fx_crypt_unittest.cpp",
1700 "core/fpdfapi/font/fpdf_font_cid_unittest.cpp", 1701 "core/fpdfapi/font/fpdf_font_cid_unittest.cpp",
1701 "core/fpdfapi/font/fpdf_font_unittest.cpp", 1702 "core/fpdfapi/font/fpdf_font_unittest.cpp",
1702 "core/fpdfapi/page/cpdf_streamcontentparser_unittest.cpp", 1703 "core/fpdfapi/page/cpdf_streamcontentparser_unittest.cpp",
1703 "core/fpdfapi/page/cpdf_streamparser_unittest.cpp", 1704 "core/fpdfapi/page/cpdf_streamparser_unittest.cpp",
1704 "core/fpdfapi/parser/cpdf_array_unittest.cpp", 1705 "core/fpdfapi/parser/cpdf_array_unittest.cpp",
1705 "core/fpdfapi/parser/cpdf_document_unittest.cpp", 1706 "core/fpdfapi/parser/cpdf_document_unittest.cpp",
1706 "core/fpdfapi/parser/cpdf_object_unittest.cpp", 1707 "core/fpdfapi/parser/cpdf_object_unittest.cpp",
1707 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", 1708 "core/fpdfapi/parser/cpdf_parser_unittest.cpp",
1708 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", 1709 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp",
1709 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", 1710 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 "//samples", 1829 "//samples",
1829 ] 1830 ]
1830 } 1831 }
1831 group("fuzzers") { 1832 group("fuzzers") {
1832 testonly = true 1833 testonly = true
1833 deps = [ 1834 deps = [
1834 "//testing/libfuzzer", 1835 "//testing/libfuzzer",
1835 ] 1836 ]
1836 } 1837 }
1837 } 1838 }
OLDNEW
« no previous file with comments | « no previous file | core/fdrm/crypto/fx_crypt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698