OLD | NEW |
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 Loading... |
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", | |
60 "//content/browser/speech/proto", | 59 "//content/browser/speech/proto", |
61 "//content/public/child", | 60 "//content/public/child", |
62 "//content/gpu", | 61 "//content/gpu", |
63 "//content/public/plugin", | 62 "//content/public/plugin", |
64 "//content/public/renderer", | 63 "//content/public/renderer", |
65 "//content/public/utility", | 64 "//content/public/utility", |
66 "//content/shell:pak", | 65 "//content/shell:pak", |
67 "//cc", | 66 "//cc", |
68 "//cc:test_support", | 67 "//cc:test_support", |
69 "//ipc/mojo", | 68 "//ipc/mojo", |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 "//gpu/blink", | 686 "//gpu/blink", |
688 "//testing/gtest", | 687 "//testing/gtest", |
689 "//third_party/WebKit/public:blink", | 688 "//third_party/WebKit/public:blink", |
690 "//ui/base", | 689 "//ui/base", |
691 "//ui/gfx", | 690 "//ui/gfx", |
692 "//ui/gfx/geometry", | 691 "//ui/gfx/geometry", |
693 "//ui/gl", | 692 "//ui/gl", |
694 ] | 693 ] |
695 } | 694 } |
696 } | 695 } |
OLD | NEW |