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

Side by Side Diff: base/test/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
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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "test_support_android.cc", 109 "test_support_android.cc",
110 "test_support_android.h", 110 "test_support_android.h",
111 "test_support_ios.h", 111 "test_support_ios.h",
112 "test_support_ios.mm", 112 "test_support_ios.mm",
113 "thread_test_helper.cc", 113 "thread_test_helper.cc",
114 "thread_test_helper.h", 114 "thread_test_helper.h",
115 "trace_event_analyzer.cc", 115 "trace_event_analyzer.cc",
116 "trace_event_analyzer.h", 116 "trace_event_analyzer.h",
117 "trace_to_file.cc", 117 "trace_to_file.cc",
118 "trace_to_file.h", 118 "trace_to_file.h",
119 "user_action_tester.cc",
120 "user_action_tester.h",
119 "values_test_util.cc", 121 "values_test_util.cc",
120 "values_test_util.h", 122 "values_test_util.h",
121 ] 123 ]
122 124
123 public_deps = [ 125 public_deps = [
124 ":test_config", 126 ":test_config",
125 "//base", 127 "//base",
126 "//base:i18n", 128 "//base:i18n",
127 "//base:base_static", 129 "//base:base_static",
128 ] 130 ]
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 } 198 }
197 199
198 if (is_android) { 200 if (is_android) {
199 generate_jni("base_unittests_jni_headers") { 201 generate_jni("base_unittests_jni_headers") {
200 sources = [ 202 sources = [
201 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 203 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
202 ] 204 ]
203 jni_package = "base" 205 jni_package = "base"
204 } 206 }
205 } 207 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/test/user_action_tester.h » ('j') | base/test/user_action_tester.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698