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

Side by Side 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, 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
« fpdfsdk/fsdk_mgr.cpp ('K') | « fpdfsdk/include/fsdk_mgr.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'pdfwindow', 84 'pdfwindow',
85 ], 85 ],
86 'sources': [ 86 'sources': [
87 'fpdfsdk/cfx_systemhandler.cpp', 87 'fpdfsdk/cfx_systemhandler.cpp',
88 'fpdfsdk/cfx_systemhandler.h', 88 'fpdfsdk/cfx_systemhandler.h',
89 'fpdfsdk/include/cba_annotiterator.h', 89 'fpdfsdk/include/cba_annotiterator.h',
90 'fpdfsdk/include/cpdfsdk_annot.h', 90 'fpdfsdk/include/cpdfsdk_annot.h',
91 'fpdfsdk/include/cpdfsdk_annothandlermgr.h', 91 'fpdfsdk/include/cpdfsdk_annothandlermgr.h',
92 'fpdfsdk/include/cpdfsdk_annotiterator.h', 92 'fpdfsdk/include/cpdfsdk_annotiterator.h',
93 'fpdfsdk/include/cpdfsdk_baannot.h', 93 'fpdfsdk/include/cpdfsdk_baannot.h',
94 'fpdfsdk/include/cpdfsdk_baannothandler.h',
94 'fpdfsdk/include/cpdfsdk_bfannothandler.h', 95 'fpdfsdk/include/cpdfsdk_bfannothandler.h',
95 'fpdfsdk/include/cpdfsdk_datetime.h', 96 'fpdfsdk/include/cpdfsdk_datetime.h',
96 'fpdfsdk/include/cpdfsdk_interform.h', 97 'fpdfsdk/include/cpdfsdk_interform.h',
97 'fpdfsdk/include/cpdfsdk_widget.h', 98 'fpdfsdk/include/cpdfsdk_widget.h',
98 'fpdfsdk/include/fsdk_actionhandler.h', 99 'fpdfsdk/include/fsdk_actionhandler.h',
99 'fpdfsdk/include/fsdk_pauseadapter.h', 100 'fpdfsdk/include/fsdk_pauseadapter.h',
100 'fpdfsdk/include/ipdfsdk_annothandler.h', 101 'fpdfsdk/include/ipdfsdk_annothandler.h',
101 'fpdfsdk/include/pdfsdk_fieldaction.h', 102 'fpdfsdk/include/pdfsdk_fieldaction.h',
102 'fpdfsdk/cba_annotiterator.cpp', 103 'fpdfsdk/cba_annotiterator.cpp',
103 'fpdfsdk/cpdfsdk_annot.cpp', 104 'fpdfsdk/cpdfsdk_annot.cpp',
104 'fpdfsdk/cpdfsdk_annothandlermgr.cpp', 105 'fpdfsdk/cpdfsdk_annothandlermgr.cpp',
105 'fpdfsdk/cpdfsdk_annotiterator.cpp', 106 'fpdfsdk/cpdfsdk_annotiterator.cpp',
106 'fpdfsdk/cpdfsdk_baannot.cpp', 107 'fpdfsdk/cpdfsdk_baannot.cpp',
108 'fpdfsdk/cpdfsdk_baannothandler.cpp',
107 'fpdfsdk/cpdfsdk_bfannothandler.cpp', 109 'fpdfsdk/cpdfsdk_bfannothandler.cpp',
108 'fpdfsdk/cpdfsdk_datetime.cpp', 110 'fpdfsdk/cpdfsdk_datetime.cpp',
109 'fpdfsdk/cpdfsdk_interform.cpp', 111 'fpdfsdk/cpdfsdk_interform.cpp',
110 'fpdfsdk/cpdfsdk_widget.cpp', 112 'fpdfsdk/cpdfsdk_widget.cpp',
111 'fpdfsdk/fpdfdoc.cpp', 113 'fpdfsdk/fpdfdoc.cpp',
112 'fpdfsdk/fpdfeditimg.cpp', 114 'fpdfsdk/fpdfeditimg.cpp',
113 'fpdfsdk/fpdfeditpage.cpp', 115 'fpdfsdk/fpdfeditpage.cpp',
114 'fpdfsdk/fpdfformfill.cpp', 116 'fpdfsdk/fpdfformfill.cpp',
115 'fpdfsdk/fpdfppo.cpp', 117 'fpdfsdk/fpdfppo.cpp',
116 'fpdfsdk/fpdfsave.cpp', 118 'fpdfsdk/fpdfsave.cpp',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1166 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1165 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1166 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1168 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1169 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1168 ], 1170 ],
1169 }, 1171 },
1170 ] 1172 ]
1171 }], 1173 }],
1172 ] 1174 ]
1173 } 1175 }
OLDNEW
« 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