| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'third_party/third_party.gyp:fx_agg', | 527 'third_party/third_party.gyp:fx_agg', |
| 528 ], | 528 ], |
| 529 'sources': [ | 529 'sources': [ |
| 530 'core/include/fxge/fpf.h', | 530 'core/include/fxge/fpf.h', |
| 531 'core/include/fxge/fx_dib.h', | 531 'core/include/fxge/fx_dib.h', |
| 532 'core/include/fxge/fx_font.h', | 532 'core/include/fxge/fx_font.h', |
| 533 'core/include/fxge/fx_freetype.h', | 533 'core/include/fxge/fx_freetype.h', |
| 534 'core/include/fxge/fx_ge.h', | 534 'core/include/fxge/fx_ge.h', |
| 535 'core/include/fxge/fx_ge_apple.h', | 535 'core/include/fxge/fx_ge_apple.h', |
| 536 'core/include/fxge/fx_ge_win32.h', | 536 'core/include/fxge/fx_ge_win32.h', |
| 537 'core/src/fxge/agg/include/fx_agg_driver.h', | 537 'core/src/fxge/agg/fx_agg_driver.h', |
| 538 'core/src/fxge/agg/src/fx_agg_driver.cpp', | 538 'core/src/fxge/agg/fx_agg_driver.cpp', |
| 539 'core/src/fxge/android/fpf_skiafont.cpp', | 539 'core/src/fxge/android/fpf_skiafont.cpp', |
| 540 'core/src/fxge/android/fpf_skiafont.h', | 540 'core/src/fxge/android/fpf_skiafont.h', |
| 541 'core/src/fxge/android/fpf_skiafontmgr.cpp', | 541 'core/src/fxge/android/fpf_skiafontmgr.cpp', |
| 542 'core/src/fxge/android/fpf_skiafontmgr.h', | 542 'core/src/fxge/android/fpf_skiafontmgr.h', |
| 543 'core/src/fxge/android/fpf_skiamodule.cpp', | 543 'core/src/fxge/android/fpf_skiamodule.cpp', |
| 544 'core/src/fxge/android/fpf_skiamodule.h', | 544 'core/src/fxge/android/fpf_skiamodule.h', |
| 545 'core/src/fxge/android/fx_android_font.cpp', | 545 'core/src/fxge/android/fx_android_font.cpp', |
| 546 'core/src/fxge/android/fx_android_font.h', | 546 'core/src/fxge/android/fx_android_font.h', |
| 547 'core/src/fxge/android/fx_android_imp.cpp', | 547 'core/src/fxge/android/fx_android_imp.cpp', |
| 548 'core/src/fxge/apple/apple_int.h', | 548 'core/src/fxge/apple/apple_int.h', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 904 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 905 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 905 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 906 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 906 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 907 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 907 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 908 ], | 908 ], |
| 909 }, | 909 }, |
| 910 ] | 910 ] |
| 911 }], | 911 }], |
| 912 ] | 912 ] |
| 913 } | 913 } |
| OLD | NEW |