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

Side by Side Diff: skia/skia.gyp

Issue 5575010: Integration of most changes from the GoogleTV project around the convolver/sc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Latest rounds of changes to address Brett's comments Created 9 years, 11 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 | « skia/ext/image_operations_unittest.cc ('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) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
11 'sources': [ 11 'sources': [
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 '../third_party/skia/src/images/SkImageDecoder.cpp', 423 '../third_party/skia/src/images/SkImageDecoder.cpp',
424 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp', 424 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp',
425 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp', 425 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp',
426 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp', 426 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp',
427 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp', 427 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp',
428 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp', 428 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp',
429 #'../third_party/skia/src/images/SkImageDecoder_libjpeg.cpp', 429 #'../third_party/skia/src/images/SkImageDecoder_libjpeg.cpp',
430 #'../third_party/skia/src/images/SkImageDecoder_libpng.cpp', 430 #'../third_party/skia/src/images/SkImageDecoder_libpng.cpp',
431 #'../third_party/skia/src/images/SkImageDecoder_libpvjpeg.cpp', 431 #'../third_party/skia/src/images/SkImageDecoder_libpvjpeg.cpp',
432 #'../third_party/skia/src/images/SkImageDecoder_wbmp.cpp', 432 #'../third_party/skia/src/images/SkImageDecoder_wbmp.cpp',
433 #'../third_party/skia/src/images/SKImageEncoder.cpp', 433 #'../third_party/skia/src/images/SkImageEncoder.cpp',
434 #'../third_party/skia/src/images/SKImageEncoder_Factory.cpp', 434 #'../third_party/skia/src/images/SkImageEncoder_Factory.cpp',
435 #'../third_party/skia/src/images/SkImageRef.cpp', 435 #'../third_party/skia/src/images/SkImageRef.cpp',
436 #'../third_party/skia/src/images/SkImageRefPool.cpp', 436 #'../third_party/skia/src/images/SkImageRefPool.cpp',
437 #'../third_party/skia/src/images/SkImageRefPool.h', 437 #'../third_party/skia/src/images/SkImageRefPool.h',
438 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 438 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
439 #'../third_party/skia/src/images/SkMovie.cpp', 439 #'../third_party/skia/src/images/SkMovie.cpp',
440 #'../third_party/skia/src/images/SkMovie_gif.cpp', 440 #'../third_party/skia/src/images/SkMovie_gif.cpp',
441 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 441 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
442 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 442 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
443 443
444 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 444 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 '-fomit-frame-pointer', 839 '-fomit-frame-pointer',
840 ], 840 ],
841 'sources': [ 841 'sources': [
842 '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp', 842 '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp',
843 '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp', 843 '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp',
844 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 844 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
845 ], 845 ],
846 }], 846 }],
847 ], 847 ],
848 }, 848 },
849 {
850 'target_name': 'image_operations_bench',
851 'type': 'executable',
852 'dependencies': [
853 '../base/base.gyp:base',
854 'skia',
855 ],
856 'include_dirs': [
857 '..',
858 ],
859 'sources': [
860 'ext/image_operations_bench.cc',
861 ],
862 },
849 ], 863 ],
850 } 864 }
851 865
852 # Local Variables: 866 # Local Variables:
853 # tab-width:2 867 # tab-width:2
854 # indent-tabs-mode:nil 868 # indent-tabs-mode:nil
855 # End: 869 # End:
856 # vim: set expandtab tabstop=2 shiftwidth=2: 870 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698