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

Side by Side Diff: gyp/gm.gyp

Issue 294683003: Since we're only using it on Linux now, just require poppler as a system dependency. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: set -e Created 6 years, 7 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 | « gyp/fontconfig.gyp ('k') | gyp/iconv.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build the "gm" (golden master) executable. 1 # GYP file to build the "gm" (golden master) executable.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'gm_expectations', 8 'target_name': 'gm_expectations',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs' : [ 10 'include_dirs' : [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ], 69 ],
70 'include_dirs' : [ 70 'include_dirs' : [
71 '../experimental/PdfViewer/inc', 71 '../experimental/PdfViewer/inc',
72 ], 72 ],
73 'dependencies': [ 73 'dependencies': [
74 'pdfviewer_lib.gyp:pdfviewer_lib', 74 'pdfviewer_lib.gyp:pdfviewer_lib',
75 ], 75 ],
76 }], 76 }],
77 ['skia_poppler_enabled', { 77 ['skia_poppler_enabled', {
78 'dependencies': [ 78 'dependencies': [
79 'poppler.gyp:libpoppler-cpp-gpl', 79 'poppler.gyp:*',
80 ], 80 ],
81 'defines': [ 81 'defines': [
82 'SK_BUILD_POPPLER', 82 'SK_BUILD_POPPLER',
83 ], 83 ],
84 }], 84 }],
85 ['skia_os == "mac"', { 85 ['skia_os == "mac"', {
86 'sources!': [ 86 'sources!': [
87 '../gm/system_preferences_default.cpp', 87 '../gm/system_preferences_default.cpp',
88 ], 88 ],
89 'sources': [ 89 'sources': [
(...skipping 16 matching lines...) Expand all
106 '../src/gpu', 106 '../src/gpu',
107 ], 107 ],
108 'dependencies': [ 108 'dependencies': [
109 'gputest.gyp:skgputest', 109 'gputest.gyp:skgputest',
110 ], 110 ],
111 }], 111 }],
112 ], 112 ],
113 }, 113 },
114 ], 114 ],
115 } 115 }
OLDNEW
« no previous file with comments | « gyp/fontconfig.gyp ('k') | gyp/iconv.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698