| Index: skia/skia.gyp
|
| diff --git a/skia/skia.gyp b/skia/skia.gyp
|
| index ce0aae18f991f0e69594e0620ade62950124db04..f8e95e0b9084b8120b1630516b94648ed2b355a5 100644
|
| --- a/skia/skia.gyp
|
| +++ b/skia/skia.gyp
|
| @@ -14,7 +14,7 @@
|
| 'target_name': 'skia_library',
|
| 'type': 'static_library',
|
| # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| + # important when compiled by MSVC 2013, which seems
|
| # to mis-link-time-compile code that's built with
|
| # different optimization levels. http://crbug.com/543583
|
| 'variables': {
|
| @@ -37,7 +37,7 @@
|
| {
|
| 'target_name': 'skia',
|
| # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| + # important when compiled by MSVC 2013, which seems
|
| # to mis-link-time-compile code that's built with
|
| # different optimization levels. http://crbug.com/543583
|
| 'variables': {
|
| @@ -78,7 +78,7 @@
|
| {
|
| 'target_name': 'skia',
|
| # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| + # important when compiled by MSVC 2013, which seems
|
| # to mis-link-time-compile code that's built with
|
| # different optimization levels. http://crbug.com/543583
|
| 'variables': {
|
| @@ -130,7 +130,7 @@
|
| {
|
| 'target_name': 'image_operations_bench',
|
| # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| + # important when compiled by MSVC 2013, which seems
|
| # to mis-link-time-compile code that's built with
|
| # different optimization levels. http://crbug.com/543583
|
| 'variables': {
|
| @@ -152,7 +152,7 @@
|
| 'target_name': 'filter_fuzz_stub',
|
| 'type': 'executable',
|
| # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| + # important when compiled by MSVC 2013, which seems
|
| # to mis-link-time-compile code that's built with
|
| # different optimization levels. http://crbug.com/543583
|
| 'variables': {
|
| @@ -170,28 +170,5 @@
|
| '../build/android/increase_size_for_speed.gypi',
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'skia_mojo',
|
| - 'type': 'static_library',
|
| - # The optimize: 'max' scattered throughout are particularly
|
| - # important when compiled by MSVC 2013, which seems
|
| - # to mis-link-time-compile code that's built with
|
| - # different optimization levels. http://crbug.com/543583
|
| - 'variables': {
|
| - 'optimize': 'max',
|
| - },
|
| - 'dependencies': [
|
| - 'skia',
|
| - '../base/base.gyp:base',
|
| - ],
|
| - 'includes': [
|
| - '../third_party/mojo/mojom_bindings_generator.gypi',
|
| - ],
|
| - 'sources': [
|
| - # Note: file list duplicated in GN build.
|
| - 'public/interfaces/bitmap.mojom',
|
| - 'public/type_converters.cc',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|