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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6820065: Profile shouldn't own PinnedTabService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix compile error 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 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'browser/tab_contents/web_drag_utils_win.cc', 2008 'browser/tab_contents/web_drag_utils_win.cc',
2009 'browser/tab_contents/web_drag_utils_win.h', 2009 'browser/tab_contents/web_drag_utils_win.h',
2010 'browser/tab_contents/web_drop_target_win.cc', 2010 'browser/tab_contents/web_drop_target_win.cc',
2011 'browser/tab_contents/web_drop_target_win.h', 2011 'browser/tab_contents/web_drop_target_win.h',
2012 'browser/tabs/default_tab_handler.cc', 2012 'browser/tabs/default_tab_handler.cc',
2013 'browser/tabs/default_tab_handler.h', 2013 'browser/tabs/default_tab_handler.h',
2014 'browser/tabs/pinned_tab_codec.cc', 2014 'browser/tabs/pinned_tab_codec.cc',
2015 'browser/tabs/pinned_tab_codec.h', 2015 'browser/tabs/pinned_tab_codec.h',
2016 'browser/tabs/pinned_tab_service.cc', 2016 'browser/tabs/pinned_tab_service.cc',
2017 'browser/tabs/pinned_tab_service.h', 2017 'browser/tabs/pinned_tab_service.h',
2018 'browser/tabs/pinned_tab_service_factory.cc',
2019 'browser/tabs/pinned_tab_service_factory.h',
2018 'browser/tabs/tab_handler.h', 2020 'browser/tabs/tab_handler.h',
2019 'browser/tabs/tab_finder.cc', 2021 'browser/tabs/tab_finder.cc',
2020 'browser/tabs/tab_finder.h', 2022 'browser/tabs/tab_finder.h',
2021 'browser/tabs/tab_strip_model.cc', 2023 'browser/tabs/tab_strip_model.cc',
2022 'browser/tabs/tab_strip_model.h', 2024 'browser/tabs/tab_strip_model.h',
2023 'browser/tabs/tab_strip_model_delegate.h', 2025 'browser/tabs/tab_strip_model_delegate.h',
2024 'browser/tabs/tab_strip_model_observer.cc', 2026 'browser/tabs/tab_strip_model_observer.cc',
2025 'browser/tabs/tab_strip_model_observer.h', 2027 'browser/tabs/tab_strip_model_observer.h',
2026 'browser/tabs/tab_strip_model_order_controller.cc', 2028 'browser/tabs/tab_strip_model_order_controller.cc',
2027 'browser/tabs/tab_strip_model_order_controller.h', 2029 'browser/tabs/tab_strip_model_order_controller.h',
(...skipping 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
4439 'hard_dependency': 1, 4441 'hard_dependency': 1,
4440 }, 4442 },
4441 ], 4443 ],
4442 } 4444 }
4443 4445
4444 # Local Variables: 4446 # Local Variables:
4445 # tab-width:2 4447 # tab-width:2
4446 # indent-tabs-mode:nil 4448 # indent-tabs-mode:nil
4447 # End: 4449 # End:
4448 # vim: set expandtab tabstop=2 shiftwidth=2: 4450 # 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