Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 178863002: Implement settings in a widnow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 'browser/ui/search_engines/keyword_editor_controller.cc', 1564 'browser/ui/search_engines/keyword_editor_controller.cc',
1565 'browser/ui/search_engines/keyword_editor_controller.h', 1565 'browser/ui/search_engines/keyword_editor_controller.h',
1566 'browser/ui/search_engines/search_engine_tab_helper.cc', 1566 'browser/ui/search_engines/search_engine_tab_helper.cc',
1567 'browser/ui/search_engines/search_engine_tab_helper.h', 1567 'browser/ui/search_engines/search_engine_tab_helper.h',
1568 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 1568 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
1569 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 1569 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
1570 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 1570 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
1571 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 1571 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
1572 'browser/ui/search_engines/template_url_table_model.cc', 1572 'browser/ui/search_engines/template_url_table_model.cc',
1573 'browser/ui/search_engines/template_url_table_model.h', 1573 'browser/ui/search_engines/template_url_table_model.h',
1574 'browser/ui/settings_window_manager.cc',
1575 'browser/ui/settings_window_manager.h',
1574 'browser/ui/profile_reset_bubble.h', 1576 'browser/ui/profile_reset_bubble.h',
1575 'browser/ui/profile_reset_bubble_stub.cc', 1577 'browser/ui/profile_reset_bubble_stub.cc',
1576 'browser/ui/simple_message_box.h', 1578 'browser/ui/simple_message_box.h',
1577 'browser/ui/singleton_tabs.cc', 1579 'browser/ui/singleton_tabs.cc',
1578 'browser/ui/singleton_tabs.h', 1580 'browser/ui/singleton_tabs.h',
1579 'browser/ui/startup/autolaunch_prompt.cc', 1581 'browser/ui/startup/autolaunch_prompt.cc',
1580 'browser/ui/startup/autolaunch_prompt_win.cc', 1582 'browser/ui/startup/autolaunch_prompt_win.cc',
1581 'browser/ui/startup/autolaunch_prompt.h', 1583 'browser/ui/startup/autolaunch_prompt.h',
1582 'browser/ui/startup/bad_flags_prompt.cc', 1584 'browser/ui/startup/bad_flags_prompt.cc',
1583 'browser/ui/startup/bad_flags_prompt.h', 1585 'browser/ui/startup/bad_flags_prompt.h',
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3428 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3430 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3429 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3431 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3430 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3432 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3431 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3433 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3432 ], 3434 ],
3433 }], 3435 }],
3434 ], 3436 ],
3435 }, 3437 },
3436 ], 3438 ],
3437 } 3439 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/translate/translate_bubble_view.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698