Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: build/all.gyp

Issue 1577001: Added GPU unit tests to win, mac and linux builds. They aren't running yet.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../gfx/gfx.gyp:*', 15 '../gfx/gfx.gyp:*',
16 '../gpu/gpu.gyp:*',
16 '../ipc/ipc.gyp:*', 17 '../ipc/ipc.gyp:*',
17 '../media/media.gyp:*', 18 '../media/media.gyp:*',
18 '../net/net.gyp:*', 19 '../net/net.gyp:*',
19 '../printing/printing.gyp:*', 20 '../printing/printing.gyp:*',
20 '../sdch/sdch.gyp:*', 21 '../sdch/sdch.gyp:*',
21 '../skia/skia.gyp:*', 22 '../skia/skia.gyp:*',
22 '../testing/gmock.gyp:*', 23 '../testing/gmock.gyp:*',
23 '../testing/gtest.gyp:*', 24 '../testing/gtest.gyp:*',
24 '../third_party/bzip2/bzip2.gyp:*', 25 '../third_party/bzip2/bzip2.gyp:*',
25 '../third_party/cld/cld.gyp:*', 26 '../third_party/cld/cld.gyp:*',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ], 87 ],
87 }], 88 }],
88 ], 89 ],
89 'dependencies': [ 90 'dependencies': [
90 '../breakpad/breakpad.gyp:*', 91 '../breakpad/breakpad.gyp:*',
91 '../chrome/app/locales/locales.gyp:*', 92 '../chrome/app/locales/locales.gyp:*',
92 '../chrome_frame/chrome_frame.gyp:*', 93 '../chrome_frame/chrome_frame.gyp:*',
93 '../courgette/courgette.gyp:*', 94 '../courgette/courgette.gyp:*',
94 '../gears/gears.gyp:*', 95 '../gears/gears.gyp:*',
95 '../gpu/demos/demos.gyp:*', 96 '../gpu/demos/demos.gyp:*',
96 '../gpu/gpu.gyp:*',
97 '../rlz/rlz.gyp:*', 97 '../rlz/rlz.gyp:*',
98 '../sandbox/sandbox.gyp:*', 98 '../sandbox/sandbox.gyp:*',
99 '../third_party/bsdiff/bsdiff.gyp:*', 99 '../third_party/bsdiff/bsdiff.gyp:*',
100 '../third_party/bspatch/bspatch.gyp:*', 100 '../third_party/bspatch/bspatch.gyp:*',
101 '../third_party/gles2_book/gles2_book.gyp:*', 101 '../third_party/gles2_book/gles2_book.gyp:*',
102 '../tools/memory_watcher/memory_watcher.gyp:*', 102 '../tools/memory_watcher/memory_watcher.gyp:*',
103 ], 103 ],
104 }, { 104 }, {
105 'dependencies': [ 105 'dependencies': [
106 '../third_party/libevent/libevent.gyp:*', 106 '../third_party/libevent/libevent.gyp:*',
(...skipping 26 matching lines...) Expand all
133 ], 133 ],
134 }, 134 },
135 # These targets are here so the build bots can use them to build 135 # These targets are here so the build bots can use them to build
136 # subsets of a full tree for faster cycle times. 136 # subsets of a full tree for faster cycle times.
137 { 137 {
138 'target_name': 'chromium_builder_dbg', 138 'target_name': 'chromium_builder_dbg',
139 'type': 'none', 139 'type': 'none',
140 'dependencies': [ 140 'dependencies': [
141 '../app/app.gyp:app_unittests', 141 '../app/app.gyp:app_unittests',
142 '../gfx/gfx.gyp:gfx_unittests', 142 '../gfx/gfx.gyp:gfx_unittests',
143 '../ipc/ipc.gyp:ipc_tests', 143 '../gpu/gpu.gyp:gpu_unittests',
144 '../ipc/ipc.gyp:ipc_tests',
144 '../media/media.gyp:media_unittests', 145 '../media/media.gyp:media_unittests',
145 '../printing/printing.gyp:printing_unittests', 146 '../printing/printing.gyp:printing_unittests',
146 '../chrome/chrome.gyp:browser_tests', 147 '../chrome/chrome.gyp:browser_tests',
147 '../chrome/chrome.gyp:nacl_ui_tests', 148 '../chrome/chrome.gyp:nacl_ui_tests',
148 '../chrome/chrome.gyp:ui_tests', 149 '../chrome/chrome.gyp:ui_tests',
149 '../chrome/chrome.gyp:unit_tests', 150 '../chrome/chrome.gyp:unit_tests',
150 'temp_gyp/googleurl.gyp:googleurl_unittests', 151 'temp_gyp/googleurl.gyp:googleurl_unittests',
151 ], 152 ],
152 }, 153 },
153 { 154 {
154 'target_name': 'chromium_builder_rel', 155 'target_name': 'chromium_builder_rel',
155 'type': 'none', 156 'type': 'none',
156 'dependencies': [ 157 'dependencies': [
157 '../app/app.gyp:app_unittests', 158 '../app/app.gyp:app_unittests',
158 '../chrome/chrome.gyp:browser_tests', 159 '../chrome/chrome.gyp:browser_tests',
159 '../chrome/chrome.gyp:memory_test', 160 '../chrome/chrome.gyp:memory_test',
160 '../chrome/chrome.gyp:nacl_ui_tests', 161 '../chrome/chrome.gyp:nacl_ui_tests',
161 '../chrome/chrome.gyp:page_cycler_tests', 162 '../chrome/chrome.gyp:page_cycler_tests',
162 '../chrome/chrome.gyp:startup_tests', 163 '../chrome/chrome.gyp:startup_tests',
163 '../chrome/chrome.gyp:tab_switching_test', 164 '../chrome/chrome.gyp:tab_switching_test',
164 '../chrome/chrome.gyp:ui_tests', 165 '../chrome/chrome.gyp:ui_tests',
165 '../chrome/chrome.gyp:unit_tests', 166 '../chrome/chrome.gyp:unit_tests',
166 '../chrome/chrome.gyp:url_fetch_test', 167 '../chrome/chrome.gyp:url_fetch_test',
167 '../gfx/gfx.gyp:gfx_unittests', 168 '../gfx/gfx.gyp:gfx_unittests',
169 '../gpu/gpu.gyp:gpu_unittests',
168 '../ipc/ipc.gyp:ipc_tests', 170 '../ipc/ipc.gyp:ipc_tests',
169 '../media/media.gyp:media_unittests', 171 '../media/media.gyp:media_unittests',
170 '../printing/printing.gyp:printing_unittests', 172 '../printing/printing.gyp:printing_unittests',
171 'temp_gyp/googleurl.gyp:googleurl_unittests', 173 'temp_gyp/googleurl.gyp:googleurl_unittests',
172 ], 174 ],
173 }, 175 },
174 { 176 {
175 'target_name': 'chromium_builder_dbg_tsan_mac', 177 'target_name': 'chromium_builder_dbg_tsan_mac',
176 'type': 'none', 178 'type': 'none',
177 'dependencies': [ 179 'dependencies': [
(...skipping 29 matching lines...) Expand all
207 '../chrome/chrome.gyp:unit_tests', 209 '../chrome/chrome.gyp:unit_tests',
208 '../chrome/chrome.gyp:url_fetch_test', 210 '../chrome/chrome.gyp:url_fetch_test',
209 '../chrome/installer/installer.gyp:installer_util_unittests', 211 '../chrome/installer/installer.gyp:installer_util_unittests',
210 '../chrome/installer/installer.gyp:mini_installer_test', 212 '../chrome/installer/installer.gyp:mini_installer_test',
211 # mini_installer_tests depends on mini_installer. This should be 213 # mini_installer_tests depends on mini_installer. This should be
212 # defined in installer.gyp. 214 # defined in installer.gyp.
213 '../chrome/installer/mini_installer.gyp:mini_installer', 215 '../chrome/installer/mini_installer.gyp:mini_installer',
214 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' , 216 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' ,
215 '../courgette/courgette.gyp:courgette_unittests', 217 '../courgette/courgette.gyp:courgette_unittests',
216 '../gfx/gfx.gyp:gfx_unittests', 218 '../gfx/gfx.gyp:gfx_unittests',
219 '../gpu/gpu.gyp:gpu_unittests',
217 '../ipc/ipc.gyp:ipc_tests', 220 '../ipc/ipc.gyp:ipc_tests',
218 '../media/media.gyp:media_unittests', 221 '../media/media.gyp:media_unittests',
219 '../printing/printing.gyp:printing_unittests', 222 '../printing/printing.gyp:printing_unittests',
220 '../webkit/webkit.gyp:npapi_layout_test_plugin', 223 '../webkit/webkit.gyp:npapi_layout_test_plugin',
221 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 224 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
222 # This should: 225 # This should:
223 # 1) not be the case. OR. 226 # 1) not be the case. OR.
224 # 2) be expressed in the ui tests dependencies. 227 # 2) be expressed in the ui tests dependencies.
225 '../webkit/webkit.gyp:test_shell_common', 228 '../webkit/webkit.gyp:test_shell_common',
226 'temp_gyp/googleurl.gyp:googleurl_unittests', 229 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 ], # targets 289 ], # targets
287 }], # "chromeos==1" 290 }], # "chromeos==1"
288 ], # conditions 291 ], # conditions
289 } 292 }
290 293
291 # Local Variables: 294 # Local Variables:
292 # tab-width:2 295 # tab-width:2
293 # indent-tabs-mode:nil 296 # indent-tabs-mode:nil
294 # End: 297 # End:
295 # vim: set expandtab tabstop=2 shiftwidth=2: 298 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698