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

Side by Side Diff: pdfium.gyp

Issue 1925453002: Move CPDF_Document code into cpdf_document.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: nits 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_FontMap.cpp ('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 # 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp', 327 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-HW-V_1.cpp',
328 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-H_1.cpp', 328 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-H_1.cpp',
329 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp', 329 'core/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp',
330 'core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp', 330 'core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp',
331 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp', 331 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp',
332 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp', 332 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp',
333 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp', 333 'core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp',
334 'core/fpdfapi/fpdf_edit/editint.h', 334 'core/fpdfapi/fpdf_edit/editint.h',
335 'core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp', 335 'core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp',
336 'core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp', 336 'core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp',
337 'core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp',
338 'core/fpdfapi/fpdf_edit/include/cpdf_creator.h', 337 'core/fpdfapi/fpdf_edit/include/cpdf_creator.h',
339 'core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h', 338 'core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h',
340 'core/fpdfapi/fpdf_font/cpdf_cidfont.cpp', 339 'core/fpdfapi/fpdf_font/cpdf_cidfont.cpp',
341 'core/fpdfapi/fpdf_font/cpdf_cidfont.h', 340 'core/fpdfapi/fpdf_font/cpdf_cidfont.h',
342 'core/fpdfapi/fpdf_font/cpdf_font.cpp', 341 'core/fpdfapi/fpdf_font/cpdf_font.cpp',
343 'core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp', 342 'core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp',
344 'core/fpdfapi/fpdf_font/cpdf_simplefont.cpp', 343 'core/fpdfapi/fpdf_font/cpdf_simplefont.cpp',
345 'core/fpdfapi/fpdf_font/cpdf_simplefont.h', 344 'core/fpdfapi/fpdf_font/cpdf_simplefont.h',
346 'core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp', 345 'core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp',
347 'core/fpdfapi/fpdf_font/cpdf_truetypefont.h', 346 'core/fpdfapi/fpdf_font/cpdf_truetypefont.h',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1075 ], 1074 ],
1076 }, 1075 },
1077 ] 1076 ]
1078 }], 1077 }],
1079 ] 1078 ]
1080 } 1079 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_FontMap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698