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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7256002: Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments 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/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 3400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3411 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3412 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3412 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3413 'browser/ui/webui/html_dialog_ui.cc', 3413 'browser/ui/webui/html_dialog_ui.cc',
3414 'browser/ui/webui/html_dialog_ui.h', 3414 'browser/ui/webui/html_dialog_ui.h',
3415 'browser/ui/webui/keyboard_ui.cc', 3415 'browser/ui/webui/keyboard_ui.cc',
3416 'browser/ui/webui/keyboard_ui.h', 3416 'browser/ui/webui/keyboard_ui.h',
3417 'browser/ui/webui/media_internals_ui.cc', 3417 'browser/ui/webui/media_internals_ui.cc',
3418 'browser/ui/webui/media_internals_ui.h', 3418 'browser/ui/webui/media_internals_ui.h',
3419 'browser/ui/webui/net_internals_ui.cc', 3419 'browser/ui/webui/net_internals_ui.cc',
3420 'browser/ui/webui/net_internals_ui.h', 3420 'browser/ui/webui/net_internals_ui.h',
3421 'browser/ui/webui/new_profile_handler.cc',
3422 'browser/ui/webui/new_profile_handler.h',
3423 'browser/ui/webui/new_profile_ui.cc',
3424 'browser/ui/webui/new_profile_ui.h',
3421 'browser/ui/webui/ntp/app_launcher_handler.cc', 3425 'browser/ui/webui/ntp/app_launcher_handler.cc',
3422 'browser/ui/webui/ntp/app_launcher_handler.h', 3426 'browser/ui/webui/ntp/app_launcher_handler.h',
3423 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3427 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3424 'browser/ui/webui/ntp/favicon_webui_handler.h', 3428 'browser/ui/webui/ntp/favicon_webui_handler.h',
3425 'browser/ui/webui/ntp/foreign_session_handler.cc', 3429 'browser/ui/webui/ntp/foreign_session_handler.cc',
3426 'browser/ui/webui/ntp/foreign_session_handler.h', 3430 'browser/ui/webui/ntp/foreign_session_handler.h',
3427 'browser/ui/webui/ntp/most_visited_handler.cc', 3431 'browser/ui/webui/ntp/most_visited_handler.cc',
3428 'browser/ui/webui/ntp/most_visited_handler.h', 3432 'browser/ui/webui/ntp/most_visited_handler.h',
3429 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3433 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3430 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3434 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after
4732 'hard_dependency': 1, 4736 'hard_dependency': 1,
4733 }, 4737 },
4734 ], 4738 ],
4735 } 4739 }
4736 4740
4737 # Local Variables: 4741 # Local Variables:
4738 # tab-width:2 4742 # tab-width:2
4739 # indent-tabs-mode:nil 4743 # indent-tabs-mode:nil
4740 # End: 4744 # End:
4741 # vim: set expandtab tabstop=2 shiftwidth=2: 4745 # vim: set expandtab tabstop=2 shiftwidth=2:
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