| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ad9596b3d0d6dd5c4d7a0036b2e643a8a3ced127..03146a03f8df39a26673cee4f04a0396b0bd114c 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -76,6 +76,12 @@ source_set("test_support") {
|
| ".",
|
| "//content")
|
|
|
| + if (is_android) {
|
| + sources -= [
|
| + "mock_google_streaming_server.cc",
|
| + "mock_google_streaming_server.h",
|
| + ]
|
| + }
|
| public_deps += [ "//third_party/WebKit/public:blink" ]
|
| deps += [
|
| ":content_test_mojo_bindings",
|
| @@ -90,6 +96,7 @@ source_set("test_support") {
|
| "//content/public/renderer",
|
| "//content/public/utility",
|
| "//content/shell:pak",
|
| + "//ipc:test_support",
|
| "//ipc/mojo",
|
| "//media",
|
| "//mojo/application/public/cpp:cpp_for_chromium",
|
|
|