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

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

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 /*
2 * Copyright 2013 Google Inc.
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
1 #include "SkPdfHeaders_autogen.h" 8 #include "SkPdfHeaders_autogen.h"
2 #include "SkPdfJavascriptActionDictionary_autogen.cpp" 9 #include "SkPdfJavascriptActionDictionary_autogen.cpp"
3 #include "SkPdfMovieAnnotationDictionary_autogen.cpp" 10 #include "SkPdfMovieAnnotationDictionary_autogen.cpp"
4 #include "SkPdfMetadataStreamDictionary_autogen.cpp" 11 #include "SkPdfMetadataStreamDictionary_autogen.cpp"
5 #include "SkPdfPageTreeNodeDictionary_autogen.cpp" 12 #include "SkPdfPageTreeNodeDictionary_autogen.cpp"
6 #include "SkPdfWebCaptureCommandDictionary_autogen.cpp" 13 #include "SkPdfWebCaptureCommandDictionary_autogen.cpp"
7 #include "SkPdfAnnotationActionsDictionary_autogen.cpp" 14 #include "SkPdfAnnotationActionsDictionary_autogen.cpp"
8 #include "SkPdfInkAnnotationDictionary_autogen.cpp" 15 #include "SkPdfInkAnnotationDictionary_autogen.cpp"
9 #include "SkPdfWindowsLaunchActionDictionary_autogen.cpp" 16 #include "SkPdfWindowsLaunchActionDictionary_autogen.cpp"
10 #include "SkPdfBeadDictionary_autogen.cpp" 17 #include "SkPdfBeadDictionary_autogen.cpp"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 #include "SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp" 167 #include "SkPdfCcittfaxdecodeFilterDictionary_autogen.cpp"
161 #include "SkPdfType1FormDictionary_autogen.cpp" 168 #include "SkPdfType1FormDictionary_autogen.cpp"
162 #include "SkPdfFontDictionary_autogen.cpp" 169 #include "SkPdfFontDictionary_autogen.cpp"
163 #include "SkPdfFunctionCommonDictionary_autogen.cpp" 170 #include "SkPdfFunctionCommonDictionary_autogen.cpp"
164 #include "SkPdfHideActionDictionary_autogen.cpp" 171 #include "SkPdfHideActionDictionary_autogen.cpp"
165 #include "SkPdfURIDictionary_autogen.cpp" 172 #include "SkPdfURIDictionary_autogen.cpp"
166 #include "SkPdfSignatureDictionary_autogen.cpp" 173 #include "SkPdfSignatureDictionary_autogen.cpp"
167 #include "SkPdfType0FunctionDictionary_autogen.cpp" 174 #include "SkPdfType0FunctionDictionary_autogen.cpp"
168 #include "SkPdfFDFPageDictionary_autogen.cpp" 175 #include "SkPdfFDFPageDictionary_autogen.cpp"
169 #include "SkPdfCalrgbColorSpaceDictionary_autogen.cpp" 176 #include "SkPdfCalrgbColorSpaceDictionary_autogen.cpp"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698