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

Side by Side Diff: base/base.gyp

Issue 7239023: Move the thread test helper to base/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | base/test/thread_test_helper.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'test/test_file_util_linux.cc', 334 'test/test_file_util_linux.cc',
335 'test/test_file_util_mac.cc', 335 'test/test_file_util_mac.cc',
336 'test/test_file_util_posix.cc', 336 'test/test_file_util_posix.cc',
337 'test/test_file_util_win.cc', 337 'test/test_file_util_win.cc',
338 'test/test_suite.cc', 338 'test/test_suite.cc',
339 'test/test_suite.h', 339 'test/test_suite.h',
340 'test/test_switches.cc', 340 'test/test_switches.cc',
341 'test/test_switches.h', 341 'test/test_switches.h',
342 'test/test_timeouts.cc', 342 'test/test_timeouts.cc',
343 'test/test_timeouts.h', 343 'test/test_timeouts.h',
344 'test/thread_test_helper.cc',
345 'test/thread_test_helper.h',
344 ], 346 ],
345 }, 347 },
346 { 348 {
347 'target_name': 'test_support_perf', 349 'target_name': 'test_support_perf',
348 'type': 'static_library', 350 'type': 'static_library',
349 'dependencies': [ 351 'dependencies': [
350 'base', 352 'base',
351 '../testing/gtest.gyp:gtest', 353 '../testing/gtest.gyp:gtest',
352 ], 354 ],
353 'sources': [ 355 'sources': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ], 392 ],
391 }], 393 }],
392 ], 394 ],
393 } 395 }
394 396
395 # Local Variables: 397 # Local Variables:
396 # tab-width:2 398 # tab-width:2
397 # indent-tabs-mode:nil 399 # indent-tabs-mode:nil
398 # End: 400 # End:
399 # vim: set expandtab tabstop=2 shiftwidth=2: 401 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/test/thread_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698