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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 'browser/ui/search_engines/keyword_editor_controller.cc', | 1561 'browser/ui/search_engines/keyword_editor_controller.cc', |
1562 'browser/ui/search_engines/keyword_editor_controller.h', | 1562 'browser/ui/search_engines/keyword_editor_controller.h', |
1563 'browser/ui/search_engines/search_engine_tab_helper.cc', | 1563 'browser/ui/search_engines/search_engine_tab_helper.cc', |
1564 'browser/ui/search_engines/search_engine_tab_helper.h', | 1564 'browser/ui/search_engines/search_engine_tab_helper.h', |
1565 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', | 1565 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', |
1566 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', | 1566 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', |
1567 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', | 1567 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', |
1568 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', | 1568 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', |
1569 'browser/ui/search_engines/template_url_table_model.cc', | 1569 'browser/ui/search_engines/template_url_table_model.cc', |
1570 'browser/ui/search_engines/template_url_table_model.h', | 1570 'browser/ui/search_engines/template_url_table_model.h', |
| 1571 'browser/ui/settings_window_manager.cc', |
| 1572 'browser/ui/settings_window_manager.h', |
1571 'browser/ui/profile_reset_bubble.h', | 1573 'browser/ui/profile_reset_bubble.h', |
1572 'browser/ui/profile_reset_bubble_stub.cc', | 1574 'browser/ui/profile_reset_bubble_stub.cc', |
1573 'browser/ui/simple_message_box.h', | 1575 'browser/ui/simple_message_box.h', |
1574 'browser/ui/singleton_tabs.cc', | 1576 'browser/ui/singleton_tabs.cc', |
1575 'browser/ui/singleton_tabs.h', | 1577 'browser/ui/singleton_tabs.h', |
1576 'browser/ui/startup/autolaunch_prompt.cc', | 1578 'browser/ui/startup/autolaunch_prompt.cc', |
1577 'browser/ui/startup/autolaunch_prompt_win.cc', | 1579 'browser/ui/startup/autolaunch_prompt_win.cc', |
1578 'browser/ui/startup/autolaunch_prompt.h', | 1580 'browser/ui/startup/autolaunch_prompt.h', |
1579 'browser/ui/startup/bad_flags_prompt.cc', | 1581 'browser/ui/startup/bad_flags_prompt.cc', |
1580 'browser/ui/startup/bad_flags_prompt.h', | 1582 'browser/ui/startup/bad_flags_prompt.h', |
(...skipping 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3410 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3412 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3411 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3413 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3412 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3414 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3413 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3415 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3414 ], | 3416 ], |
3415 }], | 3417 }], |
3416 ], | 3418 ], |
3417 }, | 3419 }, |
3418 ], | 3420 ], |
3419 } | 3421 } |
OLD | NEW |