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 6677042: Decouple TabRestoreService from Browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 9 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
« no previous file with comments | « chrome/browser/ui/webui/new_tab_ui.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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 'browser/ui/browser_init.cc', 2057 'browser/ui/browser_init.cc',
2058 'browser/ui/browser_init.h', 2058 'browser/ui/browser_init.h',
2059 'browser/ui/browser_list.cc', 2059 'browser/ui/browser_list.cc',
2060 'browser/ui/browser_list.h', 2060 'browser/ui/browser_list.h',
2061 'browser/ui/browser_list_gtk.cc', 2061 'browser/ui/browser_list_gtk.cc',
2062 'browser/ui/browser_list_mac.mm', 2062 'browser/ui/browser_list_mac.mm',
2063 'browser/ui/browser_list_stub.cc', 2063 'browser/ui/browser_list_stub.cc',
2064 'browser/ui/browser_list_win.cc', 2064 'browser/ui/browser_list_win.cc',
2065 'browser/ui/browser_navigator.cc', 2065 'browser/ui/browser_navigator.cc',
2066 'browser/ui/browser_navigator.h', 2066 'browser/ui/browser_navigator.h',
2067 'browser/ui/browser_tab_restore_service_delegate.cc',
2068 'browser/ui/browser_tab_restore_service_delegate.h',
2067 'browser/ui/browser_window.h', 2069 'browser/ui/browser_window.h',
2068 'browser/ui/cocoa/about_ipc_controller.h', 2070 'browser/ui/cocoa/about_ipc_controller.h',
2069 'browser/ui/cocoa/about_ipc_controller.mm', 2071 'browser/ui/cocoa/about_ipc_controller.mm',
2070 'browser/ui/cocoa/about_ipc_dialog.h', 2072 'browser/ui/cocoa/about_ipc_dialog.h',
2071 'browser/ui/cocoa/about_ipc_dialog.mm', 2073 'browser/ui/cocoa/about_ipc_dialog.mm',
2072 'browser/ui/cocoa/about_window_controller.h', 2074 'browser/ui/cocoa/about_window_controller.h',
2073 'browser/ui/cocoa/about_window_controller.mm', 2075 'browser/ui/cocoa/about_window_controller.mm',
2074 'browser/ui/cocoa/accelerators_cocoa.h', 2076 'browser/ui/cocoa/accelerators_cocoa.h',
2075 'browser/ui/cocoa/accelerators_cocoa.mm', 2077 'browser/ui/cocoa/accelerators_cocoa.mm',
2076 'browser/ui/cocoa/animatable_image.h', 2078 'browser/ui/cocoa/animatable_image.h',
(...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after
4345 ], 4347 ],
4346 }, 4348 },
4347 ], 4349 ],
4348 } 4350 }
4349 4351
4350 # Local Variables: 4352 # Local Variables:
4351 # tab-width:2 4353 # tab-width:2
4352 # indent-tabs-mode:nil 4354 # indent-tabs-mode:nil
4353 # End: 4355 # End:
4354 # vim: set expandtab tabstop=2 shiftwidth=2: 4356 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/new_tab_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698