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

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

Issue 1152623008: scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remember the message loop binding. Created 5 years, 6 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/DEPS » ('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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 if (!is_ios) { 50 if (!is_ios) {
51 sources = 51 sources =
52 rebase_path(content_tests_gypi_values.test_support_content_sources, 52 rebase_path(content_tests_gypi_values.test_support_content_sources,
53 ".", 53 ".",
54 "//content") 54 "//content")
55 55
56 public_deps += [ "//third_party/WebKit/public:blink" ] 56 public_deps += [ "//third_party/WebKit/public:blink" ]
57 deps += [ 57 deps += [
58 "//components/scheduler:scheduler", 58 "//components/scheduler:scheduler",
59 "//components/scheduler:test_support",
59 "//content/browser/speech/proto", 60 "//content/browser/speech/proto",
60 "//content/public/child", 61 "//content/public/child",
61 "//content/gpu", 62 "//content/gpu",
62 "//content/public/plugin", 63 "//content/public/plugin",
63 "//content/public/renderer", 64 "//content/public/renderer",
64 "//content/public/utility", 65 "//content/public/utility",
65 "//content/shell:pak", 66 "//content/shell:pak",
66 "//cc", 67 "//cc",
67 "//cc:test_support", 68 "//cc:test_support",
68 "//ipc/mojo", 69 "//ipc/mojo",
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 "//gpu/blink", 687 "//gpu/blink",
687 "//testing/gtest", 688 "//testing/gtest",
688 "//third_party/WebKit/public:blink", 689 "//third_party/WebKit/public:blink",
689 "//ui/base", 690 "//ui/base",
690 "//ui/gfx", 691 "//ui/gfx",
691 "//ui/gfx/geometry", 692 "//ui/gfx/geometry",
692 "//ui/gl", 693 "//ui/gl",
693 ] 694 ]
694 } 695 }
695 } 696 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698