Chromium Code Reviews| Index: gyp/libjpeg.gyp |
| diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp |
| deleted file mode 100644 |
| index 76052bfa1492f8a184bf028a4851fe304dccfadd..0000000000000000000000000000000000000000 |
| --- a/gyp/libjpeg.gyp |
| +++ /dev/null |
| @@ -1,45 +0,0 @@ |
| -# Copyright 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. |
| - |
| -# This is a copy of ../third_party/externals/libjpeg/libjpeg.gyp , modified |
| -# such that all source paths point into that directory. |
| -# See http://code.google.com/p/skia/issues/detail?id=543 ('wrap libjpeg.gyp |
|
scroggo
2015/11/05 18:35:52
Is this bug still relevant? I think we'll be using
msarett
2015/11/05 22:13:25
Added some thoughts to the bug.
|
| -# from Chrome's libjpeg port, rather than making our own copy') for a better |
| -# long-term solution. |
| - |
| -{ |
| - 'variables': { |
| - 'use_system_libjpeg%': 0, |
| - 'skia_warnings_as_errors': 0, |
| - }, |
| - 'conditions': [ |
| - ['skia_os == "android"', { |
| - 'targets': [ |
| - { |
| - 'target_name': 'libjpeg', |
| - 'type': 'none', |
| - 'dependencies': [ |
| - 'android_deps.gyp:jpeg', |
| - ], |
| - 'export_dependent_settings': [ |
| - 'android_deps.gyp:jpeg', |
| - ], |
| - }, |
| - ], |
| - }, { # skia_os != android |
| - 'targets': [ |
| - { |
| - 'target_name': 'libjpeg', |
| - 'type': 'none', |
| - 'dependencies': [ |
| - 'libjpeg-turbo.gyp:libjpeg-turbo', |
| - ], |
| - 'export_dependent_settings': [ |
| - 'libjpeg-turbo.gyp:libjpeg-turbo', |
| - ], |
| - }, |
| - ], |
| - }], |
| - ], |
| -} |