Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8817)

Unified Diff: chrome/test/BUILD.gn

Issue 1806353003: Adds option to run browser tests in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/DEPS » ('j') | chrome/test/base/mash_browser_tests_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | chrome/test/DEPS » ('j') | chrome/test/base/mash_browser_tests_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698