Index: third_party/boringssl/README.chromium |
diff --git a/third_party/boringssl/README.chromium b/third_party/boringssl/README.chromium |
index c4c63c444fd938a47392f0731c86c38aeee311d5..8c89faa63339b81993669c21fa29d938db483ad4 100644 |
--- a/third_party/boringssl/README.chromium |
+++ b/third_party/boringssl/README.chromium |
@@ -9,3 +9,10 @@ Security Critical: yes |
Description: |
This is BoringSSL, a fork of OpenSSL. See |
https://www.imperialviolet.org/2014/06/20/boringssl.html |
+ |
+Note: when rolling DEPS forward, remember to run |
+ |
+ cd third_party/boringssl |
+ python src/util/generate_build_files.py chromium |
+ |
+from a system with both Perl and Go installed. |