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

Side by Side Diff: pdfium.gyp

Issue 1420693004: Remove dead code in fx_codec_jbig_enc.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
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 | « core/src/fxcodec/codec/fx_codec_jbig_enc.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'sources': [ 342 'sources': [
343 'core/include/fxcodec/fx_codec.h', 343 'core/include/fxcodec/fx_codec.h',
344 'core/include/fxcodec/fx_codec_def.h', 344 'core/include/fxcodec/fx_codec_def.h',
345 'core/include/fxcodec/fx_codec_flate.h', 345 'core/include/fxcodec/fx_codec_flate.h',
346 'core/src/fxcodec/codec/codec_int.h', 346 'core/src/fxcodec/codec/codec_int.h',
347 'core/src/fxcodec/codec/fx_codec.cpp', 347 'core/src/fxcodec/codec/fx_codec.cpp',
348 'core/src/fxcodec/codec/fx_codec_fax.cpp', 348 'core/src/fxcodec/codec/fx_codec_fax.cpp',
349 'core/src/fxcodec/codec/fx_codec_flate.cpp', 349 'core/src/fxcodec/codec/fx_codec_flate.cpp',
350 'core/src/fxcodec/codec/fx_codec_icc.cpp', 350 'core/src/fxcodec/codec/fx_codec_icc.cpp',
351 'core/src/fxcodec/codec/fx_codec_jbig.cpp', 351 'core/src/fxcodec/codec/fx_codec_jbig.cpp',
352 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp',
353 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', 352 'core/src/fxcodec/codec/fx_codec_jpeg.cpp',
354 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', 353 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp',
355 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', 354 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp',
356 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 355 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
357 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 356 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
358 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', 357 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h',
359 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp', 358 'core/src/fxcodec/jbig2/JBig2_BitStream.cpp',
360 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 359 'core/src/fxcodec/jbig2/JBig2_BitStream.h',
361 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 360 'core/src/fxcodec/jbig2/JBig2_Context.cpp',
362 'core/src/fxcodec/jbig2/JBig2_Context.h', 361 'core/src/fxcodec/jbig2/JBig2_Context.h',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 ], 798 ],
800 'dependencies': [ 799 'dependencies': [
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
803 ], 802 ],
804 }], 803 }],
805 ], 804 ],
806 }, 805 },
807 ], 806 ],
808 } 807 }
OLDNEW
« no previous file with comments | « core/src/fxcodec/codec/fx_codec_jbig_enc.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698