OLD | NEW |
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 Loading... |
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/LevelDBTest.cpp', | 69 'tests/LevelDBTest.cpp', |
69 'tests/LinkHighlightTest.cpp', | 70 'tests/LinkHighlightTest.cpp', |
70 'tests/ListenerLeakTest.cpp', | 71 'tests/ListenerLeakTest.cpp', |
71 'tests/MemoryInfo.cpp', | 72 'tests/MemoryInfo.cpp', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 }], | 140 }], |
140 ], | 141 ], |
141 }, | 142 }, |
142 } | 143 } |
143 | 144 |
144 # Local Variables: | 145 # Local Variables: |
145 # tab-width:2 | 146 # tab-width:2 |
146 # indent-tabs-mode:nil | 147 # indent-tabs-mode:nil |
147 # End: | 148 # End: |
148 # vim: set expandtab tabstop=2 shiftwidth=2: | 149 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |