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

Side by Side Diff: pdfium.gyp

Issue 1923093002: Remove IFX_SystemHandler. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | xfa/fwl/core/fwl_sdadapterimp.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 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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'fpdftext', 117 'fpdftext',
118 'formfiller', 118 'formfiller',
119 'fxcodec', 119 'fxcodec',
120 'fxcrt', 120 'fxcrt',
121 'fxedit', 121 'fxedit',
122 'fxge', 122 'fxge',
123 'javascript', 123 'javascript',
124 'pdfwindow', 124 'pdfwindow',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 'fpdfsdk/cfx_systemhandler.cpp',
128 'fpdfsdk/cfx_systemhandler.h',
127 'fpdfsdk/include/fsdk_actionhandler.h', 129 'fpdfsdk/include/fsdk_actionhandler.h',
128 'fpdfsdk/include/fsdk_annothandler.h', 130 'fpdfsdk/include/fsdk_annothandler.h',
129 'fpdfsdk/include/fsdk_baseannot.h', 131 'fpdfsdk/include/fsdk_baseannot.h',
130 'fpdfsdk/include/fsdk_baseform.h', 132 'fpdfsdk/include/fsdk_baseform.h',
131 'fpdfsdk/fpdfdoc.cpp', 133 'fpdfsdk/fpdfdoc.cpp',
132 'fpdfsdk/fpdfeditimg.cpp', 134 'fpdfsdk/fpdfeditimg.cpp',
133 'fpdfsdk/fpdfeditpage.cpp', 135 'fpdfsdk/fpdfeditpage.cpp',
134 'fpdfsdk/fpdfformfill.cpp', 136 'fpdfsdk/fpdfformfill.cpp',
135 'fpdfsdk/fpdfppo.cpp', 137 'fpdfsdk/fpdfppo.cpp',
136 'fpdfsdk/fpdfsave.cpp', 138 'fpdfsdk/fpdfsave.cpp',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1073 ], 1075 ],
1074 }, 1076 },
1075 ] 1077 ]
1076 }], 1078 }],
1077 ] 1079 ]
1078 } 1080 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | xfa/fwl/core/fwl_sdadapterimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698