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

Side by Side Diff: experimental/PdfViewer/pdf_viewer_main.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
« no previous file with comments | « experimental/PdfViewer/SkTracker.cpp ('k') | experimental/PdfViewer/pdfparser/SkPdfNYI.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 /*
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 "SkCanvas.h" 8 #include "SkCanvas.h"
2 #include "SkCommandLineFlags.h" 9 #include "SkCommandLineFlags.h"
3 #include "SkDevice.h" 10 #include "SkDevice.h"
4 #include "SkGraphics.h" 11 #include "SkGraphics.h"
5 #include "SkImageDecoder.h" 12 #include "SkImageDecoder.h"
6 #include "SkImageEncoder.h" 13 #include "SkImageEncoder.h"
7 #include "SkOSFile.h" 14 #include "SkOSFile.h"
8 #include "SkPicture.h" 15 #include "SkPicture.h"
9 #include "SkStream.h" 16 #include "SkStream.h"
10 #include "SkTypeface.h" 17 #include "SkTypeface.h"
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 } 379 }
373 380
374 return 0; 381 return 0;
375 } 382 }
376 383
377 #if !defined SK_BUILD_FOR_IOS 384 #if !defined SK_BUILD_FOR_IOS
378 int main(int argc, char * const argv[]) { 385 int main(int argc, char * const argv[]) {
379 return tool_main(argc, (char**) argv); 386 return tool_main(argc, (char**) argv);
380 } 387 }
381 #endif 388 #endif
OLDNEW
« no previous file with comments | « experimental/PdfViewer/SkTracker.cpp ('k') | experimental/PdfViewer/pdfparser/SkPdfNYI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698