| 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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1047       "xfa/src/fxbarcode/BC_ResultPoint.h", | 1047       "xfa/src/fxbarcode/BC_ResultPoint.h", | 
| 1048       "xfa/src/fxbarcode/BC_TwoDimWriter.cpp", | 1048       "xfa/src/fxbarcode/BC_TwoDimWriter.cpp", | 
| 1049       "xfa/src/fxbarcode/BC_TwoDimWriter.h", | 1049       "xfa/src/fxbarcode/BC_TwoDimWriter.h", | 
| 1050       "xfa/src/fxbarcode/BC_UtilCodingConvert.cpp", | 1050       "xfa/src/fxbarcode/BC_UtilCodingConvert.cpp", | 
| 1051       "xfa/src/fxbarcode/BC_UtilCodingConvert.h", | 1051       "xfa/src/fxbarcode/BC_UtilCodingConvert.h", | 
| 1052       "xfa/src/fxbarcode/BC_UtilRSS.cpp", | 1052       "xfa/src/fxbarcode/BC_UtilRSS.cpp", | 
| 1053       "xfa/src/fxbarcode/BC_UtilRSS.h", | 1053       "xfa/src/fxbarcode/BC_UtilRSS.h", | 
| 1054       "xfa/src/fxbarcode/BC_Utils.cpp", | 1054       "xfa/src/fxbarcode/BC_Utils.cpp", | 
| 1055       "xfa/src/fxbarcode/BC_Writer.cpp", | 1055       "xfa/src/fxbarcode/BC_Writer.cpp", | 
| 1056       "xfa/src/fxbarcode/BC_Writer.h", | 1056       "xfa/src/fxbarcode/BC_Writer.h", | 
| 1057       "xfa/src/fxbarcode/barcode.h", |  | 
| 1058       "xfa/src/fxbarcode/common/BC_CommonBitArray.cpp", | 1057       "xfa/src/fxbarcode/common/BC_CommonBitArray.cpp", | 
| 1059       "xfa/src/fxbarcode/common/BC_CommonBitArray.h", | 1058       "xfa/src/fxbarcode/common/BC_CommonBitArray.h", | 
| 1060       "xfa/src/fxbarcode/common/BC_CommonBitMatrix.cpp", | 1059       "xfa/src/fxbarcode/common/BC_CommonBitMatrix.cpp", | 
| 1061       "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h", | 1060       "xfa/src/fxbarcode/common/BC_CommonBitMatrix.h", | 
| 1062       "xfa/src/fxbarcode/common/BC_CommonBitSource.cpp", | 1061       "xfa/src/fxbarcode/common/BC_CommonBitSource.cpp", | 
| 1063       "xfa/src/fxbarcode/common/BC_CommonBitSource.h", | 1062       "xfa/src/fxbarcode/common/BC_CommonBitSource.h", | 
| 1064       "xfa/src/fxbarcode/common/BC_CommonByteArray.cpp", | 1063       "xfa/src/fxbarcode/common/BC_CommonByteArray.cpp", | 
| 1065       "xfa/src/fxbarcode/common/BC_CommonByteArray.h", | 1064       "xfa/src/fxbarcode/common/BC_CommonByteArray.h", | 
| 1066       "xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp", | 1065       "xfa/src/fxbarcode/common/BC_CommonByteMatrix.cpp", | 
| 1067       "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h", | 1066       "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h", | 
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1514       "//v8:v8_libplatform", | 1513       "//v8:v8_libplatform", | 
| 1515     ] | 1514     ] | 
| 1516     include_dirs += [ | 1515     include_dirs += [ | 
| 1517       "//v8", | 1516       "//v8", | 
| 1518       "//v8/include", | 1517       "//v8/include", | 
| 1519     ] | 1518     ] | 
| 1520     configs += [ "//v8:external_startup_data" ] | 1519     configs += [ "//v8:external_startup_data" ] | 
| 1521   } | 1520   } | 
| 1522   configs += [ ":pdfium_config" ] | 1521   configs += [ ":pdfium_config" ] | 
| 1523 } | 1522 } | 
| OLD | NEW | 
|---|