| 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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'browser/ui/network_profile_bubble.h', | 1193 'browser/ui/network_profile_bubble.h', |
| 1194 'browser/ui/ntp_background_util.cc', | 1194 'browser/ui/ntp_background_util.cc', |
| 1195 'browser/ui/ntp_background_util.h', | 1195 'browser/ui/ntp_background_util.h', |
| 1196 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1196 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| 1197 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1197 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
| 1198 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', | 1198 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', |
| 1199 'browser/ui/omnibox/alternate_nav_url_fetcher.h', | 1199 'browser/ui/omnibox/alternate_nav_url_fetcher.h', |
| 1200 'browser/ui/omnibox/location_bar.h', | 1200 'browser/ui/omnibox/location_bar.h', |
| 1201 'browser/ui/omnibox/location_bar_util.cc', | 1201 'browser/ui/omnibox/location_bar_util.cc', |
| 1202 'browser/ui/omnibox/location_bar_util.h', | 1202 'browser/ui/omnibox/location_bar_util.h', |
| 1203 'browser/ui/omnibox/omnibox_controller.h', |
| 1204 'browser/ui/omnibox/omnibox_controller.cc', |
| 1203 'browser/ui/omnibox/omnibox_current_page_delegate.h', | 1205 'browser/ui/omnibox/omnibox_current_page_delegate.h', |
| 1204 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', | 1206 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', |
| 1205 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', | 1207 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', |
| 1206 'browser/ui/omnibox/omnibox_edit_controller.h', | 1208 'browser/ui/omnibox/omnibox_edit_controller.h', |
| 1207 'browser/ui/omnibox/omnibox_edit_model.cc', | 1209 'browser/ui/omnibox/omnibox_edit_model.cc', |
| 1208 'browser/ui/omnibox/omnibox_edit_model.h', | 1210 'browser/ui/omnibox/omnibox_edit_model.h', |
| 1209 'browser/ui/omnibox/omnibox_popup_model.cc', | 1211 'browser/ui/omnibox/omnibox_popup_model.cc', |
| 1210 'browser/ui/omnibox/omnibox_popup_model.h', | 1212 'browser/ui/omnibox/omnibox_popup_model.h', |
| 1211 'browser/ui/omnibox/omnibox_popup_non_view.cc', | 1213 'browser/ui/omnibox/omnibox_popup_non_view.cc', |
| 1212 'browser/ui/omnibox/omnibox_popup_non_view.h', | 1214 'browser/ui/omnibox/omnibox_popup_non_view.h', |
| (...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2886 }], | 2888 }], |
| 2887 ['enable_message_center==1', { | 2889 ['enable_message_center==1', { |
| 2888 'dependencies': [ | 2890 'dependencies': [ |
| 2889 '../ui/message_center/message_center.gyp:message_center', | 2891 '../ui/message_center/message_center.gyp:message_center', |
| 2890 ], | 2892 ], |
| 2891 }], | 2893 }], |
| 2892 ], | 2894 ], |
| 2893 }, | 2895 }, |
| 2894 ], | 2896 ], |
| 2895 } | 2897 } |
| OLD | NEW |