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

Side by Side Diff: build/all.gyp

Issue 3383006: Create safe_browsing_tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | chrome/browser/safe_browsing/safe_browsing_browsertest.cc » ('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,
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 # subsets of a full tree for faster cycle times. 153 # subsets of a full tree for faster cycle times.
154 { 154 {
155 'target_name': 'chromium_builder_dbg', 155 'target_name': 'chromium_builder_dbg',
156 'type': 'none', 156 'type': 'none',
157 'dependencies': [ 157 'dependencies': [
158 '../app/app.gyp:app_unittests', 158 '../app/app.gyp:app_unittests',
159 '../chrome/chrome.gyp:browser_tests', 159 '../chrome/chrome.gyp:browser_tests',
160 '../chrome/chrome.gyp:interactive_ui_tests', 160 '../chrome/chrome.gyp:interactive_ui_tests',
161 '../chrome/chrome.gyp:nacl_ui_tests', 161 '../chrome/chrome.gyp:nacl_ui_tests',
162 '../chrome/chrome.gyp:nacl_sandbox_tests', 162 '../chrome/chrome.gyp:nacl_sandbox_tests',
163 '../chrome/chrome.gyp:safe_browsing_tests',
163 '../chrome/chrome.gyp:sync_integration_tests', 164 '../chrome/chrome.gyp:sync_integration_tests',
164 '../chrome/chrome.gyp:sync_unit_tests', 165 '../chrome/chrome.gyp:sync_unit_tests',
165 '../chrome/chrome.gyp:ui_tests', 166 '../chrome/chrome.gyp:ui_tests',
166 '../chrome/chrome.gyp:unit_tests', 167 '../chrome/chrome.gyp:unit_tests',
167 '../gfx/gfx.gyp:gfx_unittests', 168 '../gfx/gfx.gyp:gfx_unittests',
168 '../gpu/gpu.gyp:gpu_unittests', 169 '../gpu/gpu.gyp:gpu_unittests',
169 '../ipc/ipc.gyp:ipc_tests', 170 '../ipc/ipc.gyp:ipc_tests',
170 '../jingle/jingle.gyp:notifier_unit_tests', 171 '../jingle/jingle.gyp:notifier_unit_tests',
171 '../media/media.gyp:media_unittests', 172 '../media/media.gyp:media_unittests',
172 '../printing/printing.gyp:printing_unittests', 173 '../printing/printing.gyp:printing_unittests',
173 '../remoting/remoting.gyp:remoting_unittests', 174 '../remoting/remoting.gyp:remoting_unittests',
174 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 175 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
175 'temp_gyp/googleurl.gyp:googleurl_unittests', 176 'temp_gyp/googleurl.gyp:googleurl_unittests',
176 ], 177 ],
177 }, 178 },
178 { 179 {
179 'target_name': 'chromium_builder_rel', 180 'target_name': 'chromium_builder_rel',
180 'type': 'none', 181 'type': 'none',
181 'dependencies': [ 182 'dependencies': [
182 '../app/app.gyp:app_unittests', 183 '../app/app.gyp:app_unittests',
183 '../chrome/chrome.gyp:browser_tests', 184 '../chrome/chrome.gyp:browser_tests',
184 '../chrome/chrome.gyp:memory_test', 185 '../chrome/chrome.gyp:memory_test',
185 '../chrome/chrome.gyp:nacl_ui_tests', 186 '../chrome/chrome.gyp:nacl_ui_tests',
186 '../chrome/chrome.gyp:nacl_sandbox_tests', 187 '../chrome/chrome.gyp:nacl_sandbox_tests',
187 '../chrome/chrome.gyp:page_cycler_tests', 188 '../chrome/chrome.gyp:page_cycler_tests',
188 '../chrome/chrome.gyp:plugin_tests', 189 '../chrome/chrome.gyp:plugin_tests',
190 '../chrome/chrome.gyp:safe_browsing_tests',
189 '../chrome/chrome.gyp:startup_tests', 191 '../chrome/chrome.gyp:startup_tests',
190 '../chrome/chrome.gyp:sync_integration_tests', 192 '../chrome/chrome.gyp:sync_integration_tests',
191 '../chrome/chrome.gyp:sync_unit_tests', 193 '../chrome/chrome.gyp:sync_unit_tests',
192 '../chrome/chrome.gyp:tab_switching_test', 194 '../chrome/chrome.gyp:tab_switching_test',
193 '../chrome/chrome.gyp:ui_tests', 195 '../chrome/chrome.gyp:ui_tests',
194 '../chrome/chrome.gyp:unit_tests', 196 '../chrome/chrome.gyp:unit_tests',
195 '../chrome/chrome.gyp:url_fetch_test', 197 '../chrome/chrome.gyp:url_fetch_test',
196 '../gfx/gfx.gyp:gfx_unittests', 198 '../gfx/gfx.gyp:gfx_unittests',
197 '../gpu/gpu.gyp:gpu_unittests', 199 '../gpu/gpu.gyp:gpu_unittests',
198 '../ipc/ipc.gyp:ipc_tests', 200 '../ipc/ipc.gyp:ipc_tests',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../app/app.gyp:app_unittests', 253 '../app/app.gyp:app_unittests',
252 '../chrome/chrome.gyp:browser_tests', 254 '../chrome/chrome.gyp:browser_tests',
253 '../chrome/chrome.gyp:installer_util_unittests', 255 '../chrome/chrome.gyp:installer_util_unittests',
254 '../chrome/chrome.gyp:interactive_ui_tests', 256 '../chrome/chrome.gyp:interactive_ui_tests',
255 '../chrome/chrome.gyp:memory_test', 257 '../chrome/chrome.gyp:memory_test',
256 '../chrome/chrome.gyp:mini_installer_test', 258 '../chrome/chrome.gyp:mini_installer_test',
257 '../chrome/chrome.gyp:nacl_ui_tests', 259 '../chrome/chrome.gyp:nacl_ui_tests',
258 '../chrome/chrome.gyp:nacl_sandbox_tests', 260 '../chrome/chrome.gyp:nacl_sandbox_tests',
259 '../chrome/chrome.gyp:page_cycler_tests', 261 '../chrome/chrome.gyp:page_cycler_tests',
260 '../chrome/chrome.gyp:plugin_tests', 262 '../chrome/chrome.gyp:plugin_tests',
263 '../chrome/chrome.gyp:safe_browsing_tests',
261 '../chrome/chrome.gyp:selenium_tests', 264 '../chrome/chrome.gyp:selenium_tests',
262 '../chrome/chrome.gyp:startup_tests', 265 '../chrome/chrome.gyp:startup_tests',
263 '../chrome/chrome.gyp:sync_integration_tests', 266 '../chrome/chrome.gyp:sync_integration_tests',
264 '../chrome/chrome.gyp:sync_unit_tests', 267 '../chrome/chrome.gyp:sync_unit_tests',
265 '../chrome/chrome.gyp:tab_switching_test', 268 '../chrome/chrome.gyp:tab_switching_test',
266 '../chrome/chrome.gyp:ui_tests', 269 '../chrome/chrome.gyp:ui_tests',
267 '../chrome/chrome.gyp:unit_tests', 270 '../chrome/chrome.gyp:unit_tests',
268 '../chrome/chrome.gyp:url_fetch_test', 271 '../chrome/chrome.gyp:url_fetch_test',
269 # mini_installer_tests depends on mini_installer. This should be 272 # mini_installer_tests depends on mini_installer. This should be
270 # defined in installer.gyp. 273 # defined in installer.gyp.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'all.gyp', 330 'all.gyp',
328 ], 331 ],
329 'dependencies': [ 332 'dependencies': [
330 '../app/app.gyp:app_unittests', 333 '../app/app.gyp:app_unittests',
331 '../base/base.gyp:base_unittests', 334 '../base/base.gyp:base_unittests',
332 '../chrome/chrome.gyp:browser_tests', 335 '../chrome/chrome.gyp:browser_tests',
333 '../chrome/chrome.gyp:chrome', 336 '../chrome/chrome.gyp:chrome',
334 '../chrome/chrome.gyp:interactive_ui_tests', 337 '../chrome/chrome.gyp:interactive_ui_tests',
335 '../chrome/chrome.gyp:memory_test', 338 '../chrome/chrome.gyp:memory_test',
336 '../chrome/chrome.gyp:page_cycler_tests', 339 '../chrome/chrome.gyp:page_cycler_tests',
340 '../chrome/chrome.gyp:safe_browsing_tests',
337 '../chrome/chrome.gyp:startup_tests', 341 '../chrome/chrome.gyp:startup_tests',
338 '../chrome/chrome.gyp:sync_unit_tests', 342 '../chrome/chrome.gyp:sync_unit_tests',
339 '../chrome/chrome.gyp:tab_switching_test', 343 '../chrome/chrome.gyp:tab_switching_test',
340 '../chrome/chrome.gyp:ui_tests', 344 '../chrome/chrome.gyp:ui_tests',
341 '../chrome/chrome.gyp:unit_tests', 345 '../chrome/chrome.gyp:unit_tests',
342 '../chrome/chrome.gyp:url_fetch_test', 346 '../chrome/chrome.gyp:url_fetch_test',
343 '../gfx/gfx.gyp:gfx_unittests', 347 '../gfx/gfx.gyp:gfx_unittests',
344 '../ipc/ipc.gyp:ipc_tests', 348 '../ipc/ipc.gyp:ipc_tests',
345 '../jingle/jingle.gyp:notifier_unit_tests', 349 '../jingle/jingle.gyp:notifier_unit_tests',
346 '../media/media.gyp:ffmpeg_tests', 350 '../media/media.gyp:ffmpeg_tests',
(...skipping 10 matching lines...) Expand all
357 ], # targets 361 ], # targets
358 }], # "chromeos==1" 362 }], # "chromeos==1"
359 ], # conditions 363 ], # conditions
360 } 364 }
361 365
362 # Local Variables: 366 # Local Variables:
363 # tab-width:2 367 # tab-width:2
364 # indent-tabs-mode:nil 368 # indent-tabs-mode:nil
365 # End: 369 # End:
366 # vim: set expandtab tabstop=2 shiftwidth=2: 370 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698