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

Side by Side Diff: build/all.gyp

Issue 3288002: Add app_unittests and sync_unit_tests to chromium_builder_dbg_valgrind_mac... (Closed) Base URL: svn://svn.chromium.org/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 | 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) 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'type': 'none', 224 'type': 'none',
225 'dependencies': [ 225 'dependencies': [
226 '../app/app.gyp:app_unittests', 226 '../app/app.gyp:app_unittests',
227 '../base/base.gyp:base_unittests', 227 '../base/base.gyp:base_unittests',
228 'temp_gyp/googleurl.gyp:googleurl_unittests', 228 'temp_gyp/googleurl.gyp:googleurl_unittests',
229 '../ipc/ipc.gyp:ipc_tests', 229 '../ipc/ipc.gyp:ipc_tests',
230 '../media/media.gyp:media_unittests', 230 '../media/media.gyp:media_unittests',
231 '../net/net.gyp:net_unittests', 231 '../net/net.gyp:net_unittests',
232 '../printing/printing.gyp:printing_unittests', 232 '../printing/printing.gyp:printing_unittests',
233 '../remoting/remoting.gyp:remoting_unittests', 233 '../remoting/remoting.gyp:remoting_unittests',
234 '../chrome/chrome.gyp:sync_unit_tests',
234 '../chrome/chrome.gyp:unit_tests', 235 '../chrome/chrome.gyp:unit_tests',
235 '../chrome/chrome.gyp:ui_tests', 236 '../chrome/chrome.gyp:ui_tests',
236 '../jingle/jingle.gyp:notifier_unit_tests', 237 '../jingle/jingle.gyp:notifier_unit_tests',
237 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 238 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
238 ], 239 ],
239 }, 240 },
240 ], # targets 241 ], # targets
241 }], # OS="mac" 242 }], # OS="mac"
242 ['OS=="win"', { 243 ['OS=="win"', {
243 'targets': [ 244 'targets': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], # targets 357 ], # targets
357 }], # "chromeos==1" 358 }], # "chromeos==1"
358 ], # conditions 359 ], # conditions
359 } 360 }
360 361
361 # Local Variables: 362 # Local Variables:
362 # tab-width:2 363 # tab-width:2
363 # indent-tabs-mode:nil 364 # indent-tabs-mode:nil
364 # End: 365 # End:
365 # vim: set expandtab tabstop=2 shiftwidth=2: 366 # 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