| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'tests/URLTestHelpers.cpp', | 94 'tests/URLTestHelpers.cpp', |
| 95 'tests/URLTestHelpers.h', | 95 'tests/URLTestHelpers.h', |
| 96 'tests/WebCompositorInitializer.h', | 96 'tests/WebCompositorInitializer.h', |
| 97 'tests/WebCompositorInputHandlerImplTest.cpp', | 97 'tests/WebCompositorInputHandlerImplTest.cpp', |
| 98 'tests/WebFrameTest.cpp', | 98 'tests/WebFrameTest.cpp', |
| 99 'tests/WebImageTest.cpp', | 99 'tests/WebImageTest.cpp', |
| 100 'tests/WebInputEventConversionTest.cpp', | 100 'tests/WebInputEventConversionTest.cpp', |
| 101 'tests/WebInputEventFactoryTestMac.mm', | 101 'tests/WebInputEventFactoryTestMac.mm', |
| 102 'tests/WebPageNewSerializerTest.cpp', | 102 'tests/WebPageNewSerializerTest.cpp', |
| 103 'tests/WebPageSerializerTest.cpp', | 103 'tests/WebPageSerializerTest.cpp', |
| 104 'tests/WEBPImageDecoderTest.cpp', |
| 104 'tests/WebPluginContainerTest.cpp', | 105 'tests/WebPluginContainerTest.cpp', |
| 105 'tests/WebUserGestureTokenTest.cpp', | 106 'tests/WebUserGestureTokenTest.cpp', |
| 106 'tests/WebSocketDeflaterTest.cpp', | 107 'tests/WebSocketDeflaterTest.cpp', |
| 107 'tests/WebSocketExtensionDispatcherTest.cpp', | 108 'tests/WebSocketExtensionDispatcherTest.cpp', |
| 108 'tests/WebURLRequestTest.cpp', | 109 'tests/WebURLRequestTest.cpp', |
| 109 'tests/WebURLResponseTest.cpp', | 110 'tests/WebURLResponseTest.cpp', |
| 110 'tests/WebViewTest.cpp', | 111 'tests/WebViewTest.cpp', |
| 111 ], | 112 ], |
| 112 | 113 |
| 113 'conditions': [ | 114 'conditions': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 }], | 147 }], |
| 147 ], | 148 ], |
| 148 }, | 149 }, |
| 149 } | 150 } |
| 150 | 151 |
| 151 # Local Variables: | 152 # Local Variables: |
| 152 # tab-width:2 | 153 # tab-width:2 |
| 153 # indent-tabs-mode:nil | 154 # indent-tabs-mode:nil |
| 154 # End: | 155 # End: |
| 155 # vim: set expandtab tabstop=2 shiftwidth=2: | 156 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |