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

Side by Side Diff: Source/WebKit/chromium/WebKit.gypi

Issue 15350006: Decode GIF image frames on demand. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
OLDNEW
1 # 1 #
2 # Copyright (C) 2010 Google Inc. All rights reserved. 2 # Copyright (C) 2010 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'tests/IDBAbortOnCorruptTest.cpp', 52 'tests/IDBAbortOnCorruptTest.cpp',
53 'tests/IDBBackingStoreTest.cpp', 53 'tests/IDBBackingStoreTest.cpp',
54 'tests/IDBBindingUtilitiesTest.cpp', 54 'tests/IDBBindingUtilitiesTest.cpp',
55 'tests/IDBCleanupOnIOErrorTest.cpp', 55 'tests/IDBCleanupOnIOErrorTest.cpp',
56 'tests/IDBDatabaseBackendTest.cpp', 56 'tests/IDBDatabaseBackendTest.cpp',
57 'tests/IDBFakeBackingStore.h', 57 'tests/IDBFakeBackingStore.h',
58 'tests/IDBKeyPathTest.cpp', 58 'tests/IDBKeyPathTest.cpp',
59 'tests/IDBLevelDBCodingTest.cpp', 59 'tests/IDBLevelDBCodingTest.cpp',
60 'tests/IDBRequestTest.cpp', 60 'tests/IDBRequestTest.cpp',
61 'tests/IDBTransactionTest.cpp', 61 'tests/IDBTransactionTest.cpp',
62 'tests/ImageDecoderTest.cpp',
62 'tests/ImageDecodingStoreTest.cpp', 63 'tests/ImageDecodingStoreTest.cpp',
63 'tests/ImageFrameGeneratorTest.cpp', 64 'tests/ImageFrameGeneratorTest.cpp',
64 'tests/ImageLayerChromiumTest.cpp', 65 'tests/ImageLayerChromiumTest.cpp',
65 'tests/MockDiscardablePixelRef.h', 66 'tests/MockDiscardablePixelRef.h',
66 'tests/MockImageDecoder.h', 67 'tests/MockImageDecoder.h',
67 'tests/KeyboardTest.cpp', 68 'tests/KeyboardTest.cpp',
68 'tests/KURLTest.cpp', 69 'tests/KURLTest.cpp',
69 'tests/LevelDBTest.cpp', 70 'tests/LevelDBTest.cpp',
70 'tests/LinkHighlightTest.cpp', 71 'tests/LinkHighlightTest.cpp',
71 'tests/ListenerLeakTest.cpp', 72 'tests/ListenerLeakTest.cpp',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 }], 142 }],
142 ], 143 ],
143 }, 144 },
144 } 145 }
145 146
146 # Local Variables: 147 # Local Variables:
147 # tab-width:2 148 # tab-width:2
148 # indent-tabs-mode:nil 149 # indent-tabs-mode:nil
149 # End: 150 # End:
150 # vim: set expandtab tabstop=2 shiftwidth=2: 151 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/GIFImageDecoderTest.cpp » ('j') | Source/core/platform/graphics/BitmapImage.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698