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

Side by Side Diff: skia/skia_library.gypi

Issue 951983003: Updated gypi file after skia header moved. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 9
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 68 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
69 '../third_party/skia/src/sfnt/SkOTUtils.h', 69 '../third_party/skia/src/sfnt/SkOTUtils.h',
70 70
71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', 71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp',
72 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', 72 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
73 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', 73 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
74 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', 74 '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
75 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', 75 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
76 '../third_party/skia/src/utils/debugger/SkObjectParser.h', 76 '../third_party/skia/src/utils/debugger/SkObjectParser.h',
77 77
78 '../third_party/skia/include/core/SkFontStyle.h',
79
78 '../third_party/skia/include/images/SkMovie.h', 80 '../third_party/skia/include/images/SkMovie.h',
79 '../third_party/skia/include/images/SkPageFlipper.h', 81 '../third_party/skia/include/images/SkPageFlipper.h',
80 82
81 '../third_party/skia/include/ports/SkFontConfigInterface.h', 83 '../third_party/skia/include/ports/SkFontConfigInterface.h',
82 '../third_party/skia/include/ports/SkFontMgr.h', 84 '../third_party/skia/include/ports/SkFontMgr.h',
83 '../third_party/skia/include/ports/SkFontMgr_indirect.h', 85 '../third_party/skia/include/ports/SkFontMgr_indirect.h',
84 '../third_party/skia/include/ports/SkFontStyle.h',
85 '../third_party/skia/include/ports/SkRemotableFontMgr.h', 86 '../third_party/skia/include/ports/SkRemotableFontMgr.h',
86 '../third_party/skia/include/ports/SkTypeface_win.h', 87 '../third_party/skia/include/ports/SkTypeface_win.h',
87 ], 88 ],
88 89
89 # Exclude all unused files in skia utils.gypi file 90 # Exclude all unused files in skia utils.gypi file
90 'sources!': [ 91 'sources!': [
91 '../third_party/skia/include/utils/SkBoundaryPatch.h', 92 '../third_party/skia/include/utils/SkBoundaryPatch.h',
92 '../third_party/skia/include/utils/SkFrontBufferedStream.h', 93 '../third_party/skia/include/utils/SkFrontBufferedStream.h',
93 '../third_party/skia/include/utils/SkCamera.h', 94 '../third_party/skia/include/utils/SkCamera.h',
94 '../third_party/skia/include/utils/SkCanvasStateUtils.h', 95 '../third_party/skia/include/utils/SkCanvasStateUtils.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 '../third_party/skia/include/pdf', 371 '../third_party/skia/include/pdf',
371 '../third_party/skia/include/gpu', 372 '../third_party/skia/include/gpu',
372 '../third_party/skia/include/lazy', 373 '../third_party/skia/include/lazy',
373 '../third_party/skia/include/pathops', 374 '../third_party/skia/include/pathops',
374 '../third_party/skia/include/pipe', 375 '../third_party/skia/include/pipe',
375 '../third_party/skia/include/ports', 376 '../third_party/skia/include/ports',
376 '../third_party/skia/include/utils', 377 '../third_party/skia/include/utils',
377 ], 378 ],
378 }, 379 },
379 } 380 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698