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

Side by Side Diff: base/base.gyp

Issue 197243003: base: add MockTimer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix uninitialized variables. Created 6 years, 9 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
« no previous file with comments | « no previous file | base/base.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'threading/thread_local_storage_unittest.cc', 629 'threading/thread_local_storage_unittest.cc',
630 'threading/thread_local_unittest.cc', 630 'threading/thread_local_unittest.cc',
631 'threading/thread_unittest.cc', 631 'threading/thread_unittest.cc',
632 'threading/watchdog_unittest.cc', 632 'threading/watchdog_unittest.cc',
633 'threading/worker_pool_posix_unittest.cc', 633 'threading/worker_pool_posix_unittest.cc',
634 'threading/worker_pool_unittest.cc', 634 'threading/worker_pool_unittest.cc',
635 'time/pr_time_unittest.cc', 635 'time/pr_time_unittest.cc',
636 'time/time_unittest.cc', 636 'time/time_unittest.cc',
637 'time/time_win_unittest.cc', 637 'time/time_win_unittest.cc',
638 'timer/hi_res_timer_manager_unittest.cc', 638 'timer/hi_res_timer_manager_unittest.cc',
639 'timer/mock_timer_unittest.cc',
639 'timer/timer_unittest.cc', 640 'timer/timer_unittest.cc',
640 'tools_sanity_unittest.cc', 641 'tools_sanity_unittest.cc',
641 'tracked_objects_unittest.cc', 642 'tracked_objects_unittest.cc',
642 'tuple_unittest.cc', 643 'tuple_unittest.cc',
643 'values_unittest.cc', 644 'values_unittest.cc',
644 'version_unittest.cc', 645 'version_unittest.cc',
645 'vlog_unittest.cc', 646 'vlog_unittest.cc',
646 'win/dllmain.cc', 647 'win/dllmain.cc',
647 'win/enum_variant_unittest.cc', 648 'win/enum_variant_unittest.cc',
648 'win/event_trace_consumer_unittest.cc', 649 'win/event_trace_consumer_unittest.cc',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 'base_unittests.isolate', 1488 'base_unittests.isolate',
1488 ], 1489 ],
1489 'sources': [ 1490 'sources': [
1490 'base_unittests.isolate', 1491 'base_unittests.isolate',
1491 ], 1492 ],
1492 }, 1493 },
1493 ], 1494 ],
1494 }], 1495 }],
1495 ], 1496 ],
1496 } 1497 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698