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

Side by Side Diff: BUILD.gn

Issue 1421303006: Merge to XFA: Remove core/src/fpdfapi/fpdf_font/common.h and use stdint types. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp", 305 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp",
306 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp", 306 "core/src/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp",
307 "core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp", 307 "core/src/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp",
308 "core/src/fpdfapi/fpdf_cmaps/cmap_int.h", 308 "core/src/fpdfapi/fpdf_cmaps/cmap_int.h",
309 "core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp", 309 "core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp",
310 "core/src/fpdfapi/fpdf_edit/editint.h", 310 "core/src/fpdfapi/fpdf_edit/editint.h",
311 "core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp", 311 "core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp",
312 "core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", 312 "core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp",
313 "core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp", 313 "core/src/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp",
314 "core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp", 314 "core/src/fpdfapi/fpdf_edit/fpdf_edit_image.cpp",
315 "core/src/fpdfapi/fpdf_font/common.h",
316 "core/src/fpdfapi/fpdf_font/font_int.h", 315 "core/src/fpdfapi/fpdf_font/font_int.h",
317 "core/src/fpdfapi/fpdf_font/fpdf_font.cpp", 316 "core/src/fpdfapi/fpdf_font/fpdf_font.cpp",
318 "core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp", 317 "core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp",
319 "core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp", 318 "core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
320 "core/src/fpdfapi/fpdf_font/ttgsubtable.cpp", 319 "core/src/fpdfapi/fpdf_font/ttgsubtable.cpp",
321 "core/src/fpdfapi/fpdf_font/ttgsubtable.h", 320 "core/src/fpdfapi/fpdf_font/ttgsubtable.h",
322 "core/src/fpdfapi/fpdf_page/fpdf_page.cpp", 321 "core/src/fpdfapi/fpdf_page/fpdf_page.cpp",
323 "core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp", 322 "core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
324 "core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp", 323 "core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp",
325 "core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp", 324 "core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp",
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 "//v8", 1503 "//v8",
1505 "//v8:v8_libplatform", 1504 "//v8:v8_libplatform",
1506 ] 1505 ]
1507 include_dirs += [ 1506 include_dirs += [
1508 "//v8", 1507 "//v8",
1509 "//v8/include", 1508 "//v8/include",
1510 ] 1509 ]
1511 } 1510 }
1512 configs += [ ":pdfium_config" ] 1511 configs += [ ":pdfium_config" ]
1513 } 1512 }
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