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

Side by Side Diff: base/BUILD.gn

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mmenke nits Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/test/histogram_tester.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 component("base") { 8 component("base") {
9 sources = [ 9 sources = [
10 "third_party/dmg_fp/dmg_fp.h", 10 "third_party/dmg_fp/dmg_fp.h",
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 "synchronization/lock_unittest.cc", 1187 "synchronization/lock_unittest.cc",
1188 "synchronization/waitable_event_unittest.cc", 1188 "synchronization/waitable_event_unittest.cc",
1189 "synchronization/waitable_event_watcher_unittest.cc", 1189 "synchronization/waitable_event_watcher_unittest.cc",
1190 "sys_info_unittest.cc", 1190 "sys_info_unittest.cc",
1191 "system_monitor/system_monitor_unittest.cc", 1191 "system_monitor/system_monitor_unittest.cc",
1192 "task/cancelable_task_tracker_unittest.cc", 1192 "task/cancelable_task_tracker_unittest.cc",
1193 "task_runner_util_unittest.cc", 1193 "task_runner_util_unittest.cc",
1194 "template_util_unittest.cc", 1194 "template_util_unittest.cc",
1195 "test/expectations/expectation_unittest.cc", 1195 "test/expectations/expectation_unittest.cc",
1196 "test/expectations/parser_unittest.cc", 1196 "test/expectations/parser_unittest.cc",
1197 "test/statistics_delta_reader_unittest.cc", 1197 "test/histogram_tester_unittest.cc",
1198 "test/test_reg_util_win_unittest.cc", 1198 "test/test_reg_util_win_unittest.cc",
1199 "test/trace_event_analyzer_unittest.cc", 1199 "test/trace_event_analyzer_unittest.cc",
1200 "threading/non_thread_safe_unittest.cc", 1200 "threading/non_thread_safe_unittest.cc",
1201 "threading/platform_thread_unittest.cc", 1201 "threading/platform_thread_unittest.cc",
1202 "threading/sequenced_worker_pool_unittest.cc", 1202 "threading/sequenced_worker_pool_unittest.cc",
1203 "threading/simple_thread_unittest.cc", 1203 "threading/simple_thread_unittest.cc",
1204 "threading/thread_checker_unittest.cc", 1204 "threading/thread_checker_unittest.cc",
1205 "threading/thread_collision_warner_unittest.cc", 1205 "threading/thread_collision_warner_unittest.cc",
1206 "threading/thread_id_name_manager_unittest.cc", 1206 "threading/thread_id_name_manager_unittest.cc",
1207 "threading/thread_local_storage_unittest.cc", 1207 "threading/thread_local_storage_unittest.cc",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 "android/java/templates/NativeLibraries.template", 1412 "android/java/templates/NativeLibraries.template",
1413 ] 1413 ]
1414 inputs = [ 1414 inputs = [
1415 "android/java/templates/native_libraries_array.h", 1415 "android/java/templates/native_libraries_array.h",
1416 ] 1416 ]
1417 1417
1418 package_name = "org/chromium/base/library_loader" 1418 package_name = "org/chromium/base/library_loader"
1419 include_path = "android/java/templates" 1419 include_path = "android/java/templates"
1420 } 1420 }
1421 } 1421 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/test/histogram_tester.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698