| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'tests/TreeTestHelpers.h', | 89 'tests/TreeTestHelpers.h', |
| 90 'tests/URLTestHelpers.cpp', | 90 'tests/URLTestHelpers.cpp', |
| 91 'tests/URLTestHelpers.h', | 91 'tests/URLTestHelpers.h', |
| 92 'tests/WebCompositorInputHandlerImplTest.cpp', | 92 'tests/WebCompositorInputHandlerImplTest.cpp', |
| 93 'tests/WebFrameTest.cpp', | 93 'tests/WebFrameTest.cpp', |
| 94 'tests/WebImageTest.cpp', | 94 'tests/WebImageTest.cpp', |
| 95 'tests/WebInputEventConversionTest.cpp', | 95 'tests/WebInputEventConversionTest.cpp', |
| 96 'tests/WebInputEventFactoryTestMac.mm', | 96 'tests/WebInputEventFactoryTestMac.mm', |
| 97 'tests/WebPageNewSerializerTest.cpp', | 97 'tests/WebPageNewSerializerTest.cpp', |
| 98 'tests/WebPageSerializerTest.cpp', | 98 'tests/WebPageSerializerTest.cpp', |
| 99 'tests/WEBPImageDecoderTest.cpp', |
| 99 'tests/WebPluginContainerTest.cpp', | 100 'tests/WebPluginContainerTest.cpp', |
| 100 'tests/WebUserGestureTokenTest.cpp', | 101 'tests/WebUserGestureTokenTest.cpp', |
| 101 'tests/WebSocketDeflaterTest.cpp', | 102 'tests/WebSocketDeflaterTest.cpp', |
| 102 'tests/WebSocketExtensionDispatcherTest.cpp', | 103 'tests/WebSocketExtensionDispatcherTest.cpp', |
| 103 'tests/WebURLRequestTest.cpp', | 104 'tests/WebURLRequestTest.cpp', |
| 104 'tests/WebURLResponseTest.cpp', | 105 'tests/WebURLResponseTest.cpp', |
| 105 'tests/WebViewTest.cpp', | 106 'tests/WebViewTest.cpp', |
| 106 ], | 107 ], |
| 107 | 108 |
| 108 'conditions': [ | 109 'conditions': [ |
| (...skipping 32 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 |