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

Unified Diff: net/test/test_server.cc

Issue 9148084: Remove hand-rolled cases of protobufs generations/compilation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update python load path Created 8 years, 11 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
Index: net/test/test_server.cc
diff --git a/net/test/test_server.cc b/net/test/test_server.cc
index 07575a26ccd0e33e913f2f03bfb6cbb027f92fa8..7b170b179a6faadd01c4e983b832520175196a7f 100644
--- a/net/test/test_server.cc
+++ b/net/test/test_server.cc
@@ -318,7 +318,10 @@ bool TestServer::SetPythonPath() {
.AppendASCII("browser")
.AppendASCII("sync")
.AppendASCII("protocol"));
- AppendToPythonPath(pyproto_dir.AppendASCII("device_management_pb"));
+ AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
+ .AppendASCII("browser")
+ .AppendASCII("policy")
+ .AppendASCII("proto"));
return true;
}
« chrome/app/policy/cloud_policy_codegen.gyp ('K') | « chrome/app/policy/cloud_policy_codegen.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698