| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 8c1ef7c8044d7f14c595d351ce728d8edfee82aa..643f2e7eaf8b40378fc193703aaf699d081f457b 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -431,7 +431,6 @@
|
| 'sources/': [
|
| ['exclude', '_(gtk|x)\\.cc$'],
|
| ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
|
| - ['exclude', 'controls/menu/menu_2.*'],
|
| ],
|
| 'sources!': [
|
| 'controls/native_control.cc',
|
| @@ -464,6 +463,10 @@
|
| ['include', 'controls/menu/menu_separator_win.cc'],
|
| ['include', 'drag_utils_win.cc'],
|
| ],
|
| + }, {
|
| + 'sources/': [
|
| + ['exclude', 'controls/menu/menu_2.*'],
|
| + ],
|
| }],
|
| ],
|
| }, { # else: use_aura==1
|
|
|