| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 55c69bcd8457071c9243d815ccd1c78261cceff5..c91cb2fe80a58f448032c50d545bec028b960702 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -1225,5 +1225,18 @@
|
| }, # target_name: chromium_swarm_tests
|
| ],
|
| }],
|
| - ], # conditions
|
| + ['OS=="mac" and toolkit_views==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'macviews_builder',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
|
| + '../ui/views/views.gyp:views',
|
| + '../ui/views/views.gyp:views_unittests',
|
| + ],
|
| + }, # target_name: macviews_builder
|
| + ], # targets
|
| + }], # os=='mac' and toolkit_views==1
|
| + ], # conditions
|
| }
|
|
|