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

Side by Side Diff: components/metrics/BUILD.gn

Issue 1418543006: Make component_unittests run the same tests on GYP and GN on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « components/gcm_driver/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP version: components/metrics.gypi:metrics 5 # GYP version: components/metrics.gypi:metrics
6 source_set("metrics") { 6 source_set("metrics") {
7 sources = [ 7 sources = [
8 "call_stack_profile_metrics_provider.cc", 8 "call_stack_profile_metrics_provider.cc",
9 "call_stack_profile_metrics_provider.h", 9 "call_stack_profile_metrics_provider.h",
10 "clean_exit_beacon.cc", 10 "clean_exit_beacon.cc",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "histogram_encoder_unittest.cc", 251 "histogram_encoder_unittest.cc",
252 "machine_id_provider_win_unittest.cc", 252 "machine_id_provider_win_unittest.cc",
253 "metrics_hashes_unittest.cc", 253 "metrics_hashes_unittest.cc",
254 "metrics_log_manager_unittest.cc", 254 "metrics_log_manager_unittest.cc",
255 "metrics_log_unittest.cc", 255 "metrics_log_unittest.cc",
256 "metrics_reporting_scheduler_unittest.cc", 256 "metrics_reporting_scheduler_unittest.cc",
257 "metrics_service_unittest.cc", 257 "metrics_service_unittest.cc",
258 "metrics_state_manager_unittest.cc", 258 "metrics_state_manager_unittest.cc",
259 "net/net_metrics_log_uploader_unittest.cc", 259 "net/net_metrics_log_uploader_unittest.cc",
260 "persisted_logs_unittest.cc", 260 "persisted_logs_unittest.cc",
261 "profiler/profiler_metrics_provider_unittest.cc",
262 "profiler/tracking_synchronizer_unittest.cc",
261 "stability_metrics_helper_unittest.cc", 263 "stability_metrics_helper_unittest.cc",
262 "ui/screen_info_metrics_provider_unittest.cc", 264 "ui/screen_info_metrics_provider_unittest.cc",
263 ] 265 ]
264 266
265 deps = [ 267 deps = [
266 ":metrics", 268 ":metrics",
267 ":net", 269 ":net",
268 ":profiler", 270 ":profiler",
269 ":test_support", 271 ":test_support",
270 ":ui", 272 ":ui",
271 "//base:prefs_test_support", 273 "//base:prefs_test_support",
272 "//base/test:test_support", 274 "//base/test:test_support",
273 "//components/variations", 275 "//components/variations",
274 "//testing/gtest", 276 "//testing/gtest",
275 ] 277 ]
276 278
277 if (is_linux) { 279 if (is_linux) {
278 sources += [ "serialization/serialization_utils_unittest.cc" ] 280 sources += [ "serialization/serialization_utils_unittest.cc" ]
279 deps += [ ":serialization" ] 281 deps += [ ":serialization" ]
280 } 282 }
281 } 283 }
282 # TODO(GYP): metrics_chromeos 284 # TODO(GYP): metrics_chromeos
OLDNEW
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698