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

Side by Side Diff: base/base.gypi

Issue 11607003: Add a Clock and TickClock interface for mocking out time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix warnings Created 7 years, 10 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 | « base/base.gyp ('k') | base/test/mock_time_provider.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'threading/thread_local_win.cc', 484 'threading/thread_local_win.cc',
485 'threading/thread_restrictions.h', 485 'threading/thread_restrictions.h',
486 'threading/thread_restrictions.cc', 486 'threading/thread_restrictions.cc',
487 'threading/watchdog.cc', 487 'threading/watchdog.cc',
488 'threading/watchdog.h', 488 'threading/watchdog.h',
489 'threading/worker_pool.h', 489 'threading/worker_pool.h',
490 'threading/worker_pool.cc', 490 'threading/worker_pool.cc',
491 'threading/worker_pool_posix.cc', 491 'threading/worker_pool_posix.cc',
492 'threading/worker_pool_posix.h', 492 'threading/worker_pool_posix.h',
493 'threading/worker_pool_win.cc', 493 'threading/worker_pool_win.cc',
494 'time/clock.cc',
495 'time/clock.h',
496 'time/default_clock.cc',
497 'time/default_clock.h',
498 'time/default_tick_clock.cc',
499 'time/default_tick_clock.h',
500 'time/tick_clock.cc',
501 'time/tick_clock.h',
502 # TODO(akalin): Move time* into time/.
494 'time.cc', 503 'time.cc',
495 'time.h', 504 'time.h',
496 'time_mac.cc', 505 'time_mac.cc',
497 'time_posix.cc', 506 'time_posix.cc',
498 'time_win.cc', 507 'time_win.cc',
499 'timer.cc', 508 'timer.cc',
500 'timer.h', 509 'timer.h',
501 'tracked_objects.cc', 510 'tracked_objects.cc',
502 'tracked_objects.h', 511 'tracked_objects.h',
503 'tracking_info.cc', 512 'tracking_info.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 759 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
751 'sources/': [ 760 'sources/': [
752 ['exclude', '^third_party/nspr/'], 761 ['exclude', '^third_party/nspr/'],
753 ], 762 ],
754 }], 763 }],
755 ], 764 ],
756 }], 765 }],
757 ], 766 ],
758 }, 767 },
759 } 768 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/test/mock_time_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698