| 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 3273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3284 }], | 3284 }], |
| 3285 # GTK build only | 3285 # GTK build only |
| 3286 ['toolkit_uses_gtk==1', { | 3286 ['toolkit_uses_gtk==1', { |
| 3287 'sources/': [ | 3287 'sources/': [ |
| 3288 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], | 3288 ['exclude', '^browser/ui/toolbar/bookmark_sub_menu_model.cc'], |
| 3289 ['exclude', '^browser/ui/views/notifications/balloon_collection_
views.cc'], | 3289 ['exclude', '^browser/ui/views/notifications/balloon_collection_
views.cc'], |
| 3290 ], | 3290 ], |
| 3291 }], | 3291 }], |
| 3292 ], | 3292 ], |
| 3293 }], | 3293 }], |
| 3294 # File manager extension replaces the native OS file open/save dialog. | 3294 # On chromeos, file manager extension handles the file open/save dialog. |
| 3295 ['file_manager_extension==1', { | 3295 ['chromeos==1', { |
| 3296 'sources/': [ | 3296 'sources/': [ |
| 3297 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], | 3297 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 3298 ['include', '^browser/ui/views/select_file_dialog_extension.h'], | 3298 ['include', '^browser/ui/views/select_file_dialog_extension.h'], |
| 3299 ['include', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 3299 ['include', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 3300 ['include', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 3300 ['include', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 3301 ]}, { | 3301 ]}, { |
| 3302 'sources/': [ | 3302 'sources/': [ |
| 3303 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 3303 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 3304 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 3304 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 3305 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 3305 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3368 ], | 3368 ], |
| 3369 }], | 3369 }], |
| 3370 ], | 3370 ], |
| 3371 }, | 3371 }, |
| 3372 ], | 3372 ], |
| 3373 } | 3373 } |
| OLD | NEW |