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

Side by Side Diff: skia/skia.gyp

Issue 8486011: roll skia to 2695 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sources': [ 10 'sources': [
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 471 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
472 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 472 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
473 '../third_party/skia/src/ports/SkFontHost_android.cpp', 473 '../third_party/skia/src/ports/SkFontHost_android.cpp',
474 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 474 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
475 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 475 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
476 '../third_party/skia/src/ports/SkFontHost_gamma.cpp', 476 '../third_party/skia/src/ports/SkFontHost_gamma.cpp',
477 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 477 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
478 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 478 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
479 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 479 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
480 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 480 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
481 '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
481 '../third_party/skia/src/ports/SkFontHost_win.cpp', 482 '../third_party/skia/src/ports/SkFontHost_win.cpp',
482 '../third_party/skia/src/ports/SkGlobals_global.cpp', 483 '../third_party/skia/src/ports/SkGlobals_global.cpp',
483 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 484 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
484 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 485 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
485 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', 486 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp',
486 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', 487 #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
487 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', 488 #'../third_party/skia/src/ports/SkOSEvent_android.cpp',
488 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', 489 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp',
489 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 490 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
490 #'../third_party/skia/src/ports/SkThread_none.cpp', 491 #'../third_party/skia/src/ports/SkThread_none.cpp',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 ], 1113 ],
1113 'include_dirs': [ 1114 'include_dirs': [
1114 '..', 1115 '..',
1115 ], 1116 ],
1116 'sources': [ 1117 'sources': [
1117 'ext/image_operations_bench.cc', 1118 'ext/image_operations_bench.cc',
1118 ], 1119 ],
1119 }, 1120 },
1120 ], 1121 ],
1121 } 1122 }
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