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

Side by Side Diff: skia/skia.gyp

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix errors in checkin 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
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_sandbox_none.cpp',
vandebo (ex-Chrome) 2011/11/18 21:35:18 We can compile this for the non-Windows case.
arthurhsu 2011/11/22 00:56:23 Done.
482 '../third_party/skia/src/ports/SkFontHost_win.cpp', 482 '../third_party/skia/src/ports/SkFontHost_win.cpp',
483 '../third_party/skia/src/ports/SkGlobals_global.cpp', 483 '../third_party/skia/src/ports/SkGlobals_global.cpp',
484 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 484 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
485 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 485 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
486 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', 486 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp',
487 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', 487 #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
488 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', 488 #'../third_party/skia/src/ports/SkOSEvent_android.cpp',
489 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', 489 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp',
490 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 490 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
491 #'../third_party/skia/src/ports/SkThread_none.cpp', 491 #'../third_party/skia/src/ports/SkThread_none.cpp',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'ext/platform_canvas.cc', 687 'ext/platform_canvas.cc',
688 'ext/platform_canvas.h', 688 'ext/platform_canvas.h',
689 'ext/platform_canvas_linux.cc', 689 'ext/platform_canvas_linux.cc',
690 'ext/platform_canvas_mac.cc', 690 'ext/platform_canvas_mac.cc',
691 'ext/platform_canvas_win.cc', 691 'ext/platform_canvas_win.cc',
692 'ext/platform_device.cc', 692 'ext/platform_device.cc',
693 'ext/platform_device.h', 693 'ext/platform_device.h',
694 'ext/platform_device_linux.cc', 694 'ext/platform_device_linux.cc',
695 'ext/platform_device_mac.cc', 695 'ext/platform_device_mac.cc',
696 'ext/platform_device_win.cc', 696 'ext/platform_device_win.cc',
697 'ext/SkFontHost_sandbox_win.h',
698 'ext/SkFontHost_sandbox_win.cpp',
697 'ext/SkMemory_new_handler.cpp', 699 'ext/SkMemory_new_handler.cpp',
698 'ext/skia_utils_mac.mm', 700 'ext/skia_utils_mac.mm',
699 'ext/skia_utils_mac.h', 701 'ext/skia_utils_mac.h',
700 'ext/skia_utils_win.cc', 702 'ext/skia_utils_win.cc',
701 'ext/skia_utils_win.h', 703 'ext/skia_utils_win.h',
702 'ext/vector_canvas.cc', 704 'ext/vector_canvas.cc',
703 'ext/vector_canvas.h', 705 'ext/vector_canvas.h',
704 'ext/vector_platform_device_emf_win.cc', 706 'ext/vector_platform_device_emf_win.cc',
705 'ext/vector_platform_device_emf_win.h', 707 'ext/vector_platform_device_emf_win.h',
706 'ext/vector_platform_device_skia.cc', 708 'ext/vector_platform_device_skia.cc',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 ], 1115 ],
1114 'include_dirs': [ 1116 'include_dirs': [
1115 '..', 1117 '..',
1116 ], 1118 ],
1117 'sources': [ 1119 'sources': [
1118 'ext/image_operations_bench.cc', 1120 'ext/image_operations_bench.cc',
1119 ], 1121 ],
1120 }, 1122 },
1121 ], 1123 ],
1122 } 1124 }
OLDNEW
« skia/ext/SkFontHost_sandbox_win.cpp ('K') | « skia/ext/SkFontHost_sandbox_win.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698