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

Side by Side Diff: pdfium.gyp

Issue 1437603002: Remove core/src/fpdfapi/fpdf_font/common.h and use stdint types. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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/src/fpdfapi/fpdf_font/ttgsubtable.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 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp', 273 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCms-UHC-V_1.cpp',
274 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp', 274 'core/src/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp',
275 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp', 275 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp',
276 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp', 276 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp',
277 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp', 277 'core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp',
278 'core/src/fpdfapi/fpdf_edit/editint.h', 278 'core/src/fpdfapi/fpdf_edit/editint.h',
279 'core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp', 279 'core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp',
280 'core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp', 280 'core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp',
281 'core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp', 281 'core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp',
282 'core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp', 282 'core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp',
283 'core/src/fpdfapi/fpdf_font/common.h',
284 'core/src/fpdfapi/fpdf_font/font_int.h', 283 'core/src/fpdfapi/fpdf_font/font_int.h',
285 'core/src/fpdfapi/fpdf_font/fpdf_font.cpp', 284 'core/src/fpdfapi/fpdf_font/fpdf_font.cpp',
286 'core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp', 285 'core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp',
287 'core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp', 286 'core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp',
288 'core/src/fpdfapi/fpdf_font/ttgsubtable.cpp', 287 'core/src/fpdfapi/fpdf_font/ttgsubtable.cpp',
289 'core/src/fpdfapi/fpdf_font/ttgsubtable.h', 288 'core/src/fpdfapi/fpdf_font/ttgsubtable.h',
290 'core/src/fpdfapi/fpdf_page/fpdf_page.cpp', 289 'core/src/fpdfapi/fpdf_page/fpdf_page.cpp',
291 'core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp', 290 'core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp',
292 'core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp', 291 'core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp',
293 'core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp', 292 'core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ], 797 ],
799 'dependencies': [ 798 'dependencies': [
800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
802 ], 801 ],
803 }], 802 }],
804 ], 803 ],
805 }, 804 },
806 ], 805 ],
807 } 806 }
OLDNEW
« no previous file with comments | « core/src/fpdfapi/fpdf_font/ttgsubtable.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698