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

Unified Diff: chromeos/BUILD.gn

Issue 649803002: Fixes the generated path of signed_key.proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index d6aeda5e09d9785b03204d1d0a9b777fe8586730..2a86253acad2cdc871d1e82194b187f995852d81 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -189,5 +189,5 @@ proto_library("cryptohome_signkey_proto") {
"//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
]
- proto_out_dir = "chromeos/dbus/cryptohome"
+ proto_out_dir = "chromeos/cryptohome"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698