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

Side by Side Diff: gyp/poppler.gyp

Issue 1002493002: Clean up poppler code. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: header too Created 5 years, 9 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/freetype.gyp ('k') | site/user/quick/linux.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Poppler, assuming it's been installed to the (Linux) system.
2 {
3 'targets': [{
4 'target_name': 'poppler',
5 'type': 'none',
6 'direct_dependent_settings': {
7 'libraries': [
8 '-lpoppler-cpp',
9 ],
10 'include_dirs': [
11 '/usr/include/poppler/cpp',
12 ],
13 },
14 }],
15 }
OLDNEW
« no previous file with comments | « gyp/freetype.gyp ('k') | site/user/quick/linux.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698