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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfHeaders_autogen.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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 #ifndef __DEFINED__SkPdfHeaders 1 /*
2 #define __DEFINED__SkPdfHeaders 2 * Copyright 2013 Google Inc.
3 3
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #ifndef SkPdfHeaders_DEFINED
9 #define SkPdfHeaders_DEFINED
10
4 #include "SkPdfJavascriptActionDictionary_autogen.h" 11 #include "SkPdfJavascriptActionDictionary_autogen.h"
5 #include "SkPdfMovieAnnotationDictionary_autogen.h" 12 #include "SkPdfMovieAnnotationDictionary_autogen.h"
6 #include "SkPdfMetadataStreamDictionary_autogen.h" 13 #include "SkPdfMetadataStreamDictionary_autogen.h"
7 #include "SkPdfPageTreeNodeDictionary_autogen.h" 14 #include "SkPdfPageTreeNodeDictionary_autogen.h"
8 #include "SkPdfWebCaptureCommandDictionary_autogen.h" 15 #include "SkPdfWebCaptureCommandDictionary_autogen.h"
9 #include "SkPdfAnnotationActionsDictionary_autogen.h" 16 #include "SkPdfAnnotationActionsDictionary_autogen.h"
10 #include "SkPdfInkAnnotationDictionary_autogen.h" 17 #include "SkPdfInkAnnotationDictionary_autogen.h"
11 #include "SkPdfWindowsLaunchActionDictionary_autogen.h" 18 #include "SkPdfWindowsLaunchActionDictionary_autogen.h"
12 #include "SkPdfBeadDictionary_autogen.h" 19 #include "SkPdfBeadDictionary_autogen.h"
13 #include "SkPdfPageObjectDictionary_autogen.h" 20 #include "SkPdfPageObjectDictionary_autogen.h"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 #include "SkPdfCcittfaxdecodeFilterDictionary_autogen.h" 169 #include "SkPdfCcittfaxdecodeFilterDictionary_autogen.h"
163 #include "SkPdfType1FormDictionary_autogen.h" 170 #include "SkPdfType1FormDictionary_autogen.h"
164 #include "SkPdfFontDictionary_autogen.h" 171 #include "SkPdfFontDictionary_autogen.h"
165 #include "SkPdfFunctionCommonDictionary_autogen.h" 172 #include "SkPdfFunctionCommonDictionary_autogen.h"
166 #include "SkPdfHideActionDictionary_autogen.h" 173 #include "SkPdfHideActionDictionary_autogen.h"
167 #include "SkPdfURIDictionary_autogen.h" 174 #include "SkPdfURIDictionary_autogen.h"
168 #include "SkPdfSignatureDictionary_autogen.h" 175 #include "SkPdfSignatureDictionary_autogen.h"
169 #include "SkPdfType0FunctionDictionary_autogen.h" 176 #include "SkPdfType0FunctionDictionary_autogen.h"
170 #include "SkPdfFDFPageDictionary_autogen.h" 177 #include "SkPdfFDFPageDictionary_autogen.h"
171 #include "SkPdfCalrgbColorSpaceDictionary_autogen.h" 178 #include "SkPdfCalrgbColorSpaceDictionary_autogen.h"
172 #endif // __DEFINED__SkPdfHeaders 179 #endif // SkPdfHeaders_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698