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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6660028: Decouple TabRestoreService from Browser (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix mac build and handle NULL in delegate statics 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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 'browser/ui/browser_init.cc', 2052 'browser/ui/browser_init.cc',
2053 'browser/ui/browser_init.h', 2053 'browser/ui/browser_init.h',
2054 'browser/ui/browser_list.cc', 2054 'browser/ui/browser_list.cc',
2055 'browser/ui/browser_list.h', 2055 'browser/ui/browser_list.h',
2056 'browser/ui/browser_list_gtk.cc', 2056 'browser/ui/browser_list_gtk.cc',
2057 'browser/ui/browser_list_mac.mm', 2057 'browser/ui/browser_list_mac.mm',
2058 'browser/ui/browser_list_stub.cc', 2058 'browser/ui/browser_list_stub.cc',
2059 'browser/ui/browser_list_win.cc', 2059 'browser/ui/browser_list_win.cc',
2060 'browser/ui/browser_navigator.cc', 2060 'browser/ui/browser_navigator.cc',
2061 'browser/ui/browser_navigator.h', 2061 'browser/ui/browser_navigator.h',
2062 'browser/ui/browser_tab_restore_service_delegate.cc',
2063 'browser/ui/browser_tab_restore_service_delegate.h',
2062 'browser/ui/browser_window.h', 2064 'browser/ui/browser_window.h',
2063 'browser/ui/cocoa/about_ipc_controller.h', 2065 'browser/ui/cocoa/about_ipc_controller.h',
2064 'browser/ui/cocoa/about_ipc_controller.mm', 2066 'browser/ui/cocoa/about_ipc_controller.mm',
2065 'browser/ui/cocoa/about_ipc_dialog.h', 2067 'browser/ui/cocoa/about_ipc_dialog.h',
2066 'browser/ui/cocoa/about_ipc_dialog.mm', 2068 'browser/ui/cocoa/about_ipc_dialog.mm',
2067 'browser/ui/cocoa/about_window_controller.h', 2069 'browser/ui/cocoa/about_window_controller.h',
2068 'browser/ui/cocoa/about_window_controller.mm', 2070 'browser/ui/cocoa/about_window_controller.mm',
2069 'browser/ui/cocoa/accelerators_cocoa.h', 2071 'browser/ui/cocoa/accelerators_cocoa.h',
2070 'browser/ui/cocoa/accelerators_cocoa.mm', 2072 'browser/ui/cocoa/accelerators_cocoa.mm',
2071 'browser/ui/cocoa/animatable_image.h', 2073 'browser/ui/cocoa/animatable_image.h',
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
4403 ], 4405 ],
4404 }, 4406 },
4405 ], 4407 ],
4406 } 4408 }
4407 4409
4408 # Local Variables: 4410 # Local Variables:
4409 # tab-width:2 4411 # tab-width:2
4410 # indent-tabs-mode:nil 4412 # indent-tabs-mode:nil
4411 # End: 4413 # End:
4412 # vim: set expandtab tabstop=2 shiftwidth=2: 4414 # 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