OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2330 'browser/ui/gtk/gconf_titlebar_listener.h', | 2330 'browser/ui/gtk/gconf_titlebar_listener.h', |
2331 ], | 2331 ], |
2332 }], | 2332 }], |
2333 ['use_ash==1', { | 2333 ['use_ash==1', { |
2334 'dependencies': [ | 2334 'dependencies': [ |
2335 '../ash/ash.gyp:ash', | 2335 '../ash/ash.gyp:ash', |
2336 '../ash/ash_strings.gyp:ash_strings', | 2336 '../ash/ash_strings.gyp:ash_strings', |
2337 '../ui/message_center/message_center.gyp:message_center', | 2337 '../ui/message_center/message_center.gyp:message_center', |
2338 ], | 2338 ], |
2339 }], | 2339 }], |
| 2340 ['OS=="win"', { |
| 2341 'dependencies': [ |
| 2342 '../ui/message_center/message_center.gyp:message_center' |
| 2343 ], |
| 2344 }], |
2340 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 2345 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
2341 'dependencies': [ | 2346 'dependencies': [ |
2342 # gtk2 is the only component that can interact with gtk2 in our new | 2347 # gtk2 is the only component that can interact with gtk2 in our new |
2343 # world. | 2348 # world. |
2344 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2349 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2345 ], | 2350 ], |
2346 }], | 2351 }], |
2347 ['use_aura==1', { | 2352 ['use_aura==1', { |
2348 'sources/': [ | 2353 'sources/': [ |
2349 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], | 2354 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2793 }, { # else: enable_app_list==0 | 2798 }, { # else: enable_app_list==0 |
2794 'sources/': [ | 2799 'sources/': [ |
2795 ['exclude', '^browser/ui/views/app_list/'], | 2800 ['exclude', '^browser/ui/views/app_list/'], |
2796 ['exclude', '^browser/ui/app_list/'], | 2801 ['exclude', '^browser/ui/app_list/'], |
2797 ] | 2802 ] |
2798 }], | 2803 }], |
2799 ], | 2804 ], |
2800 }, | 2805 }, |
2801 ], | 2806 ], |
2802 } | 2807 } |
OLD | NEW |