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

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

Issue 2492793004: Add TimeToScrollUpdateSwapBegin2 in RAPPOR (Closed)
Patch Set: add tests Created 4 years 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 ":content_test_mojo_bindings", 1376 ":content_test_mojo_bindings",
1377 ":test_support", 1377 ":test_support",
1378 "//base/test:test_support", 1378 "//base/test:test_support",
1379 "//base/third_party/dynamic_annotations", 1379 "//base/third_party/dynamic_annotations",
1380 "//cc", 1380 "//cc",
1381 "//cc:test_support", 1381 "//cc:test_support",
1382 "//cc/ipc", 1382 "//cc/ipc",
1383 "//cc/surfaces", 1383 "//cc/surfaces",
1384 "//components/display_compositor", 1384 "//components/display_compositor",
1385 "//components/payments:payment_app", 1385 "//components/payments:payment_app",
1386 "//components/rappor:test_support",
1386 "//content:resources", 1387 "//content:resources",
1387 "//content/app:both_for_content_tests", 1388 "//content/app:both_for_content_tests",
1388 "//content/browser:for_content_tests", 1389 "//content/browser:for_content_tests",
1389 "//content/browser/cache_storage:cache_storage_proto", 1390 "//content/browser/cache_storage:cache_storage_proto",
1390 "//content/browser/notifications:notification_proto", 1391 "//content/browser/notifications:notification_proto",
1391 "//content/browser/service_worker:service_worker_proto", 1392 "//content/browser/service_worker:service_worker_proto",
1392 "//content/browser/speech/proto", 1393 "//content/browser/speech/proto",
1393 "//content/child:for_content_tests", 1394 "//content/child:for_content_tests",
1394 "//content/gpu", 1395 "//content/gpu",
1395 "//content/public/browser", 1396 "//content/public/browser",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 if (is_android) { 1725 if (is_android) {
1725 deps += [ "//testing/android/native_test:native_test_native_code" ] 1726 deps += [ "//testing/android/native_test:native_test_native_code" ]
1726 } 1727 }
1727 } 1728 }
1728 1729
1729 group("fuzzers") { 1730 group("fuzzers") {
1730 deps = [ 1731 deps = [
1731 "//content/test/fuzzer", 1732 "//content/test/fuzzer",
1732 ] 1733 ]
1733 } 1734 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698