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 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2329 'browser/ui/gtk/gconf_titlebar_listener.h', | 2329 'browser/ui/gtk/gconf_titlebar_listener.h', |
2330 ], | 2330 ], |
2331 }], | 2331 }], |
2332 ['use_ash==1', { | 2332 ['use_ash==1', { |
2333 'dependencies': [ | 2333 'dependencies': [ |
2334 '../ash/ash.gyp:ash', | 2334 '../ash/ash.gyp:ash', |
2335 '../ash/ash_strings.gyp:ash_strings', | 2335 '../ash/ash_strings.gyp:ash_strings', |
2336 '../ui/message_center/message_center.gyp:message_center', | 2336 '../ui/message_center/message_center.gyp:message_center', |
2337 ], | 2337 ], |
2338 }], | 2338 }], |
| 2339 ['OS=="win"', { |
| 2340 'dependencies': [ |
| 2341 '../ui/message_center/message_center.gyp:message_center' |
| 2342 ], |
| 2343 }], |
2339 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 2344 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
2340 'dependencies': [ | 2345 'dependencies': [ |
2341 # gtk2 is the only component that can interact with gtk2 in our new | 2346 # gtk2 is the only component that can interact with gtk2 in our new |
2342 # world. | 2347 # world. |
2343 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2348 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2344 ], | 2349 ], |
2345 }], | 2350 }], |
2346 ['use_aura==1', { | 2351 ['use_aura==1', { |
2347 'sources/': [ | 2352 'sources/': [ |
2348 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], | 2353 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2790 }, { # else: enable_app_list==0 | 2795 }, { # else: enable_app_list==0 |
2791 'sources/': [ | 2796 'sources/': [ |
2792 ['exclude', '^browser/ui/views/app_list/'], | 2797 ['exclude', '^browser/ui/views/app_list/'], |
2793 ['exclude', '^browser/ui/app_list/'], | 2798 ['exclude', '^browser/ui/app_list/'], |
2794 ] | 2799 ] |
2795 }], | 2800 }], |
2796 ], | 2801 ], |
2797 }, | 2802 }, |
2798 ], | 2803 ], |
2799 } | 2804 } |
OLD | NEW |