| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 238 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
| 239 'browser/ui/bookmarks/bookmark_tab_helper.h', | 239 'browser/ui/bookmarks/bookmark_tab_helper.h', |
| 240 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 240 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
| 241 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 241 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
| 242 'browser/ui/bookmarks/bookmark_utils.cc', | 242 'browser/ui/bookmarks/bookmark_utils.cc', |
| 243 'browser/ui/bookmarks/bookmark_utils.h', | 243 'browser/ui/bookmarks/bookmark_utils.h', |
| 244 'browser/ui/browser.cc', | 244 'browser/ui/browser.cc', |
| 245 'browser/ui/browser.h', | 245 'browser/ui/browser.h', |
| 246 'browser/ui/browser_commands.cc', | 246 'browser/ui/browser_commands.cc', |
| 247 'browser/ui/browser_commands.h', | 247 'browser/ui/browser_commands.h', |
| 248 'browser/ui/browser_commands_mac.cc', |
| 249 'browser/ui/browser_commands_mac.h', |
| 248 'browser/ui/browser_command_controller.cc', | 250 'browser/ui/browser_command_controller.cc', |
| 249 'browser/ui/browser_command_controller.h', | 251 'browser/ui/browser_command_controller.h', |
| 250 'browser/ui/browser_content_setting_bubble_model_delegate.cc', | 252 'browser/ui/browser_content_setting_bubble_model_delegate.cc', |
| 251 'browser/ui/browser_content_setting_bubble_model_delegate.h', | 253 'browser/ui/browser_content_setting_bubble_model_delegate.h', |
| 252 'browser/ui/browser_dialogs.h', | 254 'browser/ui/browser_dialogs.h', |
| 253 'browser/ui/browser_finder.cc', | 255 'browser/ui/browser_finder.cc', |
| 254 'browser/ui/browser_finder.h', | 256 'browser/ui/browser_finder.h', |
| 255 'browser/ui/browser_instant_controller.cc', | 257 'browser/ui/browser_instant_controller.cc', |
| 256 'browser/ui/browser_instant_controller.h', | 258 'browser/ui/browser_instant_controller.h', |
| 257 'browser/ui/browser_list.cc', | 259 'browser/ui/browser_list.cc', |
| (...skipping 2526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2784 }], | 2786 }], |
| 2785 ['enable_message_center==1', { | 2787 ['enable_message_center==1', { |
| 2786 'dependencies': [ | 2788 'dependencies': [ |
| 2787 '../ui/message_center/message_center.gyp:message_center', | 2789 '../ui/message_center/message_center.gyp:message_center', |
| 2788 ], | 2790 ], |
| 2789 }], | 2791 }], |
| 2790 ], | 2792 ], |
| 2791 }, | 2793 }, |
| 2792 ], | 2794 ], |
| 2793 } | 2795 } |
| OLD | NEW |