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

Side by Side Diff: base/BUILD.gn

Issue 1073613002: Added test support to observe and verify UMA user actions during tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed isherman@'s comments from patch set 1. Created 5 years, 8 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.gyp » ('j') | base/test/user_action_tester.h » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 "sys_info_unittest.cc", 1240 "sys_info_unittest.cc",
1241 "system_monitor/system_monitor_unittest.cc", 1241 "system_monitor/system_monitor_unittest.cc",
1242 "task/cancelable_task_tracker_unittest.cc", 1242 "task/cancelable_task_tracker_unittest.cc",
1243 "task_runner_util_unittest.cc", 1243 "task_runner_util_unittest.cc",
1244 "template_util_unittest.cc", 1244 "template_util_unittest.cc",
1245 "test/expectations/expectation_unittest.cc", 1245 "test/expectations/expectation_unittest.cc",
1246 "test/expectations/parser_unittest.cc", 1246 "test/expectations/parser_unittest.cc",
1247 "test/histogram_tester_unittest.cc", 1247 "test/histogram_tester_unittest.cc",
1248 "test/test_reg_util_win_unittest.cc", 1248 "test/test_reg_util_win_unittest.cc",
1249 "test/trace_event_analyzer_unittest.cc", 1249 "test/trace_event_analyzer_unittest.cc",
1250 "test/user_action_tester_unittest.cc",
1250 "threading/non_thread_safe_unittest.cc", 1251 "threading/non_thread_safe_unittest.cc",
1251 "threading/platform_thread_unittest.cc", 1252 "threading/platform_thread_unittest.cc",
1252 "threading/sequenced_worker_pool_unittest.cc", 1253 "threading/sequenced_worker_pool_unittest.cc",
1253 "threading/simple_thread_unittest.cc", 1254 "threading/simple_thread_unittest.cc",
1254 "threading/thread_checker_unittest.cc", 1255 "threading/thread_checker_unittest.cc",
1255 "threading/thread_collision_warner_unittest.cc", 1256 "threading/thread_collision_warner_unittest.cc",
1256 "threading/thread_id_name_manager_unittest.cc", 1257 "threading/thread_id_name_manager_unittest.cc",
1257 "threading/thread_local_storage_unittest.cc", 1258 "threading/thread_local_storage_unittest.cc",
1258 "threading/thread_local_unittest.cc", 1259 "threading/thread_local_unittest.cc",
1259 "threading/thread_unittest.cc", 1260 "threading/thread_unittest.cc",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 1475
1475 # GYP: //base.gyp:base_java_unittest_support 1476 # GYP: //base.gyp:base_java_unittest_support
1476 android_library("base_java_unittest_support") { 1477 android_library("base_java_unittest_support") {
1477 deps = [ 1478 deps = [
1478 ":base_java", 1479 ":base_java",
1479 ] 1480 ]
1480 java_files = 1481 java_files =
1481 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1482 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1482 } 1483 }
1483 } 1484 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/test/user_action_tester.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698