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

Unified Diff: BUILD.gn

Issue 2626073005: Use observed pointers in CPDFSDK_AnnotIterator. (Closed)
Patch Set: remove local 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_annotiteration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9a5c29c82e5ddf43126ddc717fdc4a885566e652..ebb821ccffac23b63ce8d95e8b936bd496dd3902 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -74,8 +74,8 @@ static_library("pdfium") {
"fpdfsdk/cpdfsdk_annot.h",
"fpdfsdk/cpdfsdk_annothandlermgr.cpp",
"fpdfsdk/cpdfsdk_annothandlermgr.h",
- "fpdfsdk/cpdfsdk_annotiterator.cpp",
- "fpdfsdk/cpdfsdk_annotiterator.h",
+ "fpdfsdk/cpdfsdk_annotiteration.cpp",
+ "fpdfsdk/cpdfsdk_annotiteration.h",
"fpdfsdk/cpdfsdk_baannot.cpp",
"fpdfsdk/cpdfsdk_baannot.h",
"fpdfsdk/cpdfsdk_baannothandler.cpp",
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_annotiteration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698