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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1400823003: Creates BrowserTabStripTracker to consolidate common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review feedback and git cl format Created 5 years, 2 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
« no previous file with comments | « chrome/browser/ui/browser_tab_strip_tracker_delegate.h ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 'browser/ui/browser_list.h', 1510 'browser/ui/browser_list.h',
1511 'browser/ui/browser_navigator.cc', 1511 'browser/ui/browser_navigator.cc',
1512 'browser/ui/browser_navigator.h', 1512 'browser/ui/browser_navigator.h',
1513 'browser/ui/browser_live_tab_context.cc', 1513 'browser/ui/browser_live_tab_context.cc',
1514 'browser/ui/browser_live_tab_context.h', 1514 'browser/ui/browser_live_tab_context.h',
1515 'browser/ui/browser_otr_state.cc', 1515 'browser/ui/browser_otr_state.cc',
1516 'browser/ui/browser_otr_state.h', 1516 'browser/ui/browser_otr_state.h',
1517 'browser/ui/browser_tab_restorer.cc', 1517 'browser/ui/browser_tab_restorer.cc',
1518 'browser/ui/browser_tab_strip_model_delegate.cc', 1518 'browser/ui/browser_tab_strip_model_delegate.cc',
1519 'browser/ui/browser_tab_strip_model_delegate.h', 1519 'browser/ui/browser_tab_strip_model_delegate.h',
1520 'browser/ui/browser_tab_strip_tracker.cc',
1521 'browser/ui/browser_tab_strip_tracker.h',
1522 'browser/ui/browser_tab_strip_tracker_delegate.h',
1520 'browser/ui/browser_tabrestore.cc', 1523 'browser/ui/browser_tabrestore.cc',
1521 'browser/ui/browser_tabrestore.h', 1524 'browser/ui/browser_tabrestore.h',
1522 'browser/ui/browser_tabstrip.cc', 1525 'browser/ui/browser_tabstrip.cc',
1523 'browser/ui/browser_tabstrip.h', 1526 'browser/ui/browser_tabstrip.h',
1524 'browser/ui/browser_toolbar_model_delegate.cc', 1527 'browser/ui/browser_toolbar_model_delegate.cc',
1525 'browser/ui/browser_toolbar_model_delegate.h', 1528 'browser/ui/browser_toolbar_model_delegate.h',
1526 'browser/ui/browser_view_prefs.cc', 1529 'browser/ui/browser_view_prefs.cc',
1527 'browser/ui/browser_view_prefs.h', 1530 'browser/ui/browser_view_prefs.h',
1528 'browser/ui/browser_window_state.cc', 1531 'browser/ui/browser_window_state.cc',
1529 'browser/ui/browser_window_state.h', 1532 'browser/ui/browser_window_state.h',
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 ], 3229 ],
3227 'sources': [ 3230 'sources': [
3228 '<@(chrome_browser_ui_non_mobile_sources)', 3231 '<@(chrome_browser_ui_non_mobile_sources)',
3229 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3232 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3230 ], 3233 ],
3231 }], 3234 }],
3232 ], 3235 ],
3233 }, 3236 },
3234 ], 3237 ],
3235 } 3238 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_tab_strip_tracker_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698