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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "//content/test:test_support", | 286 "//content/test:test_support", |
278 "//device/battery", | 287 "//device/battery", |
279 "//device/battery:mojo_bindings", | 288 "//device/battery:mojo_bindings", |
280 "//gin", | 289 "//gin", |
281 "//gpu", | 290 "//gpu", |
282 "//ipc:test_support", | 291 "//ipc:test_support", |
283 "//media:test_support", | 292 "//media:test_support", |
284 "//media/audio:test_support", | 293 "//media/audio:test_support", |
285 "//media/base:test_support", | 294 "//media/base:test_support", |
286 "//media:shared_memory_support", | 295 "//media:shared_memory_support", |
| 296 "//mojo/application/public/cpp", |
287 "//mojo/environment:chromium", | 297 "//mojo/environment:chromium", |
288 "//net:test_support", | 298 "//net:test_support", |
289 "//ppapi/host", | 299 "//ppapi/host", |
290 "//ppapi/proxy", | 300 "//ppapi/proxy", |
291 "//ppapi/proxy:ipc", | 301 "//ppapi/proxy:ipc", |
292 "//ppapi/shared_impl", | 302 "//ppapi/shared_impl", |
293 "//third_party/mojo/src/mojo/edk/system", | 303 "//third_party/mojo/src/mojo/edk/system", |
294 "//third_party/mojo/src/mojo/edk/test:test_support", | 304 "//third_party/mojo/src/mojo/edk/test:test_support", |
295 "//third_party/mojo/src/mojo/public/cpp/bindings", | 305 "//third_party/mojo/src/mojo/public/cpp/bindings", |
296 "//third_party/mojo/src/mojo/public/js", | 306 "//third_party/mojo/src/mojo/public/js", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 "//gpu/blink", | 702 "//gpu/blink", |
693 "//testing/gtest", | 703 "//testing/gtest", |
694 "//third_party/WebKit/public:blink", | 704 "//third_party/WebKit/public:blink", |
695 "//ui/base", | 705 "//ui/base", |
696 "//ui/gfx", | 706 "//ui/gfx", |
697 "//ui/gfx/geometry", | 707 "//ui/gfx/geometry", |
698 "//ui/gl", | 708 "//ui/gl", |
699 ] | 709 ] |
700 } | 710 } |
701 } | 711 } |
OLD | NEW |