Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 3328dd2691201c573354242fe49ca3b8fd48cb29..1f0a6d9b3340b41a74e9c8337360bddc6a7fd3d0 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1300,6 +1300,24 @@ if (!is_android) { |
if (use_x11) { |
deps += [ "//tools/xdisplaycheck" ] |
} |
+ |
+ if (use_aura) { |
+ sources += [ |
+ "base/mash_browser_tests_main.cc", |
+ "base/mash_browser_tests_main.h", |
+ "base/mojo_test_connector.cc", |
+ "base/mojo_test_connector.h", |
+ ] |
+ |
+ deps += [ |
+ "//mojo/shell/background:lib", |
+ "//mojo/shell/background/tests:test_support", |
+ ] |
+ |
+ data_deps += [ "//mash/session" ] |
+ |
+ defines += [ "MOJO_SHELL_CLIENT" ] |
+ } |
} |
test("sync_integration_tests") { |