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

Unified Diff: chrome/test/base/browser_tests_main.cc

Issue 2208613002: Remove MOJO_SHELL_CLIENT define. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge Created 4 years, 4 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 | « chrome/test/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/browser_tests_main.cc
diff --git a/chrome/test/base/browser_tests_main.cc b/chrome/test/base/browser_tests_main.cc
index cd12f3bba01b023d1624823ef7418d9221ec896c..614091d3ad9e4ef7cd7f5b9ceac10eb6d6c4e318 100644
--- a/chrome/test/base/browser_tests_main.cc
+++ b/chrome/test/base/browser_tests_main.cc
@@ -8,12 +8,12 @@
#include "chrome/test/base/chrome_test_launcher.h"
#include "chrome/test/base/chrome_test_suite.h"
-#if defined(MOJO_SHELL_CLIENT)
+#if defined(USE_AURA)
#include "chrome/test/base/mash_browser_tests_main.h"
#endif
int main(int argc, char** argv) {
-#if defined(MOJO_SHELL_CLIENT)
+#if defined(USE_AURA)
int exit_code = 0;
if (RunMashBrowserTests(argc, argv, &exit_code))
return exit_code;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698