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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 ], | 205 ], |
206 }, | 206 }, |
207 }], | 207 }], |
208 ], | 208 ], |
209 }, | 209 }, |
210 }, | 210 }, |
211 { | 211 { |
212 'target_name': 'fdrm', | 212 'target_name': 'fdrm', |
213 'type': 'static_library', | 213 'type': 'static_library', |
214 'sources': [ | 214 'sources': [ |
215 'core/include/fdrm/fx_crypt.h', | 215 'core/fdrm/crypto/include/fx_crypt.h', |
216 'core/fdrm/crypto/fx_crypt.cpp', | 216 'core/fdrm/crypto/fx_crypt.cpp', |
217 'core/fdrm/crypto/fx_crypt_aes.cpp', | 217 'core/fdrm/crypto/fx_crypt_aes.cpp', |
218 'core/fdrm/crypto/fx_crypt_sha.cpp', | 218 'core/fdrm/crypto/fx_crypt_sha.cpp', |
219 ], | 219 ], |
220 }, | 220 }, |
221 { | 221 { |
222 'target_name': 'fpdfdoc', | 222 'target_name': 'fpdfdoc', |
223 'type': 'static_library', | 223 'type': 'static_library', |
224 'sources': [ | 224 'sources': [ |
225 'core/include/fpdfdoc/fpdf_ap.h', | 225 'core/include/fpdfdoc/fpdf_ap.h', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', | 396 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', |
397 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', | 397 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', |
398 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp', | 398 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp', |
399 'core/fpdfapi/fpdf_render/render_int.h', | 399 'core/fpdfapi/fpdf_render/render_int.h', |
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/include/fpdftext/fpdf_text.h', | 406 'core/fpdftext/include/ipdf_linkextract.h', |
| 407 'core/fpdftext/include/ipdf_textpage.h', |
| 408 'core/fpdftext/include/ipdf_textpagefind.h', |
407 'core/fpdftext/fpdf_text_int.cpp', | 409 'core/fpdftext/fpdf_text_int.cpp', |
408 'core/fpdftext/text_int.h', | 410 'core/fpdftext/text_int.h', |
409 'core/fpdftext/unicodenormalization.cpp', | 411 'core/fpdftext/unicodenormalization.cpp', |
410 'core/fpdftext/unicodenormalizationdata.cpp', | 412 'core/fpdftext/unicodenormalizationdata.cpp', |
411 'core/fpdftext/unicodenormalizationdata.h', | 413 'core/fpdftext/unicodenormalizationdata.h', |
412 ], | 414 ], |
413 }, | 415 }, |
414 { | 416 { |
415 'target_name': 'fxcodec', | 417 'target_name': 'fxcodec', |
416 'type': 'static_library', | 418 'type': 'static_library', |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 947 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
947 ], | 949 ], |
948 }, | 950 }, |
949 ] | 951 ] |
950 }], | 952 }], |
951 ] | 953 ] |
952 } | 954 } |
OLD | NEW |