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

Unified Diff: third_party/libjpeg_turbo/BUILD.gn

Issue 2265503002: GN: _turbo -> -turbo to match Fuchsia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 | « third_party/libjpeg-turbo/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg_turbo/BUILD.gn
diff --git a/third_party/libjpeg_turbo/BUILD.gn b/third_party/libjpeg_turbo/BUILD.gn
deleted file mode 100644
index 95a381b8e69465c25368c2acb00188b9a32a22c3..0000000000000000000000000000000000000000
--- a/third_party/libjpeg_turbo/BUILD.gn
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2016 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-declare_args() {
-}
-
-import("../third_party.gni")
-
-third_party("libjpeg") {
- public_include_dirs = [ "../externals/libjpeg-turbo" ]
-
- defines = [ "TURBO_FOR_WINDOWS" ]
-
- sources = [
- "../externals/libjpeg-turbo/jcapimin.c",
- "../externals/libjpeg-turbo/jcapistd.c",
- "../externals/libjpeg-turbo/jccoefct.c",
- "../externals/libjpeg-turbo/jccolor.c",
- "../externals/libjpeg-turbo/jcdctmgr.c",
- "../externals/libjpeg-turbo/jchuff.c",
- "../externals/libjpeg-turbo/jcinit.c",
- "../externals/libjpeg-turbo/jcmainct.c",
- "../externals/libjpeg-turbo/jcmarker.c",
- "../externals/libjpeg-turbo/jcmaster.c",
- "../externals/libjpeg-turbo/jcomapi.c",
- "../externals/libjpeg-turbo/jcparam.c",
- "../externals/libjpeg-turbo/jcphuff.c",
- "../externals/libjpeg-turbo/jcprepct.c",
- "../externals/libjpeg-turbo/jcsample.c",
- "../externals/libjpeg-turbo/jdapimin.c",
- "../externals/libjpeg-turbo/jdapistd.c",
- "../externals/libjpeg-turbo/jdcoefct.c",
- "../externals/libjpeg-turbo/jdcolor.c",
- "../externals/libjpeg-turbo/jddctmgr.c",
- "../externals/libjpeg-turbo/jdhuff.c",
- "../externals/libjpeg-turbo/jdinput.c",
- "../externals/libjpeg-turbo/jdmainct.c",
- "../externals/libjpeg-turbo/jdmarker.c",
- "../externals/libjpeg-turbo/jdmaster.c",
- "../externals/libjpeg-turbo/jdmerge.c",
- "../externals/libjpeg-turbo/jdphuff.c",
- "../externals/libjpeg-turbo/jdpostct.c",
- "../externals/libjpeg-turbo/jdsample.c",
- "../externals/libjpeg-turbo/jerror.c",
- "../externals/libjpeg-turbo/jfdctflt.c",
- "../externals/libjpeg-turbo/jfdctfst.c",
- "../externals/libjpeg-turbo/jfdctint.c",
- "../externals/libjpeg-turbo/jidctflt.c",
- "../externals/libjpeg-turbo/jidctfst.c",
- "../externals/libjpeg-turbo/jidctint.c",
- "../externals/libjpeg-turbo/jidctred.c",
- "../externals/libjpeg-turbo/jmemmgr.c",
- "../externals/libjpeg-turbo/jmemnobs.c",
- "../externals/libjpeg-turbo/jquant1.c",
- "../externals/libjpeg-turbo/jquant2.c",
- "../externals/libjpeg-turbo/jsimd_none.c",
- "../externals/libjpeg-turbo/jutils.c",
- ]
-}
« no previous file with comments | « third_party/libjpeg-turbo/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698