| 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/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 Loading... |
| 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: |
| OLD | NEW |