| Index: ui/wm/wm.gyp
|
| diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
|
| index 10f1883c4e1dbd0fb32024660f297fac1b3ceced..11688d77390dfc77808633ec9721b937c96dd061 100644
|
| --- a/ui/wm/wm.gyp
|
| +++ b/ui/wm/wm.gyp
|
| @@ -8,6 +8,7 @@
|
| },
|
| 'targets': [
|
| {
|
| + # GN version: //ui/wm
|
| 'target_name': 'wm',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| @@ -93,6 +94,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //ui/wm:test_support
|
| 'target_name': 'wm_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -108,6 +110,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //ui/wm:wm_unittests
|
| 'target_name': 'wm_unittests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|