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

Side by Side Diff: build/all.gyp

Issue 5750001: Add safe browsing tests to dbg mac valgrind build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'type': 'none', 289 'type': 'none',
290 'dependencies': [ 290 'dependencies': [
291 '../app/app.gyp:app_unittests', 291 '../app/app.gyp:app_unittests',
292 '../base/base.gyp:base_unittests', 292 '../base/base.gyp:base_unittests',
293 'temp_gyp/googleurl.gyp:googleurl_unittests', 293 'temp_gyp/googleurl.gyp:googleurl_unittests',
294 '../ipc/ipc.gyp:ipc_tests', 294 '../ipc/ipc.gyp:ipc_tests',
295 '../media/media.gyp:media_unittests', 295 '../media/media.gyp:media_unittests',
296 '../net/net.gyp:net_unittests', 296 '../net/net.gyp:net_unittests',
297 '../printing/printing.gyp:printing_unittests', 297 '../printing/printing.gyp:printing_unittests',
298 '../remoting/remoting.gyp:remoting_unittests', 298 '../remoting/remoting.gyp:remoting_unittests',
299 '../chrome/chrome.gyp:safe_browsing_tests',
299 '../chrome/chrome.gyp:sync_unit_tests', 300 '../chrome/chrome.gyp:sync_unit_tests',
300 '../chrome/chrome.gyp:unit_tests', 301 '../chrome/chrome.gyp:unit_tests',
301 '../chrome/chrome.gyp:ui_tests', 302 '../chrome/chrome.gyp:ui_tests',
302 '../jingle/jingle.gyp:notifier_unit_tests', 303 '../jingle/jingle.gyp:notifier_unit_tests',
303 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 304 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
304 ], 305 ],
305 }, 306 },
306 ], # targets 307 ], # targets
307 }], # OS="mac" 308 }], # OS="mac"
308 ['OS=="win"', { 309 ['OS=="win"', {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], # targets 425 ], # targets
425 }], # "chromeos==1" 426 }], # "chromeos==1"
426 ], # conditions 427 ], # conditions
427 } 428 }
428 429
429 # Local Variables: 430 # Local Variables:
430 # tab-width:2 431 # tab-width:2
431 # indent-tabs-mode:nil 432 # indent-tabs-mode:nil
432 # End: 433 # End:
433 # vim: set expandtab tabstop=2 shiftwidth=2: 434 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698