| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 1c94d668f3eec61bc541c8e93cdc4b5d80335459..72c13df34bce53f281f3887d2630c348c40ea8ea 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -21,6 +21,7 @@
|
| ],
|
| 'targets': [
|
| {
|
| + # GN version: //mojo
|
| 'target_name': 'mojo',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -112,6 +113,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //mojo/spy
|
| 'target_name': 'mojo_spy',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -447,6 +449,7 @@
|
| ['OS=="linux"', {
|
| 'targets': [
|
| {
|
| + # GN version: //mojo/dbus
|
| 'target_name': 'mojo_dbus_service',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -498,13 +501,13 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //mojo/views
|
| 'target_name': 'mojo_views_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../skia/skia.gyp:skia',
|
| - '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/aura/aura.gyp:aura',
|
| @@ -525,6 +528,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //mojo/views:views_internal
|
| 'target_name': 'mojo_views_support_internal',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| @@ -533,7 +537,6 @@
|
| '../base/base.gyp:base_static',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../skia/skia.gyp:skia',
|
| - '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/base/ui_base.gyp:ui_base',
|
|
|