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

Side by Side Diff: BUILD.gn

Issue 1364083004: Merge to XFA: Split up JBig2_GeneralDecoder.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 3 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 | « no previous file | core/src/fxcodec/jbig2/JBig2_ArithDecoder.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 6
7 pdf_use_skia = false 7 pdf_use_skia = false
8 8
9 declare_args() { 9 declare_args() {
10 # On Android there's no system FreeType. On Windows and Mac, only a few 10 # On Android there's no system FreeType. On Windows and Mac, only a few
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "core/src/fxcodec/fx_tiff/src/fx_tif_print.c", 383 "core/src/fxcodec/fx_tiff/src/fx_tif_print.c",
384 "core/src/fxcodec/fx_tiff/src/fx_tif_read.c", 384 "core/src/fxcodec/fx_tiff/src/fx_tif_read.c",
385 "core/src/fxcodec/fx_tiff/src/fx_tif_strip.c", 385 "core/src/fxcodec/fx_tiff/src/fx_tif_strip.c",
386 "core/src/fxcodec/fx_tiff/src/fx_tif_swab.c", 386 "core/src/fxcodec/fx_tiff/src/fx_tif_swab.c",
387 "core/src/fxcodec/fx_tiff/src/fx_tif_thunder.c", 387 "core/src/fxcodec/fx_tiff/src/fx_tif_thunder.c",
388 "core/src/fxcodec/fx_tiff/src/fx_tif_tile.c", 388 "core/src/fxcodec/fx_tiff/src/fx_tif_tile.c",
389 "core/src/fxcodec/fx_tiff/src/fx_tif_version.c", 389 "core/src/fxcodec/fx_tiff/src/fx_tif_version.c",
390 "core/src/fxcodec/fx_tiff/src/fx_tif_warning.c", 390 "core/src/fxcodec/fx_tiff/src/fx_tif_warning.c",
391 "core/src/fxcodec/fx_tiff/src/fx_tif_write.c", 391 "core/src/fxcodec/fx_tiff/src/fx_tif_write.c",
392 "core/src/fxcodec/fx_tiff/src/fx_tif_zip.c", 392 "core/src/fxcodec/fx_tiff/src/fx_tif_zip.c",
393 "core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
393 "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h", 394 "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h",
394 "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", 395 "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
395 "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h", 396 "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h",
396 "core/src/fxcodec/jbig2/JBig2_ArithQe.h",
397 "core/src/fxcodec/jbig2/JBig2_BitStream.h", 397 "core/src/fxcodec/jbig2/JBig2_BitStream.h",
398 "core/src/fxcodec/jbig2/JBig2_Context.cpp", 398 "core/src/fxcodec/jbig2/JBig2_Context.cpp",
399 "core/src/fxcodec/jbig2/JBig2_Context.h", 399 "core/src/fxcodec/jbig2/JBig2_Context.h",
400 "core/src/fxcodec/jbig2/JBig2_Define.h", 400 "core/src/fxcodec/jbig2/JBig2_Define.h",
401 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp", 401 "core/src/fxcodec/jbig2/JBig2_GrdProc.cpp",
402 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h", 402 "core/src/fxcodec/jbig2/JBig2_GrdProc.h",
403 "core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp",
404 "core/src/fxcodec/jbig2/JBig2_GrrdProc.h",
405 "core/src/fxcodec/jbig2/JBig2_GsidProc.cpp",
406 "core/src/fxcodec/jbig2/JBig2_GsidProc.h",
407 "core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp",
408 "core/src/fxcodec/jbig2/JBig2_HtrdProc.h",
403 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp", 409 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp",
404 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h", 410 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h",
405 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp", 411 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp",
406 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h", 412 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h",
407 "core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h", 413 "core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h",
408 "core/src/fxcodec/jbig2/JBig2_Image.cpp", 414 "core/src/fxcodec/jbig2/JBig2_Image.cpp",
409 "core/src/fxcodec/jbig2/JBig2_Image.h", 415 "core/src/fxcodec/jbig2/JBig2_Image.h",
410 "core/src/fxcodec/jbig2/JBig2_List.h", 416 "core/src/fxcodec/jbig2/JBig2_List.h",
411 "core/src/fxcodec/jbig2/JBig2_Page.h", 417 "core/src/fxcodec/jbig2/JBig2_Page.h",
412 "core/src/fxcodec/jbig2/JBig2_PatternDict.cpp", 418 "core/src/fxcodec/jbig2/JBig2_PatternDict.cpp",
413 "core/src/fxcodec/jbig2/JBig2_PatternDict.h", 419 "core/src/fxcodec/jbig2/JBig2_PatternDict.h",
420 "core/src/fxcodec/jbig2/JBig2_PddProc.cpp",
421 "core/src/fxcodec/jbig2/JBig2_PddProc.h",
422 "core/src/fxcodec/jbig2/JBig2_SddProc.cpp",
423 "core/src/fxcodec/jbig2/JBig2_SddProc.h",
414 "core/src/fxcodec/jbig2/JBig2_Segment.cpp", 424 "core/src/fxcodec/jbig2/JBig2_Segment.cpp",
415 "core/src/fxcodec/jbig2/JBig2_Segment.h", 425 "core/src/fxcodec/jbig2/JBig2_Segment.h",
416 "core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp", 426 "core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp",
417 "core/src/fxcodec/jbig2/JBig2_SymbolDict.h", 427 "core/src/fxcodec/jbig2/JBig2_SymbolDict.h",
428 "core/src/fxcodec/jbig2/JBig2_TrdProc.cpp",
429 "core/src/fxcodec/jbig2/JBig2_TrdProc.h",
418 "core/src/fxcodec/lbmp/fx_bmp.cpp", 430 "core/src/fxcodec/lbmp/fx_bmp.cpp",
419 "core/src/fxcodec/lbmp/fx_bmp.h", 431 "core/src/fxcodec/lbmp/fx_bmp.h",
420 "core/src/fxcodec/lgif/fx_gif.cpp", 432 "core/src/fxcodec/lgif/fx_gif.cpp",
421 "core/src/fxcodec/lgif/fx_gif.h", 433 "core/src/fxcodec/lgif/fx_gif.h",
422 ] 434 ]
423 configs -= [ "//build/config/compiler:chromium_code" ] 435 configs -= [ "//build/config/compiler:chromium_code" ]
424 436
425 if (is_posix) { 437 if (is_posix) {
426 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 438 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
427 # conversion to check that an address is 16-bit aligned (benign). 439 # conversion to check that an address is 16-bit aligned (benign).
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 ":pdfium" 1487 ":pdfium"
1476 ] 1488 ]
1477 include_dirs = [ 1489 include_dirs = [
1478 ".", 1490 ".",
1479 "//v8", 1491 "//v8",
1480 "//v8/include", 1492 "//v8/include",
1481 ] 1493 ]
1482 configs -= [ "//build/config/compiler:chromium_code" ] 1494 configs -= [ "//build/config/compiler:chromium_code" ]
1483 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 1495 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
1484 } 1496 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fxcodec/jbig2/JBig2_ArithDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698