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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6822063: Revert 81278 - Profile shouldn't own PinnedTabService.PinnedTabService is now owned by PinnedTabS... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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/tabs/pinned_tab_service_factory.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 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 'browser/tab_contents/web_drag_utils_win.cc', 1998 'browser/tab_contents/web_drag_utils_win.cc',
1999 'browser/tab_contents/web_drag_utils_win.h', 1999 'browser/tab_contents/web_drag_utils_win.h',
2000 'browser/tab_contents/web_drop_target_win.cc', 2000 'browser/tab_contents/web_drop_target_win.cc',
2001 'browser/tab_contents/web_drop_target_win.h', 2001 'browser/tab_contents/web_drop_target_win.h',
2002 'browser/tabs/default_tab_handler.cc', 2002 'browser/tabs/default_tab_handler.cc',
2003 'browser/tabs/default_tab_handler.h', 2003 'browser/tabs/default_tab_handler.h',
2004 'browser/tabs/pinned_tab_codec.cc', 2004 'browser/tabs/pinned_tab_codec.cc',
2005 'browser/tabs/pinned_tab_codec.h', 2005 'browser/tabs/pinned_tab_codec.h',
2006 'browser/tabs/pinned_tab_service.cc', 2006 'browser/tabs/pinned_tab_service.cc',
2007 'browser/tabs/pinned_tab_service.h', 2007 'browser/tabs/pinned_tab_service.h',
2008 'browser/tabs/pinned_tab_service_factory.cc',
2009 'browser/tabs/pinned_tab_service_factory.h',
2010 'browser/tabs/tab_handler.h', 2008 'browser/tabs/tab_handler.h',
2011 'browser/tabs/tab_finder.cc', 2009 'browser/tabs/tab_finder.cc',
2012 'browser/tabs/tab_finder.h', 2010 'browser/tabs/tab_finder.h',
2013 'browser/tabs/tab_strip_model.cc', 2011 'browser/tabs/tab_strip_model.cc',
2014 'browser/tabs/tab_strip_model.h', 2012 'browser/tabs/tab_strip_model.h',
2015 'browser/tabs/tab_strip_model_delegate.h', 2013 'browser/tabs/tab_strip_model_delegate.h',
2016 'browser/tabs/tab_strip_model_observer.cc', 2014 'browser/tabs/tab_strip_model_observer.cc',
2017 'browser/tabs/tab_strip_model_observer.h', 2015 'browser/tabs/tab_strip_model_observer.h',
2018 'browser/tabs/tab_strip_model_order_controller.cc', 2016 'browser/tabs/tab_strip_model_order_controller.cc',
2019 'browser/tabs/tab_strip_model_order_controller.h', 2017 'browser/tabs/tab_strip_model_order_controller.h',
(...skipping 2393 matching lines...) Expand 10 before | Expand all | Expand 10 after
4413 'hard_dependency': 1, 4411 'hard_dependency': 1,
4414 }, 4412 },
4415 ], 4413 ],
4416 } 4414 }
4417 4415
4418 # Local Variables: 4416 # Local Variables:
4419 # tab-width:2 4417 # tab-width:2
4420 # indent-tabs-mode:nil 4418 # indent-tabs-mode:nil
4421 # End: 4419 # End:
4422 # vim: set expandtab tabstop=2 shiftwidth=2: 4420 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tabs/pinned_tab_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698