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

Unified Diff: remoting/host/resources_unittest.cc

Issue 1863933002: [remoting android] Add and build host code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-add-native
Patch Set: Add resources_android.cc Created 4 years, 8 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 | « remoting/host/resources_android.cc ('k') | remoting/host/security_key/gnubby_auth_handler_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/resources_unittest.cc
diff --git a/remoting/host/resources_unittest.cc b/remoting/host/resources_unittest.cc
index 94397628066cd0dc85a827df2b89e2e8ebef7a0a..518550d0be35176caf647d6672399ec09de492f7 100644
--- a/remoting/host/resources_unittest.cc
+++ b/remoting/host/resources_unittest.cc
@@ -31,8 +31,8 @@ TEST_F(ResourcesTest, DISABLED_ProductName) {
std::string expected_product_name = "Chromoting";
#endif // !defined(GOOGLE_CHROME_BUILD)
- // Chrome-style i18n is not used on Windows.
-#if defined(OS_WIN)
+ // Chrome-style i18n is not used on Windows or Android.
+#if defined(OS_WIN) || defined(OS_ANDROID)
EXPECT_FALSE(resources_available_);
#else
EXPECT_TRUE(resources_available_);
« no previous file with comments | « remoting/host/resources_android.cc ('k') | remoting/host/security_key/gnubby_auth_handler_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698