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

Unified Diff: chrome/browser/media/webrtc_browsertest_common.cc

Issue 1473223002: Update gclient solution advisory for WebRTC tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/browser/media/webrtc_browsertest_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc_browsertest_common.cc
diff --git a/chrome/browser/media/webrtc_browsertest_common.cc b/chrome/browser/media/webrtc_browsertest_common.cc
index d67a6996b40fb067270edac1e541f12d6b7a79cf..8d1b307aa9c6fb1e4782a215d4ee6f1b0376bae5 100644
--- a/chrome/browser/media/webrtc_browsertest_common.cc
+++ b/chrome/browser/media/webrtc_browsertest_common.cc
@@ -29,13 +29,16 @@ const base::FilePath::CharType kY4mFileExtension[] = FILE_PATH_LITERAL("y4m");
// This message describes how to modify your .gclient to get the reference
// video files downloaded for you.
-static const char kAdviseOnGclientSolution[] =
- "You need to add this solution to your .gclient to run this test:\n"
+const char kAdviseOnGclientSolution[] =
+ "To run this test, you must run download_from_google_storage --config\n"
+ "and follow the instructions (use 'browser' for project id)\n"
+ "You also need to add this solution to your .gclient:\n"
"{\n"
" \"name\" : \"webrtc.DEPS\",\n"
" \"url\" : \"https://chromium.googlesource.com/chromium/deps/"
"webrtc/webrtc.DEPS\",\n"
- "}";
+ "}\n"
+ "and run gclient sync. This will download the required ref files.";
const int kDefaultPollIntervalMsec = 250;
« no previous file with comments | « chrome/browser/media/webrtc_browsertest_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698