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

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

Issue 1832673002: Add testRunner.runIdleTasks() to force idle tasks to run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: nits and gn fixes Created 4 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 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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 298
299 sources = 299 sources =
300 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, 300 rebase_path(content_tests_gypi_values.layouttest_support_content_sources,
301 ".", 301 ".",
302 "//content") 302 "//content")
303 303
304 deps = [ 304 deps = [
305 ":test_support", 305 ":test_support",
306 "//cc", 306 "//cc",
307 "//cc/blink", 307 "//cc/blink",
308 "//components/scheduler:test_support",
308 "//components/test_runner:test_runner", 309 "//components/test_runner:test_runner",
309 "//content/browser:for_content_tests", 310 "//content/browser:for_content_tests",
310 "//content/public/common", 311 "//content/public/common",
311 312
312 #"//content/shell:content_shell_lib", 313 #"//content/shell:content_shell_lib",
313 "//content/renderer:for_content_tests", 314 "//content/renderer:for_content_tests",
314 "//mojo/edk/test:test_support", 315 "//mojo/edk/test:test_support",
315 "//skia", 316 "//skia",
316 "//ui/accessibility:ax_gen", 317 "//ui/accessibility:ax_gen",
317 "//v8", 318 "//v8",
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "//gpu:test_support", 1013 "//gpu:test_support",
1013 "//media/base/android", 1014 "//media/base/android",
1014 "//media/base/android:media_java", 1015 "//media/base/android:media_java",
1015 "//media/capture/video/android:capture_java", 1016 "//media/capture/video/android:capture_java",
1016 "//testing/gmock", 1017 "//testing/gmock",
1017 "//ui/android:ui_java", 1018 "//ui/android:ui_java",
1018 ] 1019 ]
1019 } 1020 }
1020 } 1021 }
1021 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698