| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'tests/CCLayerTreeHostCommonTest.cpp', | 63 'tests/CCLayerTreeHostCommonTest.cpp', |
| 64 'tests/CCLayerTreeHostImplTest.cpp', | 64 'tests/CCLayerTreeHostImplTest.cpp', |
| 65 'tests/CCLayerTreeHostTest.cpp', | 65 'tests/CCLayerTreeHostTest.cpp', |
| 66 'tests/CCLayerTreeTestCommon.h', | 66 'tests/CCLayerTreeTestCommon.h', |
| 67 'tests/CCRenderSurfaceTest.cpp', | 67 'tests/CCRenderSurfaceTest.cpp', |
| 68 'tests/CCSchedulerTest.cpp', | 68 'tests/CCSchedulerTest.cpp', |
| 69 'tests/CCSchedulerStateMachineTest.cpp', | 69 'tests/CCSchedulerStateMachineTest.cpp', |
| 70 'tests/CCSchedulerTestCommon.h', | 70 'tests/CCSchedulerTestCommon.h', |
| 71 'tests/CCThreadTaskTest.cpp', | 71 'tests/CCThreadTaskTest.cpp', |
| 72 'tests/FloatQuadTest.cpp', | 72 'tests/FloatQuadTest.cpp', |
| 73 'tests/FrameTestHelpers.cpp', | |
| 74 'tests/FrameTestHelpers.h', | |
| 75 'tests/IDBBindingUtilitiesTest.cpp', | 73 'tests/IDBBindingUtilitiesTest.cpp', |
| 76 'tests/IDBKeyPathTest.cpp', | 74 'tests/IDBKeyPathTest.cpp', |
| 77 'tests/IDBLevelDBCodingTest.cpp', | 75 'tests/IDBLevelDBCodingTest.cpp', |
| 78 'tests/InnerGestureRecognizerTest.cpp', | 76 'tests/InnerGestureRecognizerTest.cpp', |
| 79 'tests/KeyboardTest.cpp', | 77 'tests/KeyboardTest.cpp', |
| 80 'tests/KURLTest.cpp', | 78 'tests/KURLTest.cpp', |
| 81 'tests/LayerChromiumTest.cpp', | 79 'tests/LayerChromiumTest.cpp', |
| 82 'tests/MockGraphicsContext3DTest.cpp', | 80 'tests/MockGraphicsContext3DTest.cpp', |
| 83 'tests/MockWebGraphicsContext3D.h', | 81 'tests/MockWebGraphicsContext3D.h', |
| 84 'tests/PODArenaTest.cpp', | 82 'tests/PODArenaTest.cpp', |
| 85 'tests/PODIntervalTreeTest.cpp', | 83 'tests/PODIntervalTreeTest.cpp', |
| 86 'tests/PODRedBlackTreeTest.cpp', | 84 'tests/PODRedBlackTreeTest.cpp', |
| 87 'tests/RenderTableCellTest.cpp', | 85 'tests/RenderTableCellTest.cpp', |
| 88 'tests/TiledLayerChromiumTest.cpp', | 86 'tests/TiledLayerChromiumTest.cpp', |
| 89 'tests/TilingDataTest.cpp', | 87 'tests/TilingDataTest.cpp', |
| 90 'tests/TreeSynchronizerTest.cpp', | 88 'tests/TreeSynchronizerTest.cpp', |
| 91 'tests/TreeTestHelpers.cpp', | 89 'tests/TreeTestHelpers.cpp', |
| 92 'tests/TreeTestHelpers.h', | 90 'tests/TreeTestHelpers.h', |
| 93 'tests/WebCompositorInputHandlerImplTest.cpp', | 91 'tests/WebCompositorInputHandlerImplTest.cpp', |
| 94 'tests/WebFrameTest.cpp', | 92 'tests/WebFrameTest.cpp', |
| 95 'tests/WebLayerTest.cpp', | 93 'tests/WebLayerTest.cpp', |
| 96 'tests/WebPageNewSerializerTest.cpp', | 94 'tests/WebPageNewSerializerTest.cpp', |
| 97 'tests/WebPageSerializerTest.cpp', | 95 'tests/WebPageSerializerTest.cpp', |
| 98 'tests/WebURLRequestTest.cpp', | 96 'tests/WebURLRequestTest.cpp', |
| 99 'tests/WebViewTest.cpp', | |
| 100 ], | 97 ], |
| 101 | 98 |
| 102 'conditions': [ | 99 'conditions': [ |
| 103 ['OS=="win"', { | 100 ['OS=="win"', { |
| 104 'webkit_unittest_files': [ | 101 'webkit_unittest_files': [ |
| 105 # FIXME: Port DragImageTest to Mac. | 102 # FIXME: Port DragImageTest to Mac. |
| 106 'tests/DragImageTest.cpp', | 103 'tests/DragImageTest.cpp', |
| 107 # FIXME: Port PopupMenuTest to Linux and Mac. | 104 # FIXME: Port PopupMenuTest to Linux and Mac. |
| 108 'tests/PopupMenuTest.cpp', | 105 'tests/PopupMenuTest.cpp', |
| 109 'tests/TransparencyWinTest.cpp', | 106 'tests/TransparencyWinTest.cpp', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 127 }], | 124 }], |
| 128 ], | 125 ], |
| 129 }, | 126 }, |
| 130 } | 127 } |
| 131 | 128 |
| 132 # Local Variables: | 129 # Local Variables: |
| 133 # tab-width:2 | 130 # tab-width:2 |
| 134 # indent-tabs-mode:nil | 131 # indent-tabs-mode:nil |
| 135 # End: | 132 # End: |
| 136 # vim: set expandtab tabstop=2 shiftwidth=2: | 133 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |