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

Side by Side Diff: content/test/BUILD.gn

Issue 2877673003: Expose UkmService to content/ (Closed)
Patch Set: Extract repoting of input metric into another CL Created 3 years, 7 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 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 ":content_unittests_catalog_source", 1440 ":content_unittests_catalog_source",
1441 ":test_support", 1441 ":test_support",
1442 "//base/test:test_support", 1442 "//base/test:test_support",
1443 "//base/third_party/dynamic_annotations", 1443 "//base/third_party/dynamic_annotations",
1444 "//cc", 1444 "//cc",
1445 "//cc:test_support", 1445 "//cc:test_support",
1446 "//cc/ipc", 1446 "//cc/ipc",
1447 "//cc/surfaces", 1447 "//cc/surfaces",
1448 "//components/display_compositor", 1448 "//components/display_compositor",
1449 "//components/leveldb/public/cpp", 1449 "//components/leveldb/public/cpp",
1450 "//components/metrics/proto",
1450 "//components/payments/mojom", 1451 "//components/payments/mojom",
1451 "//components/payments/mojom:mojom_payment_app", 1452 "//components/payments/mojom:mojom_payment_app",
1452 "//components/rappor:test_support", 1453 "//components/rappor:test_support",
1454 "//components/ukm:test_support",
1453 "//components/viz/frame_sinks", 1455 "//components/viz/frame_sinks",
1454 "//content:resources", 1456 "//content:resources",
1455 "//content/app:both_for_content_tests", 1457 "//content/app:both_for_content_tests",
1456 "//content/browser:for_content_tests", 1458 "//content/browser:for_content_tests",
1457 "//content/browser/cache_storage:cache_storage_proto", 1459 "//content/browser/cache_storage:cache_storage_proto",
1458 "//content/browser/dom_storage:local_storage_proto", 1460 "//content/browser/dom_storage:local_storage_proto",
1459 "//content/browser/notifications:notification_proto", 1461 "//content/browser/notifications:notification_proto",
1460 "//content/browser/service_worker:service_worker_proto", 1462 "//content/browser/service_worker:service_worker_proto",
1461 "//content/browser/speech/proto", 1463 "//content/browser/speech/proto",
1462 "//content/child:for_content_tests", 1464 "//content/child:for_content_tests",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 if (is_android) { 1838 if (is_android) {
1837 deps += [ "//testing/android/native_test:native_test_native_code" ] 1839 deps += [ "//testing/android/native_test:native_test_native_code" ]
1838 } 1840 }
1839 } 1841 }
1840 1842
1841 group("fuzzers") { 1843 group("fuzzers") {
1842 deps = [ 1844 deps = [
1843 "//content/test/fuzzer", 1845 "//content/test/fuzzer",
1844 ] 1846 ]
1845 } 1847 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698