OLD | NEW |
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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp", | 362 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp", |
363 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h", | 363 "core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h", |
364 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp", | 364 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp", |
365 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h", | 365 "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h", |
366 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp", | 366 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp", |
367 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h", | 367 "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h", |
368 "core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h", | 368 "core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h", |
369 "core/src/fxcodec/jbig2/JBig2_Image.cpp", | 369 "core/src/fxcodec/jbig2/JBig2_Image.cpp", |
370 "core/src/fxcodec/jbig2/JBig2_Image.h", | 370 "core/src/fxcodec/jbig2/JBig2_Image.h", |
371 "core/src/fxcodec/jbig2/JBig2_List.h", | 371 "core/src/fxcodec/jbig2/JBig2_List.h", |
372 "core/src/fxcodec/jbig2/JBig2_Module.h", | |
373 "core/src/fxcodec/jbig2/JBig2_Object.cpp", | |
374 "core/src/fxcodec/jbig2/JBig2_Object.h", | |
375 "core/src/fxcodec/jbig2/JBig2_Page.h", | 372 "core/src/fxcodec/jbig2/JBig2_Page.h", |
376 "core/src/fxcodec/jbig2/JBig2_PatternDict.cpp", | 373 "core/src/fxcodec/jbig2/JBig2_PatternDict.cpp", |
377 "core/src/fxcodec/jbig2/JBig2_PatternDict.h", | 374 "core/src/fxcodec/jbig2/JBig2_PatternDict.h", |
378 "core/src/fxcodec/jbig2/JBig2_Segment.cpp", | 375 "core/src/fxcodec/jbig2/JBig2_Segment.cpp", |
379 "core/src/fxcodec/jbig2/JBig2_Segment.h", | 376 "core/src/fxcodec/jbig2/JBig2_Segment.h", |
380 "core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp", | 377 "core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp", |
381 "core/src/fxcodec/jbig2/JBig2_SymbolDict.h", | 378 "core/src/fxcodec/jbig2/JBig2_SymbolDict.h", |
382 ] | 379 ] |
383 configs -= [ "//build/config/compiler:chromium_code" ] | 380 configs -= [ "//build/config/compiler:chromium_code" ] |
384 | 381 |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 "//v8", | 782 "//v8", |
786 "//v8/include", | 783 "//v8/include", |
787 "." | 784 "." |
788 ] | 785 ] |
789 configs -= [ "//build/config/compiler:chromium_code" ] | 786 configs -= [ "//build/config/compiler:chromium_code" ] |
790 configs += [ | 787 configs += [ |
791 ":pdfium_config", | 788 ":pdfium_config", |
792 "//build/config/compiler:no_chromium_code", | 789 "//build/config/compiler:no_chromium_code", |
793 ] | 790 ] |
794 } | 791 } |
OLD | NEW |