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

Unified Diff: pdfium.gyp

Issue 2273893002: Display content of the annotation when mouse hover. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Removing useless comments. Created 4 years, 4 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
« fpdfsdk/include/fsdk_mgr.h ('K') | « fpdfsdk/include/fsdk_mgr.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 1fc54ea2eb7c9350a3ec96fb0c0d9700c287ad00..2df0ebd09b9e43dfe4d7b5ae18c22dc2de313ca4 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -91,6 +91,7 @@
'fpdfsdk/include/cpdfsdk_annothandlermgr.h',
'fpdfsdk/include/cpdfsdk_annotiterator.h',
'fpdfsdk/include/cpdfsdk_baannot.h',
+ 'fpdfsdk/include/cpdfsdk_baannothandler.h',
'fpdfsdk/include/cpdfsdk_bfannothandler.h',
'fpdfsdk/include/cpdfsdk_datetime.h',
'fpdfsdk/include/cpdfsdk_interform.h',
@@ -104,6 +105,7 @@
'fpdfsdk/cpdfsdk_annothandlermgr.cpp',
'fpdfsdk/cpdfsdk_annotiterator.cpp',
'fpdfsdk/cpdfsdk_baannot.cpp',
+ 'fpdfsdk/cpdfsdk_baannothandler.cpp',
'fpdfsdk/cpdfsdk_bfannothandler.cpp',
'fpdfsdk/cpdfsdk_datetime.cpp',
'fpdfsdk/cpdfsdk_interform.cpp',
« fpdfsdk/include/fsdk_mgr.h ('K') | « fpdfsdk/include/fsdk_mgr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698