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

Side by Side Diff: BUILD.gn

Issue 2366673003: Rename CPDF_CountedObject to CFX_WeakPtr::Handle (Closed)
Patch Set: comment 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_countedobject.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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "core/fpdfapi/fpdf_page/cpdf_allstates.h", 422 "core/fpdfapi/fpdf_page/cpdf_allstates.h",
423 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp", 423 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp",
424 "core/fpdfapi/fpdf_page/cpdf_color.cpp", 424 "core/fpdfapi/fpdf_page/cpdf_color.cpp",
425 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp", 425 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp",
426 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp", 426 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp",
427 "core/fpdfapi/fpdf_page/cpdf_colorstate.h", 427 "core/fpdfapi/fpdf_page/cpdf_colorstate.h",
428 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp", 428 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp",
429 "core/fpdfapi/fpdf_page/cpdf_contentmark.h", 429 "core/fpdfapi/fpdf_page/cpdf_contentmark.h",
430 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp", 430 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp",
431 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h", 431 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h",
432 "core/fpdfapi/fpdf_page/cpdf_countedobject.h",
433 "core/fpdfapi/fpdf_page/cpdf_form.cpp", 432 "core/fpdfapi/fpdf_page/cpdf_form.cpp",
434 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp", 433 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp",
435 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp", 434 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp",
436 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp", 435 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp",
437 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h", 436 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h",
438 "core/fpdfapi/fpdf_page/cpdf_image.cpp", 437 "core/fpdfapi/fpdf_page/cpdf_image.cpp",
439 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp", 438 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp",
440 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp", 439 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp",
441 "core/fpdfapi/fpdf_page/cpdf_meshstream.h", 440 "core/fpdfapi/fpdf_page/cpdf_meshstream.h",
442 "core/fpdfapi/fpdf_page/cpdf_page.cpp", 441 "core/fpdfapi/fpdf_page/cpdf_page.cpp",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "core/fxcrt/fx_xml_parser.cpp", 702 "core/fxcrt/fx_xml_parser.cpp",
704 "core/fxcrt/fxcrt_posix.cpp", 703 "core/fxcrt/fxcrt_posix.cpp",
705 "core/fxcrt/fxcrt_posix.h", 704 "core/fxcrt/fxcrt_posix.h",
706 "core/fxcrt/fxcrt_stream.cpp", 705 "core/fxcrt/fxcrt_stream.cpp",
707 "core/fxcrt/fxcrt_windows.cpp", 706 "core/fxcrt/fxcrt_windows.cpp",
708 "core/fxcrt/fxcrt_windows.h", 707 "core/fxcrt/fxcrt_windows.h",
709 "core/fxcrt/include/cfx_count_ref.h", 708 "core/fxcrt/include/cfx_count_ref.h",
710 "core/fxcrt/include/cfx_observable.h", 709 "core/fxcrt/include/cfx_observable.h",
711 "core/fxcrt/include/cfx_retain_ptr.h", 710 "core/fxcrt/include/cfx_retain_ptr.h",
712 "core/fxcrt/include/cfx_string_pool_template.h", 711 "core/fxcrt/include/cfx_string_pool_template.h",
712 "core/fxcrt/include/cfx_weak_ptr.h",
713 "core/fxcrt/include/fx_basic.h", 713 "core/fxcrt/include/fx_basic.h",
714 "core/fxcrt/include/fx_coordinates.h", 714 "core/fxcrt/include/fx_coordinates.h",
715 "core/fxcrt/include/fx_ext.h", 715 "core/fxcrt/include/fx_ext.h",
716 "core/fxcrt/include/fx_memory.h", 716 "core/fxcrt/include/fx_memory.h",
717 "core/fxcrt/include/fx_safe_types.h", 717 "core/fxcrt/include/fx_safe_types.h",
718 "core/fxcrt/include/fx_stream.h", 718 "core/fxcrt/include/fx_stream.h",
719 "core/fxcrt/include/fx_string.h", 719 "core/fxcrt/include/fx_string.h",
720 "core/fxcrt/include/fx_system.h", 720 "core/fxcrt/include/fx_system.h",
721 "core/fxcrt/include/fx_ucd.h", 721 "core/fxcrt/include/fx_ucd.h",
722 "core/fxcrt/include/fx_xml.h", 722 "core/fxcrt/include/fx_xml.h",
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1756 }
1757 1757
1758 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1759 source_set("samples") { 1759 source_set("samples") {
1760 testonly = true 1760 testonly = true
1761 deps = [ 1761 deps = [
1762 "//samples", 1762 "//samples",
1763 ] 1763 ]
1764 } 1764 }
1765 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_countedobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698