| 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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 'browser/ui/network_profile_bubble.h', | 1207 'browser/ui/network_profile_bubble.h', |
| 1208 'browser/ui/ntp_background_util.cc', | 1208 'browser/ui/ntp_background_util.cc', |
| 1209 'browser/ui/ntp_background_util.h', | 1209 'browser/ui/ntp_background_util.h', |
| 1210 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1210 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
| 1211 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1211 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
| 1212 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', | 1212 'browser/ui/omnibox/alternate_nav_url_fetcher.cc', |
| 1213 'browser/ui/omnibox/alternate_nav_url_fetcher.h', | 1213 'browser/ui/omnibox/alternate_nav_url_fetcher.h', |
| 1214 'browser/ui/omnibox/location_bar.h', | 1214 'browser/ui/omnibox/location_bar.h', |
| 1215 'browser/ui/omnibox/location_bar_util.cc', | 1215 'browser/ui/omnibox/location_bar_util.cc', |
| 1216 'browser/ui/omnibox/location_bar_util.h', | 1216 'browser/ui/omnibox/location_bar_util.h', |
| 1217 'browser/ui/omnibox/omnibox_controller.h', |
| 1218 'browser/ui/omnibox/omnibox_controller.cc', |
| 1217 'browser/ui/omnibox/omnibox_current_page_delegate.h', | 1219 'browser/ui/omnibox/omnibox_current_page_delegate.h', |
| 1218 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', | 1220 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', |
| 1219 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', | 1221 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', |
| 1220 'browser/ui/omnibox/omnibox_edit_controller.h', | 1222 'browser/ui/omnibox/omnibox_edit_controller.h', |
| 1221 'browser/ui/omnibox/omnibox_edit_model.cc', | 1223 'browser/ui/omnibox/omnibox_edit_model.cc', |
| 1222 'browser/ui/omnibox/omnibox_edit_model.h', | 1224 'browser/ui/omnibox/omnibox_edit_model.h', |
| 1223 'browser/ui/omnibox/omnibox_popup_model.cc', | 1225 'browser/ui/omnibox/omnibox_popup_model.cc', |
| 1224 'browser/ui/omnibox/omnibox_popup_model.h', | 1226 'browser/ui/omnibox/omnibox_popup_model.h', |
| 1225 'browser/ui/omnibox/omnibox_popup_non_view.cc', | 1227 'browser/ui/omnibox/omnibox_popup_non_view.cc', |
| 1226 'browser/ui/omnibox/omnibox_popup_non_view.h', | 1228 'browser/ui/omnibox/omnibox_popup_non_view.h', |
| (...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2900 }], | 2902 }], |
| 2901 ['enable_message_center==1', { | 2903 ['enable_message_center==1', { |
| 2902 'dependencies': [ | 2904 'dependencies': [ |
| 2903 '../ui/message_center/message_center.gyp:message_center', | 2905 '../ui/message_center/message_center.gyp:message_center', |
| 2904 ], | 2906 ], |
| 2905 }], | 2907 }], |
| 2906 ], | 2908 ], |
| 2907 }, | 2909 }, |
| 2908 ], | 2910 ], |
| 2909 } | 2911 } |
| OLD | NEW |