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

Side by Side Diff: BUILD.gn

Issue 1805683002: Add a Retained Pointer smart class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase, improve Reset(). Created 4 years, 8 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/fxcrt/cfx_retain_ptr_unittest.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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "core/fxcrt/fx_unicode.cpp", 608 "core/fxcrt/fx_unicode.cpp",
609 "core/fxcrt/fx_xml_composer.cpp", 609 "core/fxcrt/fx_xml_composer.cpp",
610 "core/fxcrt/fx_xml_parser.cpp", 610 "core/fxcrt/fx_xml_parser.cpp",
611 "core/fxcrt/fxcrt_platforms.cpp", 611 "core/fxcrt/fxcrt_platforms.cpp",
612 "core/fxcrt/fxcrt_platforms.h", 612 "core/fxcrt/fxcrt_platforms.h",
613 "core/fxcrt/fxcrt_posix.cpp", 613 "core/fxcrt/fxcrt_posix.cpp",
614 "core/fxcrt/fxcrt_posix.h", 614 "core/fxcrt/fxcrt_posix.h",
615 "core/fxcrt/fxcrt_stream.cpp", 615 "core/fxcrt/fxcrt_stream.cpp",
616 "core/fxcrt/fxcrt_windows.cpp", 616 "core/fxcrt/fxcrt_windows.cpp",
617 "core/fxcrt/fxcrt_windows.h", 617 "core/fxcrt/fxcrt_windows.h",
618 "core/fxcrt/include/cfx_retain_ptr.h",
618 "core/fxcrt/include/fx_basic.h", 619 "core/fxcrt/include/fx_basic.h",
619 "core/fxcrt/include/fx_coordinates.h", 620 "core/fxcrt/include/fx_coordinates.h",
620 "core/fxcrt/include/fx_ext.h", 621 "core/fxcrt/include/fx_ext.h",
621 "core/fxcrt/include/fx_memory.h", 622 "core/fxcrt/include/fx_memory.h",
622 "core/fxcrt/include/fx_safe_types.h", 623 "core/fxcrt/include/fx_safe_types.h",
623 "core/fxcrt/include/fx_stream.h", 624 "core/fxcrt/include/fx_stream.h",
624 "core/fxcrt/include/fx_string.h", 625 "core/fxcrt/include/fx_string.h",
625 "core/fxcrt/include/fx_system.h", 626 "core/fxcrt/include/fx_system.h",
626 "core/fxcrt/include/fx_ucd.h", 627 "core/fxcrt/include/fx_ucd.h",
627 "core/fxcrt/include/fx_xml.h", 628 "core/fxcrt/include/fx_xml.h",
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 "core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", 1588 "core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
1588 "core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", 1589 "core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp",
1589 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp", 1590 "core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp",
1590 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp", 1591 "core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp",
1591 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp", 1592 "core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp",
1592 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp", 1593 "core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp",
1593 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", 1594 "core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
1594 "core/fpdfdoc/doc_basic_unittest.cpp", 1595 "core/fpdfdoc/doc_basic_unittest.cpp",
1595 "core/fpdftext/fpdf_text_int_unittest.cpp", 1596 "core/fpdftext/fpdf_text_int_unittest.cpp",
1596 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1597 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1598 "core/fxcrt/cfx_retain_ptr_unittest.cpp",
1597 "core/fxcrt/fx_basic_bstring_unittest.cpp", 1599 "core/fxcrt/fx_basic_bstring_unittest.cpp",
1598 "core/fxcrt/fx_basic_gcc_unittest.cpp", 1600 "core/fxcrt/fx_basic_gcc_unittest.cpp",
1599 "core/fxcrt/fx_basic_memmgr_unittest.cpp", 1601 "core/fxcrt/fx_basic_memmgr_unittest.cpp",
1600 "core/fxcrt/fx_basic_wstring_unittest.cpp", 1602 "core/fxcrt/fx_basic_wstring_unittest.cpp",
1601 "core/fxcrt/fx_bidi_unittest.cpp", 1603 "core/fxcrt/fx_bidi_unittest.cpp",
1602 "core/fxcrt/fx_extension_unittest.cpp", 1604 "core/fxcrt/fx_extension_unittest.cpp",
1603 "core/fxcrt/fx_system_unittest.cpp", 1605 "core/fxcrt/fx_system_unittest.cpp",
1604 "fpdfsdk/fpdfdoc_unittest.cpp", 1606 "fpdfsdk/fpdfdoc_unittest.cpp",
1605 ] 1607 ]
1606 deps = [ 1608 deps = [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 "//v8:v8_libplatform", 1671 "//v8:v8_libplatform",
1670 ] 1672 ]
1671 include_dirs += [ 1673 include_dirs += [
1672 "//v8", 1674 "//v8",
1673 "//v8/include", 1675 "//v8/include",
1674 ] 1676 ]
1675 configs += [ "//v8:external_startup_data" ] 1677 configs += [ "//v8:external_startup_data" ]
1676 } 1678 }
1677 configs += [ ":pdfium_config" ] 1679 configs += [ ":pdfium_config" ]
1678 } 1680 }
OLDNEW
« no previous file with comments | « no previous file | core/fxcrt/cfx_retain_ptr_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698