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 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3264 'sources/': [ | 3264 'sources/': [ |
3265 # Exclude files that should be excluded for all non-Windows platform
s. | 3265 # Exclude files that should be excluded for all non-Windows platform
s. |
3266 ['exclude', '^browser/ui/network_profile_bubble.cc'], | 3266 ['exclude', '^browser/ui/network_profile_bubble.cc'], |
3267 ['exclude', '^browser/ui/network_profile_bubble.h'], | 3267 ['exclude', '^browser/ui/network_profile_bubble.h'], |
3268 ['exclude', '^browser/ui/views/frame/system_menu_model.cc'], | 3268 ['exclude', '^browser/ui/views/frame/system_menu_model.cc'], |
3269 ['exclude', '^browser/ui/views/frame/system_menu_model.h'], | 3269 ['exclude', '^browser/ui/views/frame/system_menu_model.h'], |
3270 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'], | 3270 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'], |
3271 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'], | 3271 ['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'], |
3272 ], | 3272 ], |
3273 'conditions': [ | 3273 'conditions': [ |
3274 ['use_aura==1',{ | 3274 ['use_aura==1', { |
3275 'dependencies': [ | 3275 'dependencies': [ |
3276 '../build/linux/system.gyp:dbus', | |
3277 '../build/linux/system.gyp:fontconfig', | |
3278 '../build/linux/system.gyp:x11', | |
3279 '../dbus/dbus.gyp:dbus', | |
3280 '../ui/views/controls/webview/webview.gyp:webview', | 3276 '../ui/views/controls/webview/webview.gyp:webview', |
3281 '../ui/views/views.gyp:views', | 3277 '../ui/views/views.gyp:views', |
3282 ], | 3278 ], |
3283 'include_dirs': [ | 3279 'include_dirs': [ |
3284 '<(INTERMEDIATE_DIR)', | 3280 '<(INTERMEDIATE_DIR)', |
3285 '<(INTERMEDIATE_DIR)/chrome', | 3281 '<(INTERMEDIATE_DIR)/chrome', |
3286 ], | 3282 ], |
3287 'sources/': [ | 3283 'sources/': [ |
| 3284 ['exclude', '^browser/ui/cocoa/*'], |
3288 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.cc'], | 3285 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.cc'], |
3289 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.h'], | 3286 ['exclude', '^browser/ui/views/frame/app_panel_browser_frame_vie
w.h'], |
3290 ['exclude', '^browser/ui/views/uninstall_view.cc'], | 3287 ['exclude', '^browser/ui/views/uninstall_view.cc'], |
3291 ['exclude', '^browser/ui/views/uninstall_view.h'], | 3288 ['exclude', '^browser/ui/views/uninstall_view.h'], |
3292 ['include', '^browser/ui/tabs/dock_info.cc'], | 3289 ['include', '^browser/ui/tabs/dock_info.cc'], |
3293 ['include', '^browser/ui/tabs/dock_info.h'], | 3290 ['include', '^browser/ui/tabs/dock_info.h'], |
3294 ['include', '^browser/ui/views/speech_recognition_bubble_views.c
c'], | 3291 ['include', '^browser/ui/views/speech_recognition_bubble_views.c
c'], |
3295 ['include', '^browser/ui/window_sizer/window_sizer.cc'], | 3292 ['include', '^browser/ui/window_sizer/window_sizer.cc'], |
3296 ['include', '^browser/ui/window_sizer/window_sizer.h'], | 3293 ['include', '^browser/ui/window_sizer/window_sizer.h'], |
3297 ], | 3294 ], |
3298 }, { # else: use_aura==0 | 3295 }, { # else: use_aura==0 |
3299 'sources/': [ | 3296 'sources/': [ |
3300 # Exclude all of views. | 3297 # Exclude all of views. |
3301 ['exclude', '^browser/ui/views/'], | 3298 ['exclude', '^browser/ui/views/'], |
3302 ] | 3299 ] |
3303 }], | 3300 }], |
| 3301 ], |
| 3302 }], |
| 3303 ['OS=="linux"', { |
| 3304 'conditions': [ |
| 3305 ['use_aura==1', { |
| 3306 'dependencies': [ |
| 3307 '../build/linux/system.gyp:dbus', |
| 3308 '../build/linux/system.gyp:fontconfig', |
| 3309 '../build/linux/system.gyp:x11', |
| 3310 '../dbus/dbus.gyp:dbus', |
| 3311 ], |
| 3312 }], |
3304 # GTK build only | 3313 # GTK build only |
3305 ['toolkit_uses_gtk==1', { | 3314 ['toolkit_uses_gtk==1', { |
3306 'sources/': [ | 3315 'sources/': [ |
3307 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], | 3316 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], |
3308 ['exclude', '^browser/ui/views/notifications/balloon_collection_
views.cc'], | 3317 ['exclude', '^browser/ui/views/notifications/balloon_collection_
views.cc'], |
3309 ], | 3318 ], |
3310 }], | 3319 }], |
3311 ], | 3320 ], |
3312 }], | 3321 }], |
3313 # File manager extension replaces the native OS file open/save dialog. | 3322 # File manager extension replaces the native OS file open/save dialog. |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3368 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3377 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3369 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3378 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3379 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3371 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3380 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3372 ], | 3381 ], |
3373 }], | 3382 }], |
3374 ], | 3383 ], |
3375 }, | 3384 }, |
3376 ], | 3385 ], |
3377 } | 3386 } |
OLD | NEW |