| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'browser/ui/app_list/search/tokenized_string.h', | 131 'browser/ui/app_list/search/tokenized_string.h', |
| 132 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', | 132 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', |
| 133 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 133 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
| 134 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 134 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 135 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 135 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 136 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 136 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
| 137 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 137 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
| 138 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', | 138 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', |
| 139 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', | 139 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', |
| 140 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 140 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 141 'browser/ui/ash/ash_keyboard_controller_proxy.cc', |
| 142 'browser/ui/ash/ash_keyboard_controller_proxy.h', |
| 141 'browser/ui/ash/app_list/app_list_controller_ash.h', | 143 'browser/ui/ash/app_list/app_list_controller_ash.h', |
| 142 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 144 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
| 143 'browser/ui/ash/app_list/app_list_service_ash.cc', | 145 'browser/ui/ash/app_list/app_list_service_ash.cc', |
| 144 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', | 146 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', |
| 145 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', | 147 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', |
| 146 'browser/ui/ash/app_sync_ui_state.cc', | 148 'browser/ui/ash/app_sync_ui_state.cc', |
| 147 'browser/ui/ash/app_sync_ui_state.h', | 149 'browser/ui/ash/app_sync_ui_state.h', |
| 148 'browser/ui/ash/app_sync_ui_state_observer.h', | 150 'browser/ui/ash/app_sync_ui_state_observer.h', |
| 149 'browser/ui/ash/app_sync_ui_state_factory.cc', | 151 'browser/ui/ash/app_sync_ui_state_factory.cc', |
| 150 'browser/ui/ash/app_sync_ui_state_factory.h', | 152 'browser/ui/ash/app_sync_ui_state_factory.h', |
| (...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2889 }], | 2891 }], |
| 2890 ['enable_message_center==1', { | 2892 ['enable_message_center==1', { |
| 2891 'dependencies': [ | 2893 'dependencies': [ |
| 2892 '../ui/message_center/message_center.gyp:message_center', | 2894 '../ui/message_center/message_center.gyp:message_center', |
| 2893 ], | 2895 ], |
| 2894 }], | 2896 }], |
| 2895 ], | 2897 ], |
| 2896 }, | 2898 }, |
| 2897 ], | 2899 ], |
| 2898 } | 2900 } |
| OLD | NEW |