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

Side by Side Diff: BUILD.gn

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 | « no previous file | core/src/fpdfapi/fpdf_font/common.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("pdfium.gni") 6 import("pdfium.gni")
7 7
8 config("pdfium_config") { 8 config("pdfium_config") {
9 cflags = [] 9 cflags = []
10 include_dirs = [ 10 include_dirs = [
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp", 293 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp",
294 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp", 294 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp",
295 "core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp", 295 "core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp",
296 "core/src/fpdfapi/fpdf_cmaps/cmap_int.h", 296 "core/src/fpdfapi/fpdf_cmaps/cmap_int.h",
297 "core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp", 297 "core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp",
298 "core/src/fpdfapi/fpdf_edit/editint.h", 298 "core/src/fpdfapi/fpdf_edit/editint.h",
299 "core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp", 299 "core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp",
300 "core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", 300 "core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp",
301 "core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp", 301 "core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp",
302 "core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp", 302 "core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp",
303 "core/src/fpdfapi/fpdf_font/common.h",
304 "core/src/fpdfapi/fpdf_font/font_int.h", 303 "core/src/fpdfapi/fpdf_font/font_int.h",
305 "core/src/fpdfapi/fpdf_font/fpdf_font.cpp", 304 "core/src/fpdfapi/fpdf_font/fpdf_font.cpp",
306 "core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp", 305 "core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp",
307 "core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp", 306 "core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
308 "core/src/fpdfapi/fpdf_font/ttgsubtable.cpp", 307 "core/src/fpdfapi/fpdf_font/ttgsubtable.cpp",
309 "core/src/fpdfapi/fpdf_font/ttgsubtable.h", 308 "core/src/fpdfapi/fpdf_font/ttgsubtable.h",
310 "core/src/fpdfapi/fpdf_page/fpdf_page.cpp", 309 "core/src/fpdfapi/fpdf_page/fpdf_page.cpp",
311 "core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp", 310 "core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
312 "core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp", 311 "core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp",
313 "core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp", 312 "core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "//v8", 774 "//v8",
776 "//v8:v8_libplatform", 775 "//v8:v8_libplatform",
777 ] 776 ]
778 include_dirs += [ 777 include_dirs += [
779 "//v8", 778 "//v8",
780 "//v8/include", 779 "//v8/include",
781 ] 780 ]
782 } 781 }
783 configs += [ ":pdfium_config" ] 782 configs += [ ":pdfium_config" ]
784 } 783 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_font/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698