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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 ] | 48 ] |
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 ":content_test_mojo_bindings", |
58 "//components/scheduler:scheduler", | 59 "//components/scheduler:scheduler", |
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", |
69 "//media", | 70 "//media", |
| 71 "//mojo/application/public/cpp", |
| 72 "//mojo/environment:chromium", |
70 "//ppapi/host", | 73 "//ppapi/host", |
71 "//ppapi/proxy", | 74 "//ppapi/proxy", |
72 "//ppapi/proxy:test_support", | 75 "//ppapi/proxy:test_support", |
73 "//ppapi/shared_impl", | 76 "//ppapi/shared_impl", |
74 "//ppapi/shared_impl:test_support", | 77 "//ppapi/shared_impl:test_support", |
75 "//storage/browser", | 78 "//storage/browser", |
76 "//storage/common", | 79 "//storage/common", |
77 "//ui/surface", | 80 "//ui/surface", |
78 "//v8", | 81 "//v8", |
79 ] | 82 ] |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 "//ui/accessibility:ax_gen", | 196 "//ui/accessibility:ax_gen", |
194 ] | 197 ] |
195 | 198 |
196 if (is_android) { | 199 if (is_android) { |
197 deps += [ "//content/public/app:both" ] | 200 deps += [ "//content/public/app:both" ] |
198 } else { | 201 } else { |
199 deps += [ "//content/public/browser" ] | 202 deps += [ "//content/public/browser" ] |
200 } | 203 } |
201 } | 204 } |
202 | 205 |
| 206 mojom("content_test_mojo_bindings") { |
| 207 sources = [ |
| 208 "../public/test/test_mojo_service.mojom", |
| 209 ] |
| 210 } |
| 211 |
203 mojom("web_ui_test_mojo_bindings") { | 212 mojom("web_ui_test_mojo_bindings") { |
204 sources = [ | 213 sources = [ |
205 "data/web_ui_test_mojo_bindings.mojom", | 214 "data/web_ui_test_mojo_bindings.mojom", |
206 ] | 215 ] |
207 } | 216 } |
208 | 217 |
209 if (!is_ios) { | 218 if (!is_ios) { |
210 # GYP version //content/content_tests.gypi:layouttest_support_content | 219 # GYP version //content/content_tests.gypi:layouttest_support_content |
211 static_library("layouttest_support") { | 220 static_library("layouttest_support") { |
212 testonly = true | 221 testonly = true |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "//content/test:test_support", | 279 "//content/test:test_support", |
271 "//device/battery", | 280 "//device/battery", |
272 "//device/battery:mojo_bindings", | 281 "//device/battery:mojo_bindings", |
273 "//gin", | 282 "//gin", |
274 "//gpu", | 283 "//gpu", |
275 "//ipc:test_support", | 284 "//ipc:test_support", |
276 "//media:test_support", | 285 "//media:test_support", |
277 "//media/audio:test_support", | 286 "//media/audio:test_support", |
278 "//media/base:test_support", | 287 "//media/base:test_support", |
279 "//media:shared_memory_support", | 288 "//media:shared_memory_support", |
| 289 "//mojo/application/public/cpp", |
280 "//mojo/environment:chromium", | 290 "//mojo/environment:chromium", |
281 "//net:test_support", | 291 "//net:test_support", |
282 "//ppapi/host", | 292 "//ppapi/host", |
283 "//ppapi/proxy", | 293 "//ppapi/proxy", |
284 "//ppapi/proxy:ipc", | 294 "//ppapi/proxy:ipc", |
285 "//ppapi/shared_impl", | 295 "//ppapi/shared_impl", |
286 "//third_party/mojo/src/mojo/edk/system", | 296 "//third_party/mojo/src/mojo/edk/system", |
287 "//third_party/mojo/src/mojo/edk/test:test_support", | 297 "//third_party/mojo/src/mojo/edk/test:test_support", |
288 "//third_party/mojo/src/mojo/public/cpp/bindings", | 298 "//third_party/mojo/src/mojo/public/cpp/bindings", |
289 "//third_party/mojo/src/mojo/public/js", | 299 "//third_party/mojo/src/mojo/public/js", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 "//gpu/blink", | 695 "//gpu/blink", |
686 "//testing/gtest", | 696 "//testing/gtest", |
687 "//third_party/WebKit/public:blink", | 697 "//third_party/WebKit/public:blink", |
688 "//ui/base", | 698 "//ui/base", |
689 "//ui/gfx", | 699 "//ui/gfx", |
690 "//ui/gfx/geometry", | 700 "//ui/gfx/geometry", |
691 "//ui/gl", | 701 "//ui/gl", |
692 ] | 702 ] |
693 } | 703 } |
694 } | 704 } |
OLD | NEW |