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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7400032: Multi-profile WebUI settings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: profiles_icon_list.js -> profiles_icon_grid.js Created 9 years, 5 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
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3523 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 'browser/ui/webui/options/font_settings_utils.h', 3534 'browser/ui/webui/options/font_settings_utils.h',
3535 'browser/ui/webui/options/font_settings_utils_gtk.cc', 3535 'browser/ui/webui/options/font_settings_utils_gtk.cc',
3536 'browser/ui/webui/options/font_settings_utils_mac.mm', 3536 'browser/ui/webui/options/font_settings_utils_mac.mm',
3537 'browser/ui/webui/options/font_settings_utils_win.cc', 3537 'browser/ui/webui/options/font_settings_utils_win.cc',
3538 'browser/ui/webui/options/import_data_handler.cc', 3538 'browser/ui/webui/options/import_data_handler.cc',
3539 'browser/ui/webui/options/import_data_handler.h', 3539 'browser/ui/webui/options/import_data_handler.h',
3540 'browser/ui/webui/options/language_options_handler.cc', 3540 'browser/ui/webui/options/language_options_handler.cc',
3541 'browser/ui/webui/options/language_options_handler.h', 3541 'browser/ui/webui/options/language_options_handler.h',
3542 'browser/ui/webui/options/language_options_handler_common.cc', 3542 'browser/ui/webui/options/language_options_handler_common.cc',
3543 'browser/ui/webui/options/language_options_handler_common.h', 3543 'browser/ui/webui/options/language_options_handler_common.h',
3544 'browser/ui/webui/options/manage_profile_handler.cc',
3545 'browser/ui/webui/options/manage_profile_handler.h',
3544 'browser/ui/webui/options/options_ui.cc', 3546 'browser/ui/webui/options/options_ui.cc',
3545 'browser/ui/webui/options/options_ui.h', 3547 'browser/ui/webui/options/options_ui.h',
3546 'browser/ui/webui/options/password_manager_handler.cc', 3548 'browser/ui/webui/options/password_manager_handler.cc',
3547 'browser/ui/webui/options/password_manager_handler.h', 3549 'browser/ui/webui/options/password_manager_handler.h',
3548 'browser/ui/webui/options/handler_options_handler.cc', 3550 'browser/ui/webui/options/handler_options_handler.cc',
3549 'browser/ui/webui/options/handler_options_handler.h', 3551 'browser/ui/webui/options/handler_options_handler.h',
3550 'browser/ui/webui/options/personal_options_handler.cc', 3552 'browser/ui/webui/options/personal_options_handler.cc',
3551 'browser/ui/webui/options/personal_options_handler.h', 3553 'browser/ui/webui/options/personal_options_handler.h',
3552 'browser/ui/webui/options/search_engine_manager_handler.cc', 3554 'browser/ui/webui/options/search_engine_manager_handler.cc',
3553 'browser/ui/webui/options/search_engine_manager_handler.h', 3555 'browser/ui/webui/options/search_engine_manager_handler.h',
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
4821 ], 4823 ],
4822 'export_dependent_settings': [ 4824 'export_dependent_settings': [
4823 'in_memory_url_index_cache_proto', 4825 'in_memory_url_index_cache_proto',
4824 ], 4826 ],
4825 # This target exports a hard dependency because it includes generated 4827 # This target exports a hard dependency because it includes generated
4826 # header files. 4828 # header files.
4827 'hard_dependency': 1, 4829 'hard_dependency': 1,
4828 }, 4830 },
4829 ], 4831 ],
4830 } 4832 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698