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

Side by Side Diff: pdfium.gyp

Issue 2060913003: Make code compile with clang_use_chrome_plugin (part II) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 6 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 | « core/fxge/win32/win32_int.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 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'core/fdrm/crypto/include/fx_crypt.h', 205 'core/fdrm/crypto/include/fx_crypt.h',
206 'core/fdrm/crypto/fx_crypt.cpp', 206 'core/fdrm/crypto/fx_crypt.cpp',
207 'core/fdrm/crypto/fx_crypt_aes.cpp', 207 'core/fdrm/crypto/fx_crypt_aes.cpp',
208 'core/fdrm/crypto/fx_crypt_sha.cpp', 208 'core/fdrm/crypto/fx_crypt_sha.cpp',
209 ], 209 ],
210 }, 210 },
211 { 211 {
212 'target_name': 'fpdfdoc', 212 'target_name': 'fpdfdoc',
213 'type': 'static_library', 213 'type': 'static_library',
214 'sources': [ 214 'sources': [
215 'core/fpdfdoc/clines.cpp',
216 'core/fpdfdoc/clines.h',
215 'core/fpdfdoc/include/fpdf_doc.h', 217 'core/fpdfdoc/include/fpdf_doc.h',
216 'core/fpdfdoc/include/fpdf_tagged.h', 218 'core/fpdfdoc/include/fpdf_tagged.h',
217 'core/fpdfdoc/cpdf_variabletext.cpp', 219 'core/fpdfdoc/cpdf_variabletext.cpp',
218 'core/fpdfdoc/cpvt_color.cpp', 220 'core/fpdfdoc/cpvt_color.cpp',
219 'core/fpdfdoc/cpvt_color.h', 221 'core/fpdfdoc/cpvt_color.h',
220 'core/fpdfdoc/cpvt_dash.h', 222 'core/fpdfdoc/cpvt_dash.h',
221 'core/fpdfdoc/cpvt_floatrect.h', 223 'core/fpdfdoc/cpvt_floatrect.h',
222 'core/fpdfdoc/cpvt_fontmap.cpp', 224 'core/fpdfdoc/cpvt_fontmap.cpp',
223 'core/fpdfdoc/cpvt_fontmap.h', 225 'core/fpdfdoc/cpvt_fontmap.h',
224 'core/fpdfdoc/cpvt_generateap.cpp', 226 'core/fpdfdoc/cpvt_generateap.cpp',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1067 ], 1069 ],
1068 }, 1070 },
1069 ] 1071 ]
1070 }], 1072 }],
1071 ] 1073 ]
1072 } 1074 }
OLDNEW
« no previous file with comments | « core/fxge/win32/win32_int.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698