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

Side by Side Diff: pdfium.gyp

Issue 900753002: Add namespace and re-arrange PDFium's local copy of chromium /base. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rename safemath target to pdfium_base 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
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | third_party/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 'msvs_disabled_warnings': [ 38 'msvs_disabled_warnings': [
39 4005, 4018, 4146, 4333, 4345, 4267 39 4005, 4018, 4146, 4333, 4345, 4267
40 ], 40 ],
41 }, 41 },
42 'targets': [ 42 'targets': [
43 { 43 {
44 'target_name': 'pdfium', 44 'target_name': 'pdfium',
45 'type': 'static_library', 45 'type': 'static_library',
46 'dependencies': [ 46 'dependencies': [
47 'third_party/third_party.gyp:bigint', 47 'third_party/third_party.gyp:bigint',
48 'third_party/third_party.gyp:safemath', 48 'third_party/third_party.gyp:pdfium_base',
49 'fdrm', 49 'fdrm',
50 'fpdfdoc', 50 'fpdfdoc',
51 'fpdfapi', 51 'fpdfapi',
52 'fpdftext', 52 'fpdftext',
53 'formfiller', 53 'formfiller',
54 'fxcodec', 54 'fxcodec',
55 'fxcrt', 55 'fxcrt',
56 'fxedit', 56 'fxedit',
57 'fxge', 57 'fxge',
58 'javascript', 58 'javascript',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'fpdfsdk/src/fpdftext_embeddertest.cpp', 859 'fpdfsdk/src/fpdftext_embeddertest.cpp',
860 'fpdfsdk/src/fpdfview_embeddertest.cpp', 860 'fpdfsdk/src/fpdfview_embeddertest.cpp',
861 'testing/embedder_test.cpp', 861 'testing/embedder_test.cpp',
862 'testing/embedder_test.h', 862 'testing/embedder_test.h',
863 'testing/fx_string_testhelpers.cpp', 863 'testing/fx_string_testhelpers.cpp',
864 'testing/fx_string_testhelpers.h', 864 'testing/fx_string_testhelpers.h',
865 ], 865 ],
866 }, 866 },
867 ], 867 ],
868 } 868 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698