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

Side by Side Diff: base/base.gypi

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
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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'time/time.cc', 572 'time/time.cc',
573 'time/time.h', 573 'time/time.h',
574 'time/time_mac.cc', 574 'time/time_mac.cc',
575 'time/time_posix.cc', 575 'time/time_posix.cc',
576 'time/time_win.cc', 576 'time/time_win.cc',
577 'timer/hi_res_timer_manager_posix.cc', 577 'timer/hi_res_timer_manager_posix.cc',
578 'timer/hi_res_timer_manager_win.cc', 578 'timer/hi_res_timer_manager_win.cc',
579 'timer/hi_res_timer_manager.h', 579 'timer/hi_res_timer_manager.h',
580 'timer/timer.cc', 580 'timer/timer.cc',
581 'timer/timer.h', 581 'timer/timer.h',
582 'trace_event_value.cc',
583 'trace_event_value.h',
584 'traced_object.h',
dsinclair 2013/07/23 14:56:29 nit: indenting
rterrazas 2013/08/01 08:01:26 Done.
582 'tracked_objects.cc', 585 'tracked_objects.cc',
583 'tracked_objects.h', 586 'tracked_objects.h',
584 'tracking_info.cc', 587 'tracking_info.cc',
585 'tracking_info.h', 588 'tracking_info.h',
586 'tuple.h', 589 'tuple.h',
587 'values.cc', 590 'values.cc',
588 'values.h', 591 'values.h',
589 'value_conversions.cc', 592 'value_conversions.cc',
590 'value_conversions.h', 593 'value_conversions.h',
591 'version.cc', 594 'version.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 874 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
872 'sources/': [ 875 'sources/': [
873 ['exclude', '^third_party/nspr/'], 876 ['exclude', '^third_party/nspr/'],
874 ], 877 ],
875 }], 878 }],
876 ], 879 ],
877 }], 880 }],
878 ], 881 ],
879 }, 882 },
880 } 883 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/trace_event_value.h » ('j') | base/trace_event_value.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698