summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-04-11 21:41:17 +0000
committerbrettw@chromium.org <brettw@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-04-11 21:41:17 +0000
commita182ac9a61b910c3ab8ce5c5b7d0f04af57399ec (patch)
treefc400a130fc6c2fcc240a7235ddb40ad1fc4a9eb /BUILD.gn
parenteebc9e92e7c32760570bfcb4f55eb1130c967aeb (diff)
downloadopenssl-a182ac9a61b910c3ab8ce5c5b7d0f04af57399ec.tar.gz
Fix typo in comment in GN buildfile.
R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/228323008 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/openssl@263365 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3e1abde..0c99198 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,7 +19,7 @@ config("openssl_internal_config") {
visibility = ":*" # Only targets in this file can depend on this.
}
-# The list of OpenSSL files is kept in skia_gn_files.gypi. Read it.
+# The list of OpenSSL files is kept in openssl.gypi. Read it.
gypi_values = exec_script(
"//build/gypi_to_gn.py",
[ rebase_path("//third_party/openssl/openssl.gypi") ]