| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("pdfium.gni") | 7 import("pdfium.gni") |
| 8 | 8 |
| 9 config("pdfium_config") { | 9 config("pdfium_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 "core/fxcodec/jbig2/JBig2_GrrdProc.cpp", | 495 "core/fxcodec/jbig2/JBig2_GrrdProc.cpp", |
| 496 "core/fxcodec/jbig2/JBig2_GrrdProc.h", | 496 "core/fxcodec/jbig2/JBig2_GrrdProc.h", |
| 497 "core/fxcodec/jbig2/JBig2_GsidProc.cpp", | 497 "core/fxcodec/jbig2/JBig2_GsidProc.cpp", |
| 498 "core/fxcodec/jbig2/JBig2_GsidProc.h", | 498 "core/fxcodec/jbig2/JBig2_GsidProc.h", |
| 499 "core/fxcodec/jbig2/JBig2_HtrdProc.cpp", | 499 "core/fxcodec/jbig2/JBig2_HtrdProc.cpp", |
| 500 "core/fxcodec/jbig2/JBig2_HtrdProc.h", | 500 "core/fxcodec/jbig2/JBig2_HtrdProc.h", |
| 501 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp", | 501 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp", |
| 502 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.h", | 502 "core/fxcodec/jbig2/JBig2_HuffmanDecoder.h", |
| 503 "core/fxcodec/jbig2/JBig2_HuffmanTable.cpp", | 503 "core/fxcodec/jbig2/JBig2_HuffmanTable.cpp", |
| 504 "core/fxcodec/jbig2/JBig2_HuffmanTable.h", | 504 "core/fxcodec/jbig2/JBig2_HuffmanTable.h", |
| 505 "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp", |
| 505 "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h", | 506 "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h", |
| 506 "core/fxcodec/jbig2/JBig2_Image.cpp", | 507 "core/fxcodec/jbig2/JBig2_Image.cpp", |
| 507 "core/fxcodec/jbig2/JBig2_Image.h", | 508 "core/fxcodec/jbig2/JBig2_Image.h", |
| 508 "core/fxcodec/jbig2/JBig2_List.h", | 509 "core/fxcodec/jbig2/JBig2_List.h", |
| 509 "core/fxcodec/jbig2/JBig2_Page.h", | 510 "core/fxcodec/jbig2/JBig2_Page.h", |
| 510 "core/fxcodec/jbig2/JBig2_PatternDict.cpp", | 511 "core/fxcodec/jbig2/JBig2_PatternDict.cpp", |
| 511 "core/fxcodec/jbig2/JBig2_PatternDict.h", | 512 "core/fxcodec/jbig2/JBig2_PatternDict.h", |
| 512 "core/fxcodec/jbig2/JBig2_PddProc.cpp", | 513 "core/fxcodec/jbig2/JBig2_PddProc.cpp", |
| 513 "core/fxcodec/jbig2/JBig2_PddProc.h", | 514 "core/fxcodec/jbig2/JBig2_PddProc.h", |
| 514 "core/fxcodec/jbig2/JBig2_SddProc.cpp", | 515 "core/fxcodec/jbig2/JBig2_SddProc.cpp", |
| (...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 "//v8:v8_libplatform", | 1602 "//v8:v8_libplatform", |
| 1602 ] | 1603 ] |
| 1603 include_dirs += [ | 1604 include_dirs += [ |
| 1604 "//v8", | 1605 "//v8", |
| 1605 "//v8/include", | 1606 "//v8/include", |
| 1606 ] | 1607 ] |
| 1607 configs += [ "//v8:external_startup_data" ] | 1608 configs += [ "//v8:external_startup_data" ] |
| 1608 } | 1609 } |
| 1609 configs += [ ":pdfium_config" ] | 1610 configs += [ ":pdfium_config" ] |
| 1610 } | 1611 } |
| OLD | NEW |