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

Side by Side Diff: pdfium.gyp

Issue 1415483003: chromium_code: Surrender in the gyp build for now. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | 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 'chromium_code': 1, 3 # TODO(thakis): Enable this, pdfium:29
4 #'chromium_code': 1,
4 'pdf_use_skia%': 0, 5 'pdf_use_skia%': 0,
5 'pdf_enable_v8%': 1, 6 'pdf_enable_v8%': 1,
6 'conditions': [ 7 'conditions': [
7 ['OS=="linux"', { 8 ['OS=="linux"', {
8 'bundle_freetype%': 0, 9 'bundle_freetype%': 0,
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a 10 }, { # On Android there's no system FreeType. On Windows and Mac, only a
10 # few methods are used from it. 11 # few methods are used from it.
11 'bundle_freetype%': 1, 12 'bundle_freetype%': 1,
12 }], 13 }],
13 ], 14 ],
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ], 793 ],
793 'dependencies': [ 794 'dependencies': [
794 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 795 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
795 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 796 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
796 ], 797 ],
797 }], 798 }],
798 ], 799 ],
799 }, 800 },
800 ], 801 ],
801 } 802 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698