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 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1299 'browser/ui/search_engines/search_engine_tab_helper.h', | 1299 'browser/ui/search_engines/search_engine_tab_helper.h', |
1300 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', | 1300 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', |
1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', | 1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', |
1302 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', | 1302 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', |
1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', | 1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', |
1304 'browser/ui/search_engines/template_url_table_model.cc', | 1304 'browser/ui/search_engines/template_url_table_model.cc', |
1305 'browser/ui/search_engines/template_url_table_model.h', | 1305 'browser/ui/search_engines/template_url_table_model.h', |
1306 'browser/ui/simple_message_box.h', | 1306 'browser/ui/simple_message_box.h', |
1307 'browser/ui/singleton_tabs.cc', | 1307 'browser/ui/singleton_tabs.cc', |
1308 'browser/ui/singleton_tabs.h', | 1308 'browser/ui/singleton_tabs.h', |
| 1309 'browser/ui/snapshot_tab_helper.cc', |
| 1310 'browser/ui/snapshot_tab_helper.h', |
1309 'browser/ui/startup/autolaunch_prompt.cc', | 1311 'browser/ui/startup/autolaunch_prompt.cc', |
1310 'browser/ui/startup/autolaunch_prompt_win.cc', | 1312 'browser/ui/startup/autolaunch_prompt_win.cc', |
1311 'browser/ui/startup/autolaunch_prompt.h', | 1313 'browser/ui/startup/autolaunch_prompt.h', |
1312 'browser/ui/startup/bad_flags_prompt.cc', | 1314 'browser/ui/startup/bad_flags_prompt.cc', |
1313 'browser/ui/startup/bad_flags_prompt.h', | 1315 'browser/ui/startup/bad_flags_prompt.h', |
1314 'browser/ui/startup/default_browser_prompt.cc', | 1316 'browser/ui/startup/default_browser_prompt.cc', |
1315 'browser/ui/startup/default_browser_prompt.h', | 1317 'browser/ui/startup/default_browser_prompt.h', |
1316 'browser/ui/startup/default_browser_prompt_win.cc', | 1318 'browser/ui/startup/default_browser_prompt_win.cc', |
1317 'browser/ui/startup/obsolete_os_info_bar.cc', | 1319 'browser/ui/startup/obsolete_os_info_bar.cc', |
1318 'browser/ui/startup/obsolete_os_info_bar.h', | 1320 'browser/ui/startup/obsolete_os_info_bar.h', |
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2868 }], | 2870 }], |
2869 ['enable_message_center==1', { | 2871 ['enable_message_center==1', { |
2870 'dependencies': [ | 2872 'dependencies': [ |
2871 '../ui/message_center/message_center.gyp:message_center', | 2873 '../ui/message_center/message_center.gyp:message_center', |
2872 ], | 2874 ], |
2873 }], | 2875 }], |
2874 ], | 2876 ], |
2875 }, | 2877 }, |
2876 ], | 2878 ], |
2877 } | 2879 } |
OLD | NEW |