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

Side by Side Diff: gyp/pdfviewer_lib.gyp

Issue 1265443002: add -Iinclude/private anywhere we have -Isrc/core (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « gyp/pdf.gyp ('k') | gyp/ports.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build pdfviewer. 5 # GYP file to build pdfviewer.
6 # 6 #
7 # To build on Linux: 7 # To build on Linux:
8 # ./gyp_skia pdfviewer.gyp && make pdfviewer 8 # ./gyp_skia pdfviewer.gyp && make pdfviewer
9 # 9 #
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 '../experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfMapper_autogen.c pp', 38 '../experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfMapper_autogen.c pp',
39 '../experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfHeaders_autogen. cpp', 39 '../experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfHeaders_autogen. cpp',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 '../experimental/PdfViewer', 42 '../experimental/PdfViewer',
43 '../experimental/PdfViewer/inc', 43 '../experimental/PdfViewer/inc',
44 '../experimental/PdfViewer/src', 44 '../experimental/PdfViewer/src',
45 '../experimental/PdfViewer/pdfparser', 45 '../experimental/PdfViewer/pdfparser',
46 '../experimental/PdfViewer/pdfparser/native', 46 '../experimental/PdfViewer/pdfparser/native',
47 '../experimental/PdfViewer/pdfparser/native/pdfapi', 47 '../experimental/PdfViewer/pdfparser/native/pdfapi',
48 '../include/private',
48 '../src/core', 49 '../src/core',
49 ], 50 ],
50 'dependencies': [ 51 'dependencies': [
51 'skia_lib.gyp:skia_lib', 52 'skia_lib.gyp:skia_lib',
52 'skflate.gyp:skflate', 53 'skflate.gyp:skflate',
53 ], 54 ],
54 }, 55 },
55 ], 56 ],
56 } 57 }
OLDNEW
« no previous file with comments | « gyp/pdf.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698