Chromium Code Reviews| 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 3248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3259 'sources/': [ | 3259 'sources/': [ |
| 3260 # Exclude files that should be excluded for all non-Windows platform s. | 3260 # Exclude files that should be excluded for all non-Windows platform s. |
| 3261 ['exclude', '^browser/ui/network_profile_bubble.cc'], | 3261 ['exclude', '^browser/ui/network_profile_bubble.cc'], |
| 3262 ['exclude', '^browser/ui/network_profile_bubble.h'], | 3262 ['exclude', '^browser/ui/network_profile_bubble.h'], |
| 3263 ['exclude', '^browser/ui/views/frame/system_menu_model.cc'], | 3263 ['exclude', '^browser/ui/views/frame/system_menu_model.cc'], |
| 3264 ['exclude', '^browser/ui/views/frame/system_menu_model.h'], | 3264 ['exclude', '^browser/ui/views/frame/system_menu_model.h'], |
| 3265 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'], | 3265 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'], |
| 3266 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'], | 3266 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'], |
| 3267 ], | 3267 ], |
| 3268 'conditions': [ | 3268 'conditions': [ |
| 3269 ['use_aura==1',{ | 3269 ['use_aura==1 and OS!="mac"',{ |
|
Ben Goodger (Google)
2013/12/31 03:38:08
note: we should come up with a better conditional
| |
| 3270 'dependencies': [ | 3270 'dependencies': [ |
| 3271 '../build/linux/system.gyp:dbus', | 3271 '../build/linux/system.gyp:dbus', |
| 3272 '../build/linux/system.gyp:fontconfig', | 3272 '../build/linux/system.gyp:fontconfig', |
| 3273 '../build/linux/system.gyp:x11', | 3273 '../build/linux/system.gyp:x11', |
| 3274 '../dbus/dbus.gyp:dbus', | 3274 '../dbus/dbus.gyp:dbus', |
| 3275 '../ui/views/controls/webview/webview.gyp:webview', | 3275 '../ui/views/controls/webview/webview.gyp:webview', |
| 3276 '../ui/views/views.gyp:views', | 3276 '../ui/views/views.gyp:views', |
| 3277 ], | 3277 ], |
| 3278 'include_dirs': [ | 3278 'include_dirs': [ |
| 3279 '<(INTERMEDIATE_DIR)', | 3279 '<(INTERMEDIATE_DIR)', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3363 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3363 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3367 ], | 3367 ], |
| 3368 }], | 3368 }], |
| 3369 ], | 3369 ], |
| 3370 }, | 3370 }, |
| 3371 ], | 3371 ], |
| 3372 } | 3372 } |
| OLD | NEW |