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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7563023: Multi-Profiles: Remove new profile setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/new_profile_ui.cc ('k') | chrome/common/url_constants.h » ('j') | 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 3482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 'browser/ui/webui/keyboard_ui.cc', 3493 'browser/ui/webui/keyboard_ui.cc',
3494 'browser/ui/webui/keyboard_ui.h', 3494 'browser/ui/webui/keyboard_ui.h',
3495 'browser/ui/webui/media/media_internals_handler.cc', 3495 'browser/ui/webui/media/media_internals_handler.cc',
3496 'browser/ui/webui/media/media_internals_handler.h', 3496 'browser/ui/webui/media/media_internals_handler.h',
3497 'browser/ui/webui/media/media_internals_proxy.cc', 3497 'browser/ui/webui/media/media_internals_proxy.cc',
3498 'browser/ui/webui/media/media_internals_proxy.h', 3498 'browser/ui/webui/media/media_internals_proxy.h',
3499 'browser/ui/webui/media/media_internals_ui.cc', 3499 'browser/ui/webui/media/media_internals_ui.cc',
3500 'browser/ui/webui/media/media_internals_ui.h', 3500 'browser/ui/webui/media/media_internals_ui.h',
3501 'browser/ui/webui/net_internals_ui.cc', 3501 'browser/ui/webui/net_internals_ui.cc',
3502 'browser/ui/webui/net_internals_ui.h', 3502 'browser/ui/webui/net_internals_ui.h',
3503 'browser/ui/webui/new_profile_handler.cc',
3504 'browser/ui/webui/new_profile_handler.h',
3505 'browser/ui/webui/new_profile_ui.cc',
3506 'browser/ui/webui/new_profile_ui.h',
3507 'browser/ui/webui/ntp/app_launcher_handler.cc', 3503 'browser/ui/webui/ntp/app_launcher_handler.cc',
3508 'browser/ui/webui/ntp/app_launcher_handler.h', 3504 'browser/ui/webui/ntp/app_launcher_handler.h',
3509 'browser/ui/webui/ntp/bookmarks_handler.cc', 3505 'browser/ui/webui/ntp/bookmarks_handler.cc',
3510 'browser/ui/webui/ntp/bookmarks_handler.h', 3506 'browser/ui/webui/ntp/bookmarks_handler.h',
3511 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3507 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3512 'browser/ui/webui/ntp/favicon_webui_handler.h', 3508 'browser/ui/webui/ntp/favicon_webui_handler.h',
3513 'browser/ui/webui/ntp/foreign_session_handler.cc', 3509 'browser/ui/webui/ntp/foreign_session_handler.cc',
3514 'browser/ui/webui/ntp/foreign_session_handler.h', 3510 'browser/ui/webui/ntp/foreign_session_handler.h',
3515 'browser/ui/webui/ntp/most_visited_handler.cc', 3511 'browser/ui/webui/ntp/most_visited_handler.cc',
3516 'browser/ui/webui/ntp/most_visited_handler.h', 3512 'browser/ui/webui/ntp/most_visited_handler.h',
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
4890 ], 4886 ],
4891 'export_dependent_settings': [ 4887 'export_dependent_settings': [
4892 'in_memory_url_index_cache_proto', 4888 'in_memory_url_index_cache_proto',
4893 ], 4889 ],
4894 # This target exports a hard dependency because it includes generated 4890 # This target exports a hard dependency because it includes generated
4895 # header files. 4891 # header files.
4896 'hard_dependency': 1, 4892 'hard_dependency': 1,
4897 }, 4893 },
4898 ], 4894 ],
4899 } 4895 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/new_profile_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698