| 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 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1480 "xfa/fxfa/parser/cxfa_submit.cpp", | 1480 "xfa/fxfa/parser/cxfa_submit.cpp", |
| 1481 "xfa/fxfa/parser/cxfa_submit.h", | 1481 "xfa/fxfa/parser/cxfa_submit.h", |
| 1482 "xfa/fxfa/parser/cxfa_text.cpp", | 1482 "xfa/fxfa/parser/cxfa_text.cpp", |
| 1483 "xfa/fxfa/parser/cxfa_text.h", | 1483 "xfa/fxfa/parser/cxfa_text.h", |
| 1484 "xfa/fxfa/parser/cxfa_tooltip.cpp", | 1484 "xfa/fxfa/parser/cxfa_tooltip.cpp", |
| 1485 "xfa/fxfa/parser/cxfa_tooltip.h", | 1485 "xfa/fxfa/parser/cxfa_tooltip.h", |
| 1486 "xfa/fxfa/parser/cxfa_validate.cpp", | 1486 "xfa/fxfa/parser/cxfa_validate.cpp", |
| 1487 "xfa/fxfa/parser/cxfa_validate.h", | 1487 "xfa/fxfa/parser/cxfa_validate.h", |
| 1488 "xfa/fxfa/parser/cxfa_value.cpp", | 1488 "xfa/fxfa/parser/cxfa_value.cpp", |
| 1489 "xfa/fxfa/parser/cxfa_value.h", | 1489 "xfa/fxfa/parser/cxfa_value.h", |
| 1490 "xfa/fxfa/parser/cxfa_valuearray.cpp", |
| 1491 "xfa/fxfa/parser/cxfa_valuearray.h", |
| 1490 "xfa/fxfa/parser/cxfa_widgetdata.cpp", | 1492 "xfa/fxfa/parser/cxfa_widgetdata.cpp", |
| 1491 "xfa/fxfa/parser/cxfa_widgetdata.h", | 1493 "xfa/fxfa/parser/cxfa_widgetdata.h", |
| 1492 "xfa/fxfa/parser/xfa_basic_data.cpp", | 1494 "xfa/fxfa/parser/xfa_basic_data.cpp", |
| 1493 "xfa/fxfa/parser/xfa_basic_data.h", | 1495 "xfa/fxfa/parser/xfa_basic_data.h", |
| 1494 "xfa/fxfa/parser/xfa_basic_imp.cpp", | 1496 "xfa/fxfa/parser/xfa_basic_imp.cpp", |
| 1495 "xfa/fxfa/parser/xfa_basic_imp.h", | 1497 "xfa/fxfa/parser/xfa_basic_imp.h", |
| 1496 "xfa/fxfa/parser/xfa_doclayout.h", | 1498 "xfa/fxfa/parser/xfa_doclayout.h", |
| 1497 "xfa/fxfa/parser/xfa_document.h", | 1499 "xfa/fxfa/parser/xfa_document.h", |
| 1498 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", | 1500 "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", |
| 1499 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", | 1501 "xfa/fxfa/parser/xfa_document_datadescription_imp.h", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1697 } | 1699 } |
| 1698 | 1700 |
| 1699 if (pdf_is_standalone) { | 1701 if (pdf_is_standalone) { |
| 1700 source_set("samples") { | 1702 source_set("samples") { |
| 1701 testonly = true | 1703 testonly = true |
| 1702 deps = [ | 1704 deps = [ |
| 1703 "//samples", | 1705 "//samples", |
| 1704 ] | 1706 ] |
| 1705 } | 1707 } |
| 1706 } | 1708 } |
| OLD | NEW |