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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'webkit_unittest_files': [ | 54 'webkit_unittest_files': [ |
55 'tests/ArenaTestHelpers.h', | 55 'tests/ArenaTestHelpers.h', |
56 'tests/AssociatedURLLoaderTest.cpp', | 56 'tests/AssociatedURLLoaderTest.cpp', |
57 'tests/CCLayerSorterTest.cpp', | 57 'tests/CCLayerSorterTest.cpp', |
58 'tests/CCLayerTreeHostCommonTest.cpp', | 58 'tests/CCLayerTreeHostCommonTest.cpp', |
59 'tests/CCLayerTreeHostImplTest.cpp', | 59 'tests/CCLayerTreeHostImplTest.cpp', |
60 'tests/CCLayerTreeHostTest.cpp', | 60 'tests/CCLayerTreeHostTest.cpp', |
61 'tests/CCSchedulerTest.cpp', | 61 'tests/CCSchedulerTest.cpp', |
62 'tests/CCThreadTaskTest.cpp', | 62 'tests/CCThreadTaskTest.cpp', |
63 'tests/CCThreadTest.cpp', | 63 'tests/CCThreadTest.cpp', |
64 'tests/FrameTestHelpers.cpp', | |
65 'tests/FrameTestHelpers.h', | |
66 'tests/IDBBindingUtilitiesTest.cpp', | 64 'tests/IDBBindingUtilitiesTest.cpp', |
67 'tests/IDBKeyPathTest.cpp', | 65 'tests/IDBKeyPathTest.cpp', |
68 'tests/IDBLevelDBCodingTest.cpp', | 66 'tests/IDBLevelDBCodingTest.cpp', |
69 'tests/InnerGestureRecognizerTest.cpp', | 67 'tests/InnerGestureRecognizerTest.cpp', |
70 'tests/KeyboardTest.cpp', | 68 'tests/KeyboardTest.cpp', |
71 'tests/KURLTest.cpp', | 69 'tests/KURLTest.cpp', |
72 'tests/LayerChromiumTest.cpp', | 70 'tests/LayerChromiumTest.cpp', |
73 'tests/MockGraphicsContext3DTest.cpp', | 71 'tests/MockGraphicsContext3DTest.cpp', |
74 'tests/MockWebGraphicsContext3D.h', | 72 'tests/MockWebGraphicsContext3D.h', |
75 'tests/PODArenaTest.cpp', | 73 'tests/PODArenaTest.cpp', |
76 'tests/PODIntervalTreeTest.cpp', | 74 'tests/PODIntervalTreeTest.cpp', |
77 'tests/PODRedBlackTreeTest.cpp', | 75 'tests/PODRedBlackTreeTest.cpp', |
78 'tests/ScrollAnimatorNoneTest.cpp', | 76 'tests/ScrollAnimatorNoneTest.cpp', |
79 'tests/TilingDataTest.cpp', | 77 'tests/TilingDataTest.cpp', |
80 'tests/TreeSynchronizerTest.cpp', | 78 'tests/TreeSynchronizerTest.cpp', |
81 'tests/TreeTestHelpers.cpp', | 79 'tests/TreeTestHelpers.cpp', |
82 'tests/TreeTestHelpers.h', | 80 'tests/TreeTestHelpers.h', |
83 'tests/WebCompositorImplTest.cpp', | 81 'tests/WebCompositorImplTest.cpp', |
84 'tests/WebFrameTest.cpp', | 82 'tests/WebFrameTest.cpp', |
85 'tests/WebURLRequestTest.cpp', | 83 'tests/WebURLRequestTest.cpp', |
86 'tests/WebViewTest.cpp', | |
87 ], | 84 ], |
88 | 85 |
89 'conditions': [ | 86 'conditions': [ |
90 ['OS=="win"', { | 87 ['OS=="win"', { |
91 'webkit_unittest_files': [ | 88 'webkit_unittest_files': [ |
92 # FIXME: Port DragImageTest to Mac. | 89 # FIXME: Port DragImageTest to Mac. |
93 'tests/DragImageTest.cpp', | 90 'tests/DragImageTest.cpp', |
94 # FIXME: Port PopupMenuTest to Linux and Mac. | 91 # FIXME: Port PopupMenuTest to Linux and Mac. |
95 'tests/PopupMenuTest.cpp', | 92 'tests/PopupMenuTest.cpp', |
96 'tests/TransparencyWinTest.cpp', | 93 'tests/TransparencyWinTest.cpp', |
(...skipping 11 matching lines...) Expand all Loading... |
108 }], | 105 }], |
109 ], | 106 ], |
110 }, | 107 }, |
111 } | 108 } |
112 | 109 |
113 # Local Variables: | 110 # Local Variables: |
114 # tab-width:2 | 111 # tab-width:2 |
115 # indent-tabs-mode:nil | 112 # indent-tabs-mode:nil |
116 # End: | 113 # End: |
117 # vim: set expandtab tabstop=2 shiftwidth=2: | 114 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |