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

Side by Side Diff: base/base.gyp

Issue 920963003: Moved scoped_histogram_timer to the main histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove gyp entries for old unit test in media/ Created 5 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
« no previous file with comments | « no previous file | base/metrics/histogram_macros.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 '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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'message_loop/message_loop_unittest.cc', 544 'message_loop/message_loop_unittest.cc',
545 'message_loop/message_pump_glib_unittest.cc', 545 'message_loop/message_pump_glib_unittest.cc',
546 'message_loop/message_pump_io_ios_unittest.cc', 546 'message_loop/message_pump_io_ios_unittest.cc',
547 'message_loop/message_pump_libevent_unittest.cc', 547 'message_loop/message_pump_libevent_unittest.cc',
548 'metrics/sample_map_unittest.cc', 548 'metrics/sample_map_unittest.cc',
549 'metrics/sample_vector_unittest.cc', 549 'metrics/sample_vector_unittest.cc',
550 'metrics/bucket_ranges_unittest.cc', 550 'metrics/bucket_ranges_unittest.cc',
551 'metrics/field_trial_unittest.cc', 551 'metrics/field_trial_unittest.cc',
552 'metrics/histogram_base_unittest.cc', 552 'metrics/histogram_base_unittest.cc',
553 'metrics/histogram_delta_serialization_unittest.cc', 553 'metrics/histogram_delta_serialization_unittest.cc',
554 'metrics/histogram_macros_unittest.cc',
554 'metrics/histogram_snapshot_manager_unittest.cc', 555 'metrics/histogram_snapshot_manager_unittest.cc',
555 'metrics/histogram_unittest.cc', 556 'metrics/histogram_unittest.cc',
556 'metrics/sparse_histogram_unittest.cc', 557 'metrics/sparse_histogram_unittest.cc',
557 'metrics/statistics_recorder_unittest.cc', 558 'metrics/statistics_recorder_unittest.cc',
558 'observer_list_unittest.cc', 559 'observer_list_unittest.cc',
559 'os_compat_android_unittest.cc', 560 'os_compat_android_unittest.cc',
560 'path_service_unittest.cc', 561 'path_service_unittest.cc',
561 'pickle_unittest.cc', 562 'pickle_unittest.cc',
562 'posix/file_descriptor_shuffle_unittest.cc', 563 'posix/file_descriptor_shuffle_unittest.cc',
563 'posix/unix_domain_socket_linux_unittest.cc', 564 'posix/unix_domain_socket_linux_unittest.cc',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'dependencies': [ 1545 'dependencies': [
1545 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1546 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1546 ], 1547 ],
1547 }], 1548 }],
1548 ], 1549 ],
1549 }, 1550 },
1550 ], 1551 ],
1551 }], 1552 }],
1552 ], 1553 ],
1553 } 1554 }
OLDNEW
« no previous file with comments | « no previous file | base/metrics/histogram_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698