2 # Copyright (C) 2010 Google Inc. All rights reserved.
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are
8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above
11 # copyright notice, this list of conditions and the following disclaimer
12 # in the documentation and/or other materials provided with the
14 # * Neither the name of Google Inc. nor the names of its
15 # contributors may be used to endorse or promote products derived from
16 # this software without specific prior written permission.
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 # List of DevTools source files, ordered by dependencies. It is used both
34 # for copying them to resource dir, and for generating 'devtools.html' file.
35 'devtools_js_files': [
37 'src/js/DevToolsExtensionAPI.js',
40 'devtools_css_files': [
41 'src/js/devTools.css',
43 'devtools_extension_api_files': [
44 '../../WebCore/inspector/front-end/ExtensionAPI.js',
45 'src/js/DevToolsExtensionAPI.js'
47 'devtools_image_files': [
48 'src/js/Images/segmentChromium.png',
49 'src/js/Images/segmentHoverChromium.png',
50 'src/js/Images/segmentHoverEndChromium.png',
51 'src/js/Images/segmentSelectedChromium.png',
52 'src/js/Images/segmentSelectedEndChromium.png',
53 'src/js/Images/statusbarBackgroundChromium.png',
54 'src/js/Images/statusbarBottomBackgroundChromium.png',
55 'src/js/Images/statusbarButtonsChromium.png',
56 'src/js/Images/statusbarMenuButtonChromium.png',
57 'src/js/Images/statusbarMenuButtonSelectedChromium.png',
59 'webkit_unittest_files': [
60 'tests/ArenaTestHelpers.h',
61 'tests/AssociatedURLLoaderTest.cpp',
62 'tests/Canvas2DLayerChromiumTest.cpp',
63 'tests/CCActiveAnimationTest.cpp',
64 'tests/CCAnimationTestCommon.cpp',
65 'tests/CCAnimationTestCommon.h',
66 'tests/CCDamageTrackerTest.cpp',
67 'tests/CCDelayBasedTimeSourceTest.cpp',
68 'tests/CCFrameRateControllerTest.cpp',
69 'tests/CCKeyframedAnimationCurveTest.cpp',
70 'tests/CCLayerAnimationControllerImplTest.cpp',
71 'tests/CCLayerAnimationControllerTest.cpp',
72 'tests/CCLayerImplTest.cpp',
73 'tests/CCLayerIteratorTest.cpp',
74 'tests/CCLayerQuadTest.cpp',
75 'tests/CCLayerSorterTest.cpp',
76 'tests/CCLayerTestCommon.cpp',
77 'tests/CCLayerTestCommon.h',
78 'tests/CCLayerTreeHostCommonTest.cpp',
79 'tests/CCLayerTreeHostImplTest.cpp',
80 'tests/CCLayerTreeHostTest.cpp',
81 'tests/CCLayerTreeTestCommon.h',
82 'tests/CCOcclusionTrackerTest.cpp',
83 'tests/CCQuadCullerTest.cpp',
84 'tests/CCRenderSurfaceTest.cpp',
85 'tests/CCSchedulerStateMachineTest.cpp',
86 'tests/CCSchedulerTestCommon.h',
87 'tests/CCSchedulerTest.cpp',
88 'tests/CCSolidColorLayerImplTest.cpp',
89 'tests/CCTiledLayerImplTest.cpp',
90 'tests/CCThreadTaskTest.cpp',
91 'tests/CCTimerTest.cpp',
92 'tests/ClipboardChromiumTest.cpp',
93 'tests/CompositorFakeGraphicsContext3D.h',
94 'tests/CompositorFakeWebGraphicsContext3D.h',
95 'tests/DragImageTest.cpp',
96 'tests/FakeCCLayerTreeHostClient.h',
97 'tests/FakeGraphicsContext3DTest.cpp',
98 'tests/FakeWebGraphicsContext3D.h',
99 'tests/FloatQuadTest.cpp',
100 'tests/FrameTestHelpers.cpp',
101 'tests/FrameTestHelpers.h',
102 'tests/IDBBindingUtilitiesTest.cpp',
103 'tests/IDBKeyPathTest.cpp',
104 'tests/IDBLevelDBCodingTest.cpp',
105 'tests/ImageLayerChromiumTest.cpp',
106 'tests/KeyboardTest.cpp',
107 'tests/KURLTest.cpp',
108 'tests/LayerChromiumTest.cpp',
109 'tests/LayerTextureUpdaterTest.cpp',
110 'tests/LevelDBTest.cpp',
111 'tests/LocalizedNumberICUTest.cpp',
112 'tests/MockCCQuadCuller.h',
113 'tests/PaintAggregatorTest.cpp',
114 'tests/PlatformGestureCurveTest.cpp',
115 'tests/PlatformContextSkiaTest.cpp',
116 'tests/PODArenaTest.cpp',
117 'tests/PODIntervalTreeTest.cpp',
118 'tests/PODRedBlackTreeTest.cpp',
119 'tests/RegionTest.cpp',
120 'tests/RenderTableCellTest.cpp',
121 'tests/ScrollbarLayerChromiumTest.cpp',
122 'tests/TextureManagerTest.cpp',
123 'tests/TiledLayerChromiumTest.cpp',
124 'tests/TilingDataTest.cpp',
125 'tests/TreeSynchronizerTest.cpp',
126 'tests/TreeTestHelpers.cpp',
127 'tests/TreeTestHelpers.h',
128 'tests/WebCompositorInputHandlerImplTest.cpp',
129 'tests/WebExternalTextureLayerImplTest.cpp',
130 'tests/WebFrameTest.cpp',
131 'tests/WebGLLayerChromiumTest.cpp',
132 'tests/WebLayerTest.cpp',
133 'tests/WebPageNewSerializerTest.cpp',
134 'tests/WebPageSerializerTest.cpp',
135 'tests/WebSocketDeflaterTest.cpp',
136 'tests/WebSocketExtensionDispatcherTest.cpp',
137 'tests/WebURLRequestTest.cpp',
138 'tests/WebURLResponseTest.cpp',
139 'tests/WebViewTest.cpp',
144 'webkit_unittest_files': [
145 # FIXME: Port PopupMenuTest to Linux and Mac.
146 'tests/PopupMenuTest.cpp',
147 'tests/TransparencyWinTest.cpp',
148 'tests/UniscribeHelperTest.cpp',
149 'tests/WebPageNewSerializerTest.cpp',
150 'tests/WebPageSerializerTest.cpp',
154 'webkit_unittest_files': [
155 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
156 'tests/ScrollAnimatorNoneTest.cpp',
159 ['toolkit_uses_gtk == 1', {
160 'webkit_unittest_files': [
161 'tests/WebInputEventFactoryTestGtk.cpp',
170 # indent-tabs-mode:nil
172 # vim: set expandtab tabstop=2 shiftwidth=2: