Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Side by Side Diff: pdfium.gyp

Issue 887073005: Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to … (Closed) Base URL: https://pdfium.googlesource.com/pdfium@xfa
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'conditions': [ 4 'conditions': [
5 ['OS=="linux"', { 5 ['OS=="linux"', {
6 'bundle_freetype%': 0, 6 'bundle_freetype%': 0,
7 }, { # On Android there's no system FreeType. On Windows and Mac, only a 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a
8 # few methods are used from it. 8 # few methods are used from it.
9 'bundle_freetype%': 1, 9 'bundle_freetype%': 1,
10 }], 10 }],
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp', 794 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp',
795 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 795 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
796 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 796 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
797 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 797 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
798 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 798 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
799 ], 799 ],
800 }, 800 },
801 { 801 {
802 'target_name': 'javascript', 802 'target_name': 'javascript',
803 'type': 'static_library', 803 'type': 'static_library',
804 'include_dirs': [ 804 'include_dirs': [
805 '<(DEPTH)/v8', 805 '<(DEPTH)/v8',
806 '<(DEPTH)/v8/include', 806 '<(DEPTH)/v8/include',
807 ], 807 ],
808 'dependencies': [ 808 'dependencies': [
809 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 809 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
810 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
811 ], 810 ],
812 'export_dependent_settings': [ 811 'export_dependent_settings': [
813 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 812 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
814 ], 813 ],
815 'ldflags': [ '-L<(PRODUCT_DIR)',], 814 'ldflags': [ '-L<(PRODUCT_DIR)',],
816 'sources': [ 815 'sources': [
817 'fpdfsdk/include/javascript/app.h', 816 'fpdfsdk/include/javascript/app.h',
818 'fpdfsdk/include/javascript/color.h', 817 'fpdfsdk/include/javascript/color.h',
819 'fpdfsdk/include/javascript/console.h', 818 'fpdfsdk/include/javascript/console.h',
820 'fpdfsdk/include/javascript/Consts.h', 819 'fpdfsdk/include/javascript/Consts.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'fpdfsdk/src/fpdftext_embeddertest.cpp', 941 'fpdfsdk/src/fpdftext_embeddertest.cpp',
943 'fpdfsdk/src/fpdfview_embeddertest.cpp', 942 'fpdfsdk/src/fpdfview_embeddertest.cpp',
944 'testing/embedder_test.cpp', 943 'testing/embedder_test.cpp',
945 'testing/embedder_test.h', 944 'testing/embedder_test.h',
946 'testing/fx_string_testhelpers.cpp', 945 'testing/fx_string_testhelpers.cpp',
947 'testing/fx_string_testhelpers.h', 946 'testing/fx_string_testhelpers.h',
948 ], 947 ],
949 }, 948 },
950 ], 949 ],
951 } 950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698