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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7275026: Revert 90820 - Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 3388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3399 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3399 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3400 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3400 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3401 'browser/ui/webui/html_dialog_ui.cc', 3401 'browser/ui/webui/html_dialog_ui.cc',
3402 'browser/ui/webui/html_dialog_ui.h', 3402 'browser/ui/webui/html_dialog_ui.h',
3403 'browser/ui/webui/keyboard_ui.cc', 3403 'browser/ui/webui/keyboard_ui.cc',
3404 'browser/ui/webui/keyboard_ui.h', 3404 'browser/ui/webui/keyboard_ui.h',
3405 'browser/ui/webui/media_internals_ui.cc', 3405 'browser/ui/webui/media_internals_ui.cc',
3406 'browser/ui/webui/media_internals_ui.h', 3406 'browser/ui/webui/media_internals_ui.h',
3407 'browser/ui/webui/net_internals_ui.cc', 3407 'browser/ui/webui/net_internals_ui.cc',
3408 'browser/ui/webui/net_internals_ui.h', 3408 'browser/ui/webui/net_internals_ui.h',
3409 'browser/ui/webui/new_profile_dom_handler.cc',
3410 'browser/ui/webui/new_profile_dom_handler.h',
3411 'browser/ui/webui/new_profile_ui.cc',
3412 'browser/ui/webui/new_profile_ui.h',
3413 'browser/ui/webui/ntp/app_launcher_handler.cc', 3409 'browser/ui/webui/ntp/app_launcher_handler.cc',
3414 'browser/ui/webui/ntp/app_launcher_handler.h', 3410 'browser/ui/webui/ntp/app_launcher_handler.h',
3415 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3411 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3416 'browser/ui/webui/ntp/favicon_webui_handler.h', 3412 'browser/ui/webui/ntp/favicon_webui_handler.h',
3417 'browser/ui/webui/ntp/foreign_session_handler.cc', 3413 'browser/ui/webui/ntp/foreign_session_handler.cc',
3418 'browser/ui/webui/ntp/foreign_session_handler.h', 3414 'browser/ui/webui/ntp/foreign_session_handler.h',
3419 'browser/ui/webui/ntp/most_visited_handler.cc', 3415 'browser/ui/webui/ntp/most_visited_handler.cc',
3420 'browser/ui/webui/ntp/most_visited_handler.h', 3416 'browser/ui/webui/ntp/most_visited_handler.h',
3421 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3417 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3422 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3418 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4719 'hard_dependency': 1, 4715 'hard_dependency': 1,
4720 }, 4716 },
4721 ], 4717 ],
4722 } 4718 }
4723 4719
4724 # Local Variables: 4720 # Local Variables:
4725 # tab-width:2 4721 # tab-width:2
4726 # indent-tabs-mode:nil 4722 # indent-tabs-mode:nil
4727 # End: 4723 # End:
4728 # vim: set expandtab tabstop=2 shiftwidth=2: 4724 # 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