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

Side by Side Diff: BUILD.gn

Issue 1407903005: Remove external jpeg provider interface. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@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 | « no previous file | core/include/fxcodec/fx_codec.h » ('j') | core/include/fxcodec/fx_codec.h » ('J')
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 = [ "third_party/freetype/include" ] 10 include_dirs = [ "third_party/freetype/include" ]
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 deps = [ 361 deps = [
362 "third_party:fx_lcms2", 362 "third_party:fx_lcms2",
363 "third_party:fx_libjpeg", 363 "third_party:fx_libjpeg",
364 "third_party:fx_libopenjpeg", 364 "third_party:fx_libopenjpeg",
365 "third_party:fx_zlib", 365 "third_party:fx_zlib",
366 ] 366 ]
367 sources = [ 367 sources = [
368 "core/include/fxcodec/fx_codec.h", 368 "core/include/fxcodec/fx_codec.h",
369 "core/include/fxcodec/fx_codec_def.h", 369 "core/include/fxcodec/fx_codec_def.h",
370 "core/include/fxcodec/fx_codec_flate.h", 370 "core/include/fxcodec/fx_codec_flate.h",
371 "core/include/fxcodec/fx_codec_provider.h",
372 "core/src/fxcodec/codec/codec_int.h", 371 "core/src/fxcodec/codec/codec_int.h",
373 "core/src/fxcodec/codec/fx_codec.cpp", 372 "core/src/fxcodec/codec/fx_codec.cpp",
374 "core/src/fxcodec/codec/fx_codec_fax.cpp", 373 "core/src/fxcodec/codec/fx_codec_fax.cpp",
375 "core/src/fxcodec/codec/fx_codec_flate.cpp", 374 "core/src/fxcodec/codec/fx_codec_flate.cpp",
376 "core/src/fxcodec/codec/fx_codec_icc.cpp", 375 "core/src/fxcodec/codec/fx_codec_icc.cpp",
377 "core/src/fxcodec/codec/fx_codec_jbig.cpp", 376 "core/src/fxcodec/codec/fx_codec_jbig.cpp",
378 "core/src/fxcodec/codec/fx_codec_jbig_enc.cpp", 377 "core/src/fxcodec/codec/fx_codec_jbig_enc.cpp",
379 "core/src/fxcodec/codec/fx_codec_jpeg.cpp", 378 "core/src/fxcodec/codec/fx_codec_jpeg.cpp",
380 "core/src/fxcodec/codec/fx_codec_jpx_opj.cpp", 379 "core/src/fxcodec/codec/fx_codec_jpx_opj.cpp",
381 "core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp", 380 "core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "//v8", 811 "//v8",
813 "//v8/include", 812 "//v8/include",
814 ] 813 ]
815 } 814 }
816 configs -= [ "//build/config/compiler:chromium_code" ] 815 configs -= [ "//build/config/compiler:chromium_code" ]
817 configs += [ 816 configs += [
818 ":pdfium_config", 817 ":pdfium_config",
819 "//build/config/compiler:no_chromium_code", 818 "//build/config/compiler:no_chromium_code",
820 ] 819 ]
821 } 820 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fxcodec/fx_codec.h » ('j') | core/include/fxcodec/fx_codec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698