| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 235 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
| 236 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 236 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
| 237 'browser/ui/bookmarks/bookmark_utils.cc', | 237 'browser/ui/bookmarks/bookmark_utils.cc', |
| 238 'browser/ui/bookmarks/bookmark_utils.h', | 238 'browser/ui/bookmarks/bookmark_utils.h', |
| 239 'browser/ui/browser.cc', | 239 'browser/ui/browser.cc', |
| 240 'browser/ui/browser.h', | 240 'browser/ui/browser.h', |
| 241 'browser/ui/browser_commands.cc', | 241 'browser/ui/browser_commands.cc', |
| 242 'browser/ui/browser_commands.h', | 242 'browser/ui/browser_commands.h', |
| 243 'browser/ui/browser_command_controller.cc', | 243 'browser/ui/browser_command_controller.cc', |
| 244 'browser/ui/browser_command_controller.h', | 244 'browser/ui/browser_command_controller.h', |
| 245 'browser/ui/browser_command_controller_base.cc', |
| 246 'browser/ui/browser_command_controller_base.h', |
| 245 'browser/ui/browser_content_setting_bubble_model_delegate.cc', | 247 'browser/ui/browser_content_setting_bubble_model_delegate.cc', |
| 246 'browser/ui/browser_content_setting_bubble_model_delegate.h', | 248 'browser/ui/browser_content_setting_bubble_model_delegate.h', |
| 247 'browser/ui/browser_dialogs.h', | 249 'browser/ui/browser_dialogs.h', |
| 248 'browser/ui/browser_finder.cc', | 250 'browser/ui/browser_finder.cc', |
| 249 'browser/ui/browser_finder.h', | 251 'browser/ui/browser_finder.h', |
| 250 'browser/ui/browser_instant_controller.cc', | 252 'browser/ui/browser_instant_controller.cc', |
| 251 'browser/ui/browser_instant_controller.h', | 253 'browser/ui/browser_instant_controller.h', |
| 252 'browser/ui/browser_list.cc', | 254 'browser/ui/browser_list.cc', |
| 253 'browser/ui/browser_list.h', | 255 'browser/ui/browser_list.h', |
| 254 'browser/ui/browser_list_impl.cc', | 256 'browser/ui/browser_list_impl.cc', |
| (...skipping 2560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2815 }], | 2817 }], |
| 2816 ['enable_message_center==1', { | 2818 ['enable_message_center==1', { |
| 2817 'dependencies': [ | 2819 'dependencies': [ |
| 2818 '../ui/message_center/message_center.gyp:message_center', | 2820 '../ui/message_center/message_center.gyp:message_center', |
| 2819 ], | 2821 ], |
| 2820 }], | 2822 }], |
| 2821 ], | 2823 ], |
| 2822 }, | 2824 }, |
| 2823 ], | 2825 ], |
| 2824 } | 2826 } |
| OLD | NEW |