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

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

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ] 47 ]
48 48
49 if (!is_ios) { 49 if (!is_ios) {
50 sources = 50 sources =
51 rebase_path(content_tests_gypi_values.test_support_content_sources, 51 rebase_path(content_tests_gypi_values.test_support_content_sources,
52 ".", 52 ".",
53 "//content") 53 "//content")
54 54
55 public_deps += [ "//third_party/WebKit/public:blink" ] 55 public_deps += [ "//third_party/WebKit/public:blink" ]
56 deps += [ 56 deps += [
57 "//components/scheduler:scheduler",
57 "//content/browser/speech/proto", 58 "//content/browser/speech/proto",
58 "//content/public/child:child_sources", 59 "//content/public/child:child_sources",
59 "//content/gpu", 60 "//content/gpu",
60 "//content/public/plugin:plugin_sources", 61 "//content/public/plugin:plugin_sources",
61 "//content/public/renderer:renderer_sources", 62 "//content/public/renderer:renderer_sources",
62 "//content/public/utility:utility_sources", 63 "//content/public/utility:utility_sources",
63 "//content/shell:pak", 64 "//content/shell:pak",
64 "//cc", 65 "//cc",
65 "//cc:test_support", 66 "//cc:test_support",
66 "//ipc/mojo", 67 "//ipc/mojo",
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "//content/public/common", 708 "//content/public/common",
708 "//testing/gtest", 709 "//testing/gtest",
709 "//third_party/WebKit/public:blink", 710 "//third_party/WebKit/public:blink",
710 "//ui/base", 711 "//ui/base",
711 "//ui/gfx", 712 "//ui/gfx",
712 "//ui/gfx/geometry", 713 "//ui/gfx/geometry",
713 "//ui/gl", 714 "//ui/gl",
714 ] 715 ]
715 } 716 }
716 } 717 }
OLDNEW
« no previous file with comments | « content/renderer/scheduler/webthread_impl_for_renderer_scheduler_unittest.cc ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698