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

Side by Side Diff: BUILD.gn

Issue 2281683002: Rework CFX_CountRef in terms of CFX_RetainPtr (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add test that GetModify() may construct a duplicate Created 4 years, 3 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/fpdfapi/fpdf_page/cpdf_colorstate.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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 "core/fxcrt/fx_extension.cpp", 679 "core/fxcrt/fx_extension.cpp",
680 "core/fxcrt/fx_ucddata.cpp", 680 "core/fxcrt/fx_ucddata.cpp",
681 "core/fxcrt/fx_unicode.cpp", 681 "core/fxcrt/fx_unicode.cpp",
682 "core/fxcrt/fx_xml_composer.cpp", 682 "core/fxcrt/fx_xml_composer.cpp",
683 "core/fxcrt/fx_xml_parser.cpp", 683 "core/fxcrt/fx_xml_parser.cpp",
684 "core/fxcrt/fxcrt_posix.cpp", 684 "core/fxcrt/fxcrt_posix.cpp",
685 "core/fxcrt/fxcrt_posix.h", 685 "core/fxcrt/fxcrt_posix.h",
686 "core/fxcrt/fxcrt_stream.cpp", 686 "core/fxcrt/fxcrt_stream.cpp",
687 "core/fxcrt/fxcrt_windows.cpp", 687 "core/fxcrt/fxcrt_windows.cpp",
688 "core/fxcrt/fxcrt_windows.h", 688 "core/fxcrt/fxcrt_windows.h",
689 "core/fxcrt/include/cfx_count_ref.h",
689 "core/fxcrt/include/cfx_retain_ptr.h", 690 "core/fxcrt/include/cfx_retain_ptr.h",
690 "core/fxcrt/include/fx_basic.h", 691 "core/fxcrt/include/fx_basic.h",
691 "core/fxcrt/include/fx_coordinates.h", 692 "core/fxcrt/include/fx_coordinates.h",
692 "core/fxcrt/include/fx_ext.h", 693 "core/fxcrt/include/fx_ext.h",
693 "core/fxcrt/include/fx_memory.h", 694 "core/fxcrt/include/fx_memory.h",
694 "core/fxcrt/include/fx_safe_types.h", 695 "core/fxcrt/include/fx_safe_types.h",
695 "core/fxcrt/include/fx_stream.h", 696 "core/fxcrt/include/fx_stream.h",
696 "core/fxcrt/include/fx_string.h", 697 "core/fxcrt/include/fx_string.h",
697 "core/fxcrt/include/fx_system.h", 698 "core/fxcrt/include/fx_system.h",
698 "core/fxcrt/include/fx_ucd.h", 699 "core/fxcrt/include/fx_ucd.h",
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp", 1593 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp",
1593 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp", 1594 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp",
1594 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp", 1595 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp",
1595 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp", 1596 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp",
1596 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", 1597 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
1597 "core/fpdfdoc/cpdf_filespec_unittest.cpp", 1598 "core/fpdfdoc/cpdf_filespec_unittest.cpp",
1598 "core/fpdfdoc/cpdf_formfield_unittest.cpp", 1599 "core/fpdfdoc/cpdf_formfield_unittest.cpp",
1599 "core/fpdftext/fpdf_text_int_unittest.cpp", 1600 "core/fpdftext/fpdf_text_int_unittest.cpp",
1600 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1601 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1601 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", 1602 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp",
1603 "core/fxcrt/cfx_count_ref_unittest.cpp",
1602 "core/fxcrt/cfx_retain_ptr_unittest.cpp", 1604 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
1603 "core/fxcrt/fx_basic_bstring_unittest.cpp", 1605 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1604 "core/fxcrt/fx_basic_gcc_unittest.cpp", 1606 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1605 "core/fxcrt/fx_basic_memmgr_unittest.cpp", 1607 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
1606 "core/fxcrt/fx_basic_util_unittest.cpp", 1608 "core/fxcrt/fx_basic_util_unittest.cpp",
1607 "core/fxcrt/fx_basic_wstring_unittest.cpp", 1609 "core/fxcrt/fx_basic_wstring_unittest.cpp",
1608 "core/fxcrt/fx_bidi_unittest.cpp", 1610 "core/fxcrt/fx_bidi_unittest.cpp",
1609 "core/fxcrt/fx_extension_unittest.cpp", 1611 "core/fxcrt/fx_extension_unittest.cpp",
1610 "core/fxcrt/fx_system_unittest.cpp", 1612 "core/fxcrt/fx_system_unittest.cpp",
1611 "core/fxge/dib/fx_dib_engine_unittest.cpp", 1613 "core/fxge/dib/fx_dib_engine_unittest.cpp",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 } 1701 }
1700 1702
1701 if (pdf_is_standalone) { 1703 if (pdf_is_standalone) {
1702 source_set("samples") { 1704 source_set("samples") {
1703 testonly = true 1705 testonly = true
1704 deps = [ 1706 deps = [
1705 "//samples", 1707 "//samples",
1706 ] 1708 ]
1707 } 1709 }
1708 } 1710 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_colorstate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698