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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'test/base/testing_pref_service_syncable.cc', 187 'test/base/testing_pref_service_syncable.cc',
188 'test/base/testing_pref_service_syncable.h', 188 'test/base/testing_pref_service_syncable.h',
189 'test/base/testing_profile.cc', 189 'test/base/testing_profile.cc',
190 'test/base/testing_profile.h', 190 'test/base/testing_profile.h',
191 'test/base/testing_profile_manager.cc', 191 'test/base/testing_profile_manager.cc',
192 'test/base/testing_profile_manager.h', 192 'test/base/testing_profile_manager.h',
193 'test/base/tracing.cc', 193 'test/base/tracing.cc',
194 'test/base/tracing.h', 194 'test/base/tracing.h',
195 'test/base/ui_test_utils.cc', 195 'test/base/ui_test_utils.cc',
196 'test/base/ui_test_utils.h', 196 'test/base/ui_test_utils.h',
197 'test/base/uma_histogram_helper.cc',
198 'test/base/uma_histogram_helper.h',
199 'test/logging/win/file_logger.cc', 197 'test/logging/win/file_logger.cc',
200 'test/logging/win/file_logger.h', 198 'test/logging/win/file_logger.h',
201 'test/logging/win/log_file_printer.cc', 199 'test/logging/win/log_file_printer.cc',
202 'test/logging/win/log_file_printer.h', 200 'test/logging/win/log_file_printer.h',
203 'test/logging/win/log_file_reader.cc', 201 'test/logging/win/log_file_reader.cc',
204 'test/logging/win/log_file_reader.h', 202 'test/logging/win/log_file_reader.h',
205 'test/logging/win/mof_data_parser.cc', 203 'test/logging/win/mof_data_parser.cc',
206 'test/logging/win/mof_data_parser.h', 204 'test/logging/win/mof_data_parser.h',
207 'test/logging/win/test_log_collector.cc', 205 'test/logging/win/test_log_collector.cc',
208 'test/logging/win/test_log_collector.h', 206 'test/logging/win/test_log_collector.h',
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'dependencies': [ 2886 'dependencies': [
2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2890 ], 2888 ],
2891 }], 2889 }],
2892 ], 2890 ],
2893 }, 2891 },
2894 ], 2892 ],
2895 }], 2893 }],
2896 ], # 'conditions' 2894 ], # 'conditions'
2897 } 2895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698