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: third_party/yasm/README.skia

Issue 1180983002: Switch SkJpegCode to libjpeg-turbo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Adding READMEs and comments Created 5 years, 6 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: third_party/yasm/README.skia
diff --git a/third_party/yasm/README.skia b/third_party/yasm/README.skia
new file mode 100644
index 0000000000000000000000000000000000000000..bc3d328f425d9698c9f1e46e71c6de7c9d35333b
--- /dev/null
+++ b/third_party/yasm/README.skia
@@ -0,0 +1,7 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+These platform specific Makefiles are necesary to build yasm on different platforms. The rest of
+the yasm is pulled into externals via the DEPS file. Chromium manually generates these files, so
scroggo 2015/06/23 15:05:51 nit: "the yasm library"? Or just "yasm"? "the yasm
msarett 2015/06/23 17:47:43 Done.
+we will directly check in our own copies.
scroggo 2015/06/23 15:05:51 Should we generate them, too? Why do we do somethi
msarett 2015/06/23 17:47:43 Sorry this is unclear. Chromium has manually gene

Powered by Google App Engine
This is Rietveld 408576698