| OLD | NEW |
| 1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
| 8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 ], | 400 ], |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 'target_name': 'fpdftext', | 403 'target_name': 'fpdftext', |
| 404 'type': 'static_library', | 404 'type': 'static_library', |
| 405 'sources': [ | 405 'sources': [ |
| 406 'core/fpdftext/include/ipdf_linkextract.h', | 406 'core/fpdftext/include/ipdf_linkextract.h', |
| 407 'core/fpdftext/include/ipdf_textpage.h', | 407 'core/fpdftext/include/ipdf_textpage.h', |
| 408 'core/fpdftext/include/ipdf_textpagefind.h', | 408 'core/fpdftext/include/ipdf_textpagefind.h', |
| 409 'core/fpdftext/fpdf_text_int.cpp', | 409 'core/fpdftext/fpdf_text_int.cpp', |
| 410 'core/fpdftext/text_int.h', | 410 'core/fpdftext/fpdf_text_int.h', |
| 411 'core/fpdftext/unicodenormalization.cpp', | 411 'core/fpdftext/unicodenormalization.cpp', |
| 412 'core/fpdftext/unicodenormalization.h', |
| 412 'core/fpdftext/unicodenormalizationdata.cpp', | 413 'core/fpdftext/unicodenormalizationdata.cpp', |
| 413 'core/fpdftext/unicodenormalizationdata.h', | 414 'core/fpdftext/unicodenormalizationdata.h', |
| 414 ], | 415 ], |
| 415 }, | 416 }, |
| 416 { | 417 { |
| 417 'target_name': 'fxcodec', | 418 'target_name': 'fxcodec', |
| 418 'type': 'static_library', | 419 'type': 'static_library', |
| 419 'dependencies': [ | 420 'dependencies': [ |
| 420 '<(libjpeg_gyp_path):libjpeg', | 421 '<(libjpeg_gyp_path):libjpeg', |
| 421 'third_party/third_party.gyp:fx_lcms2', | 422 'third_party/third_party.gyp:fx_lcms2', |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 947 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 947 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 949 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 949 ], | 950 ], |
| 950 }, | 951 }, |
| 951 ] | 952 ] |
| 952 }], | 953 }], |
| 953 ] | 954 ] |
| 954 } | 955 } |
| OLD | NEW |