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

Side by Side Diff: BUILD.gn

Issue 2488403004: Add fpdfppo_embeddertest.cpp. (Closed)
Patch Set: One last suggestion 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 | fpdfsdk/fpdfppo_embeddertest.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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp", 1719 "core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp",
1720 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp", 1720 "core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp",
1721 "core/fxcodec/codec/fx_codec_embeddertest.cpp", 1721 "core/fxcodec/codec/fx_codec_embeddertest.cpp",
1722 "core/fxge/ge/fx_ge_text_embeddertest.cpp", 1722 "core/fxge/ge/fx_ge_text_embeddertest.cpp",
1723 "fpdfsdk/fpdf_dataavail_embeddertest.cpp", 1723 "fpdfsdk/fpdf_dataavail_embeddertest.cpp",
1724 "fpdfsdk/fpdf_flatten_embeddertest.cpp", 1724 "fpdfsdk/fpdf_flatten_embeddertest.cpp",
1725 "fpdfsdk/fpdfdoc_embeddertest.cpp", 1725 "fpdfsdk/fpdfdoc_embeddertest.cpp",
1726 "fpdfsdk/fpdfedit_embeddertest.cpp", 1726 "fpdfsdk/fpdfedit_embeddertest.cpp",
1727 "fpdfsdk/fpdfext_embeddertest.cpp", 1727 "fpdfsdk/fpdfext_embeddertest.cpp",
1728 "fpdfsdk/fpdfformfill_embeddertest.cpp", 1728 "fpdfsdk/fpdfformfill_embeddertest.cpp",
1729 "fpdfsdk/fpdfppo_embeddertest.cpp",
1729 "fpdfsdk/fpdfsave_embeddertest.cpp", 1730 "fpdfsdk/fpdfsave_embeddertest.cpp",
1730 "fpdfsdk/fpdftext_embeddertest.cpp", 1731 "fpdfsdk/fpdftext_embeddertest.cpp",
1731 "fpdfsdk/fpdfview_c_api_test.c", 1732 "fpdfsdk/fpdfview_c_api_test.c",
1732 "fpdfsdk/fpdfview_c_api_test.h", 1733 "fpdfsdk/fpdfview_c_api_test.h",
1733 "fpdfsdk/fpdfview_embeddertest.cpp", 1734 "fpdfsdk/fpdfview_embeddertest.cpp",
1734 "fpdfsdk/fsdk_baseform_embeddertest.cpp", 1735 "fpdfsdk/fsdk_baseform_embeddertest.cpp",
1735 "testing/embedder_test.cpp", 1736 "testing/embedder_test.cpp",
1736 "testing/embedder_test.h", 1737 "testing/embedder_test.h",
1737 "testing/embedder_test_mock_delegate.h", 1738 "testing/embedder_test_mock_delegate.h",
1738 "testing/embedder_test_timer_handling_delegate.h", 1739 "testing/embedder_test_timer_handling_delegate.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 "//samples", 1771 "//samples",
1771 ] 1772 ]
1772 } 1773 }
1773 group("fuzzers") { 1774 group("fuzzers") {
1774 testonly = true 1775 testonly = true
1775 deps = [ 1776 deps = [
1776 "//testing/libfuzzer", 1777 "//testing/libfuzzer",
1777 ] 1778 ]
1778 } 1779 }
1779 } 1780 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/fpdfppo_embeddertest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698