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

Side by Side Diff: gyp/SampleApp.gyp

Issue 22799007: I'm investigating how to make the IPC transfer a bit more secure on the (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Removed unwanted file Created 7 years, 3 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
« no previous file with comments | « no previous file | include/core/SkFlattenable.h » ('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 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 3 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
4 'sample_pdf_file_viewer%': 0, 4 'sample_pdf_file_viewer%': 0,
5 }, 5 },
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'SampleApp', 8 'target_name': 'SampleApp',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle' : 1, 10 'mac_bundle' : 1,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../samplecode/SampleDither.cpp', 62 '../samplecode/SampleDither.cpp',
63 '../samplecode/SampleDitherBitmap.cpp', 63 '../samplecode/SampleDitherBitmap.cpp',
64 '../samplecode/SampleEffects.cpp', 64 '../samplecode/SampleEffects.cpp',
65 '../samplecode/SampleEmboss.cpp', 65 '../samplecode/SampleEmboss.cpp',
66 '../samplecode/SampleEmptyPath.cpp', 66 '../samplecode/SampleEmptyPath.cpp',
67 '../samplecode/SampleEncode.cpp', 67 '../samplecode/SampleEncode.cpp',
68 '../samplecode/SampleFatBits.cpp', 68 '../samplecode/SampleFatBits.cpp',
69 '../samplecode/SampleFillType.cpp', 69 '../samplecode/SampleFillType.cpp',
70 '../samplecode/SampleFilter.cpp', 70 '../samplecode/SampleFilter.cpp',
71 '../samplecode/SampleFilter2.cpp', 71 '../samplecode/SampleFilter2.cpp',
72 '../samplecode/SampleFilterFuzz.cpp',
72 '../samplecode/SampleFontCache.cpp', 73 '../samplecode/SampleFontCache.cpp',
73 '../samplecode/SampleFontScalerTest.cpp', 74 '../samplecode/SampleFontScalerTest.cpp',
74 '../samplecode/SampleFuzz.cpp', 75 '../samplecode/SampleFuzz.cpp',
75 '../samplecode/SampleGradients.cpp', 76 '../samplecode/SampleGradients.cpp',
76 '../samplecode/SampleHairCurves.cpp', 77 '../samplecode/SampleHairCurves.cpp',
77 '../samplecode/SampleHairline.cpp', 78 '../samplecode/SampleHairline.cpp',
78 '../samplecode/SampleHairModes.cpp', 79 '../samplecode/SampleHairModes.cpp',
79 '../samplecode/SampleLayerMask.cpp', 80 '../samplecode/SampleLayerMask.cpp',
80 '../samplecode/SampleLayers.cpp', 81 '../samplecode/SampleLayers.cpp',
81 '../samplecode/SampleLCD.cpp', 82 '../samplecode/SampleLCD.cpp',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 }, 320 },
320 }, 321 },
321 ], 322 ],
322 } 323 }
323 324
324 # Local Variables: 325 # Local Variables:
325 # tab-width:2 326 # tab-width:2
326 # indent-tabs-mode:nil 327 # indent-tabs-mode:nil
327 # End: 328 # End:
328 # vim: set expandtab tabstop=2 shiftwidth=2: 329 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkFlattenable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698