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

Side by Side Diff: base/base.gyp

Issue 19642005: Make TracedValue lower overhead. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed lint errors. Created 7 years, 5 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') | base/base.gypi » ('J')
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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'threading/thread_unittest.cc', 610 'threading/thread_unittest.cc',
611 'threading/watchdog_unittest.cc', 611 'threading/watchdog_unittest.cc',
612 'threading/worker_pool_posix_unittest.cc', 612 'threading/worker_pool_posix_unittest.cc',
613 'threading/worker_pool_unittest.cc', 613 'threading/worker_pool_unittest.cc',
614 'time/pr_time_unittest.cc', 614 'time/pr_time_unittest.cc',
615 'time/time_unittest.cc', 615 'time/time_unittest.cc',
616 'time/time_win_unittest.cc', 616 'time/time_win_unittest.cc',
617 'timer/hi_res_timer_manager_unittest.cc', 617 'timer/hi_res_timer_manager_unittest.cc',
618 'timer/timer_unittest.cc', 618 'timer/timer_unittest.cc',
619 'tools_sanity_unittest.cc', 619 'tools_sanity_unittest.cc',
620 'trace_event_value_unittest.cc',
620 'tracked_objects_unittest.cc', 621 'tracked_objects_unittest.cc',
621 'tuple_unittest.cc', 622 'tuple_unittest.cc',
622 'values_unittest.cc', 623 'values_unittest.cc',
623 'version_unittest.cc', 624 'version_unittest.cc',
624 'vlog_unittest.cc', 625 'vlog_unittest.cc',
625 'win/dllmain.cc', 626 'win/dllmain.cc',
626 'win/enum_variant_unittest.cc', 627 'win/enum_variant_unittest.cc',
627 'win/event_trace_consumer_unittest.cc', 628 'win/event_trace_consumer_unittest.cc',
628 'win/event_trace_controller_unittest.cc', 629 'win/event_trace_controller_unittest.cc',
629 'win/event_trace_provider_unittest.cc', 630 'win/event_trace_provider_unittest.cc',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'base_unittests.isolate', 1304 'base_unittests.isolate',
1304 ], 1305 ],
1305 'sources': [ 1306 'sources': [
1306 'base_unittests.isolate', 1307 'base_unittests.isolate',
1307 ], 1308 ],
1308 }, 1309 },
1309 ], 1310 ],
1310 }], 1311 }],
1311 ], 1312 ],
1312 } 1313 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698