| Index: third_party/third_party.gyp
|
| diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
|
| index 43e1093fc3772bc615aab31dc8644881432bc82f..78aa6fc657f5ddf74fd7e45432ed713e6e0624bf 100644
|
| --- a/third_party/third_party.gyp
|
| +++ b/third_party/third_party.gyp
|
| @@ -8,6 +8,11 @@
|
| 'OPJ_STATIC',
|
| '_CRT_SECURE_NO_WARNINGS',
|
| ],
|
| + 'include_dirs': [
|
| + # This is implicit in GN.
|
| + '<(DEPTH)',
|
| + '..',
|
| + ],
|
| 'msvs_disabled_warnings': [
|
| 4005, 4018, 4146, 4333, 4345, 4267
|
| ],
|
| @@ -161,7 +166,7 @@
|
| },
|
| },
|
| {
|
| - 'target_name': 'fx_libjpeg',
|
| + 'target_name': 'libjpeg',
|
| 'type': 'static_library',
|
| 'sources': [
|
| 'libjpeg/cderror.h',
|
|
|