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

Side by Side Diff: gyp/gm.gyp

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Improve style, fix windows build, remove dead code, make GPL more obvious Created 7 years, 4 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 | Annotate | Revision Log
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 '../src/pipe/utils/SamplePipeControllers.h', 45 '../src/pipe/utils/SamplePipeControllers.h',
46 '../src/pipe/utils/SamplePipeControllers.cpp', 46 '../src/pipe/utils/SamplePipeControllers.cpp',
47 47
48 '../src/utils/debugger/SkDrawCommand.h', 48 '../src/utils/debugger/SkDrawCommand.h',
49 '../src/utils/debugger/SkDrawCommand.cpp', 49 '../src/utils/debugger/SkDrawCommand.cpp',
50 '../src/utils/debugger/SkDebugCanvas.h', 50 '../src/utils/debugger/SkDebugCanvas.h',
51 '../src/utils/debugger/SkDebugCanvas.cpp', 51 '../src/utils/debugger/SkDebugCanvas.cpp',
52 '../src/utils/debugger/SkObjectParser.h', 52 '../src/utils/debugger/SkObjectParser.h',
53 '../src/utils/debugger/SkObjectParser.cpp', 53 '../src/utils/debugger/SkObjectParser.cpp',
54
55 '../src/utils/SkPDFRasterizer.cpp',
54 ], 56 ],
55 'dependencies': [ 57 'dependencies': [
56 'skia_lib.gyp:skia_lib', 58 'skia_lib.gyp:skia_lib',
57 'flags.gyp:flags', 59 'flags.gyp:flags',
58 'gm.gyp:gm_expectations', 60 'gm.gyp:gm_expectations',
59 'jsoncpp.gyp:jsoncpp', 61 'jsoncpp.gyp:jsoncpp',
60 'pdf.gyp:pdf', 62 'pdf.gyp:pdf',
63 'poppler.gyp:libpoppler-cpp-gpl',
61 ], 64 ],
62 'conditions': [ 65 'conditions': [
63 ['skia_os == "mac"', { 66 ['skia_os == "mac"', {
64 'sources!': [ 67 'sources!': [
65 '../gm/system_preferences_default.cpp', 68 '../gm/system_preferences_default.cpp',
66 ], 69 ],
67 'sources': [ 70 'sources': [
68 '../gm/system_preferences_mac.mm', 71 '../gm/system_preferences_mac.mm',
69 ], 72 ],
70 'link_settings': { 73 'link_settings': {
(...skipping 16 matching lines...) Expand all
87 ], 90 ],
88 }, 91 },
89 ], 92 ],
90 } 93 }
91 94
92 # Local Variables: 95 # Local Variables:
93 # tab-width:2 96 # tab-width:2
94 # indent-tabs-mode:nil 97 # indent-tabs-mode:nil
95 # End: 98 # End:
96 # vim: set expandtab tabstop=2 shiftwidth=2: 99 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/freetype.gyp ('k') | gyp/iconv.gyp » ('j') | src/utils/SkPDFRasterizer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698