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

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: Display content of the annotation when mouse hover. 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/fsdk_mgr.cpp ('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 87c4fc6b4a238455927fd98228d8468bed6f4c06..0de2d3446a6dcec34613d446cce7d3c21bdcdf14 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/fsdk_mgr.cpp ('K') | « fpdfsdk/include/fsdk_mgr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698