Index: third_party/libjpeg/BUILD.gn |
diff --git a/third_party/libjpeg/BUILD.gn b/third_party/libjpeg/BUILD.gn |
index 7d06e1ab111b5588d43b51b9496694b891014189..1a3ffc64bb100b415fa9279a5f9a300f812f1fbf 100644 |
--- a/third_party/libjpeg/BUILD.gn |
+++ b/third_party/libjpeg/BUILD.gn |
@@ -2,6 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# Do not use the targets in this file unless you need a certain libjpeg |
+# implementation. Use the meta target //third_party:jpeg instead. |
+ |
source_set("libjpeg") { |
sources = [ |
"jcapimin.c", |