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

Side by Side Diff: skia/skia.gyp

Issue 15703004: Roll Skia DEPS to r9331 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | « DEPS ('k') | 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 103 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
104 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 104 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
105 '../third_party/skia/src/ports/SkFontHost_win.cpp', 105 '../third_party/skia/src/ports/SkFontHost_win.cpp',
106 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 106 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
107 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 107 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
108 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 108 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
109 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', 109 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp',
110 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', 110 #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
111 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', 111 #'../third_party/skia/src/ports/SkOSEvent_android.cpp',
112 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', 112 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp',
113 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
113 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 114 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
115 '../third_party/skia/src/ports/SkOSFile_win.cpp',
114 #'../third_party/skia/src/ports/SkThread_none.cpp', 116 #'../third_party/skia/src/ports/SkThread_none.cpp',
115 '../third_party/skia/src/ports/SkThread_pthread.cpp', 117 '../third_party/skia/src/ports/SkThread_pthread.cpp',
116 '../third_party/skia/src/ports/SkThread_win.cpp', 118 '../third_party/skia/src/ports/SkThread_win.cpp',
117 '../third_party/skia/src/ports/SkTime_Unix.cpp', 119 '../third_party/skia/src/ports/SkTime_Unix.cpp',
118 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', 120 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp',
119 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 121 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
120 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 122 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
121 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 123 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
122 124
123 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 125 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'libraries': [ 495 'libraries': [
494 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 496 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
495 ], 497 ],
496 }, 498 },
497 'sources': [ 499 'sources': [
498 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', 500 '../third_party/skia/src/utils/mac/SkStream_mac.cpp',
499 ], 501 ],
500 }], 502 }],
501 [ 'OS == "win"', { 503 [ 'OS == "win"', {
502 'sources!': [ 504 'sources!': [
503 '../third_party/skia/src/core/SkMMapStream.cpp', 505 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
504 '../third_party/skia/src/ports/SkThread_pthread.cpp', 506 '../third_party/skia/src/ports/SkThread_pthread.cpp',
505 '../third_party/skia/src/ports/SkTime_Unix.cpp', 507 '../third_party/skia/src/ports/SkTime_Unix.cpp',
506 'ext/SkThread_chrome.cc', 508 'ext/SkThread_chrome.cc',
507 ], 509 ],
508 'include_dirs': [ 510 'include_dirs': [
509 'config/win', 511 'config/win',
510 ], 512 ],
511 'direct_dependent_settings': { 513 'direct_dependent_settings': {
512 'include_dirs': [ 514 'include_dirs': [
513 'config/win', 515 'config/win',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'sources': [ 841 'sources': [
840 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 842 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
841 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 843 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
842 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 844 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
843 ], 845 ],
844 }, 846 },
845 ], 847 ],
846 }], 848 }],
847 ], 849 ],
848 } 850 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698