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

Side by Side Diff: BUILD.gn

Issue 2612243005: Add postscript path (Closed)
Patch Set: Get rid of extra declarations Created 3 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
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec.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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 "core/fpdfapi/parser/cpdf_document_unittest.cpp", 1705 "core/fpdfapi/parser/cpdf_document_unittest.cpp",
1706 "core/fpdfapi/parser/cpdf_object_unittest.cpp", 1706 "core/fpdfapi/parser/cpdf_object_unittest.cpp",
1707 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", 1707 "core/fpdfapi/parser/cpdf_parser_unittest.cpp",
1708 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", 1708 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp",
1709 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", 1709 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp",
1710 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", 1710 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp",
1711 "core/fpdfdoc/cpdf_dest_unittest.cpp", 1711 "core/fpdfdoc/cpdf_dest_unittest.cpp",
1712 "core/fpdfdoc/cpdf_filespec_unittest.cpp", 1712 "core/fpdfdoc/cpdf_filespec_unittest.cpp",
1713 "core/fpdfdoc/cpdf_formfield_unittest.cpp", 1713 "core/fpdfdoc/cpdf_formfield_unittest.cpp",
1714 "core/fpdftext/fpdf_text_int_unittest.cpp", 1714 "core/fpdftext/fpdf_text_int_unittest.cpp",
1715 "core/fxcodec/codec/fx_codec_a85_unittest.cpp",
1715 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1716 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1717 "core/fxcodec/codec/fx_codec_rle_unittest.cpp",
1716 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", 1718 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
1717 "core/fxcrt/cfx_maybe_owned_unittest.cpp", 1719 "core/fxcrt/cfx_maybe_owned_unittest.cpp",
1718 "core/fxcrt/cfx_observable_unittest.cpp", 1720 "core/fxcrt/cfx_observable_unittest.cpp",
1719 "core/fxcrt/cfx_retain_ptr_unittest.cpp", 1721 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
1720 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp", 1722 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp",
1721 "core/fxcrt/cfx_string_pool_template_unittest.cpp", 1723 "core/fxcrt/cfx_string_pool_template_unittest.cpp",
1722 "core/fxcrt/cfx_weak_ptr_unittest.cpp", 1724 "core/fxcrt/cfx_weak_ptr_unittest.cpp",
1723 "core/fxcrt/fx_basic_bstring_unittest.cpp", 1725 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1724 "core/fxcrt/fx_basic_gcc_unittest.cpp", 1726 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1725 "core/fxcrt/fx_basic_memmgr_unittest.cpp", 1727 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 "//samples", 1833 "//samples",
1832 ] 1834 ]
1833 } 1835 }
1834 group("fuzzers") { 1836 group("fuzzers") {
1835 testonly = true 1837 testonly = true
1836 deps = [ 1838 deps = [
1837 "//testing/libfuzzer", 1839 "//testing/libfuzzer",
1838 ] 1840 ]
1839 } 1841 }
1840 } 1842 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcodec/codec/fx_codec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698