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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 'browser/ui/prefs/prefs_tab_helper.h', | 1254 'browser/ui/prefs/prefs_tab_helper.h', |
1255 'browser/ui/profile_error_dialog.cc', | 1255 'browser/ui/profile_error_dialog.cc', |
1256 'browser/ui/profile_error_dialog.h', | 1256 'browser/ui/profile_error_dialog.h', |
1257 'browser/ui/protocol_dialog_delegate.h', | 1257 'browser/ui/protocol_dialog_delegate.h', |
1258 'browser/ui/sad_tab.h', | 1258 'browser/ui/sad_tab.h', |
1259 'browser/ui/sad_tab_helper.cc', | 1259 'browser/ui/sad_tab_helper.cc', |
1260 'browser/ui/sad_tab_helper.h', | 1260 'browser/ui/sad_tab_helper.h', |
1261 'browser/ui/sad_tab_types.h', | 1261 'browser/ui/sad_tab_types.h', |
1262 'browser/ui/screen_capture_infobar_delegate.cc', | 1262 'browser/ui/screen_capture_infobar_delegate.cc', |
1263 'browser/ui/screen_capture_infobar_delegate.h', | 1263 'browser/ui/screen_capture_infobar_delegate.h', |
| 1264 'browser/ui/search/instant_commit_type.h', |
| 1265 'browser/ui/search/instant_controller.cc', |
| 1266 'browser/ui/search/instant_controller.h', |
| 1267 'browser/ui/search/instant_loader.cc', |
| 1268 'browser/ui/search/instant_loader.h', |
| 1269 'browser/ui/search/instant_ntp.cc', |
| 1270 'browser/ui/search/instant_ntp.h', |
| 1271 'browser/ui/search/instant_overlay.cc', |
| 1272 'browser/ui/search/instant_overlay.h', |
| 1273 'browser/ui/search/instant_overlay_controller.cc', |
| 1274 'browser/ui/search/instant_overlay_controller.h', |
| 1275 'browser/ui/search/instant_overlay_model.cc', |
| 1276 'browser/ui/search/instant_overlay_model.h', |
| 1277 'browser/ui/search/instant_overlay_model_observer.h', |
| 1278 'browser/ui/search/instant_page.cc', |
| 1279 'browser/ui/search/instant_page.h', |
| 1280 'browser/ui/search/instant_tab.cc', |
| 1281 'browser/ui/search/instant_tab.h', |
| 1282 'browser/ui/search/instant_unload_handler.cc', |
| 1283 'browser/ui/search/instant_unload_handler.h', |
1264 'browser/ui/search/search_delegate.cc', | 1284 'browser/ui/search/search_delegate.cc', |
1265 'browser/ui/search/search_delegate.h', | 1285 'browser/ui/search/search_delegate.h', |
1266 'browser/ui/search/search_model.cc', | 1286 'browser/ui/search/search_model.cc', |
1267 'browser/ui/search/search_model.h', | 1287 'browser/ui/search/search_model.h', |
1268 'browser/ui/search/search_model_observer.h', | 1288 'browser/ui/search/search_model_observer.h', |
1269 'browser/ui/search/search_tab_helper.cc', | 1289 'browser/ui/search/search_tab_helper.cc', |
1270 'browser/ui/search/search_tab_helper.h', | 1290 'browser/ui/search/search_tab_helper.h', |
1271 'browser/ui/search/search_ui.cc', | 1291 'browser/ui/search/search_ui.cc', |
1272 'browser/ui/search/search_ui.h', | 1292 'browser/ui/search/search_ui.h', |
1273 'browser/ui/search_engines/edit_search_engine_controller.cc', | 1293 'browser/ui/search_engines/edit_search_engine_controller.cc', |
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2855 }], | 2875 }], |
2856 ['enable_message_center==1', { | 2876 ['enable_message_center==1', { |
2857 'dependencies': [ | 2877 'dependencies': [ |
2858 '../ui/message_center/message_center.gyp:message_center', | 2878 '../ui/message_center/message_center.gyp:message_center', |
2859 ], | 2879 ], |
2860 }], | 2880 }], |
2861 ], | 2881 ], |
2862 }, | 2882 }, |
2863 ], | 2883 ], |
2864 } | 2884 } |
OLD | NEW |