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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10696148: Move TabStripModelDelegate off Browser into its own class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/views/tabs/tab_drag_controller.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 'browser/ui/browser_list.cc', 2414 'browser/ui/browser_list.cc',
2415 'browser/ui/browser_list.h', 2415 'browser/ui/browser_list.h',
2416 'browser/ui/browser_mac.cc', 2416 'browser/ui/browser_mac.cc',
2417 'browser/ui/browser_mac.h', 2417 'browser/ui/browser_mac.h',
2418 'browser/ui/browser_navigator.cc', 2418 'browser/ui/browser_navigator.cc',
2419 'browser/ui/browser_navigator.h', 2419 'browser/ui/browser_navigator.h',
2420 'browser/ui/browser_ui_prefs.cc', 2420 'browser/ui/browser_ui_prefs.cc',
2421 'browser/ui/browser_ui_prefs.h', 2421 'browser/ui/browser_ui_prefs.h',
2422 'browser/ui/browser_tab_restore_service_delegate.cc', 2422 'browser/ui/browser_tab_restore_service_delegate.cc',
2423 'browser/ui/browser_tab_restore_service_delegate.h', 2423 'browser/ui/browser_tab_restore_service_delegate.h',
2424 'browser/ui/browser_tab_strip_model_delegate.cc',
2425 'browser/ui/browser_tab_strip_model_delegate.h',
2424 'browser/ui/browser_tabrestore.cc', 2426 'browser/ui/browser_tabrestore.cc',
2425 'browser/ui/browser_tabrestore.h', 2427 'browser/ui/browser_tabrestore.h',
2426 'browser/ui/browser_tabstrip.cc', 2428 'browser/ui/browser_tabstrip.cc',
2427 'browser/ui/browser_tabstrip.h', 2429 'browser/ui/browser_tabstrip.h',
2428 'browser/ui/browser_toolbar_model_delegate.cc', 2430 'browser/ui/browser_toolbar_model_delegate.cc',
2429 'browser/ui/browser_toolbar_model_delegate.h', 2431 'browser/ui/browser_toolbar_model_delegate.h',
2430 'browser/ui/browser_view_prefs.cc', 2432 'browser/ui/browser_view_prefs.cc',
2431 'browser/ui/browser_view_prefs.h', 2433 'browser/ui/browser_view_prefs.h',
2432 'browser/ui/browser_win.cc', 2434 'browser/ui/browser_win.cc',
2433 'browser/ui/browser_window.h', 2435 'browser/ui/browser_window.h',
(...skipping 2936 matching lines...) Expand 10 before | Expand all | Expand 10 after
5370 'browser/metrics/proto/study.proto', 5372 'browser/metrics/proto/study.proto',
5371 ], 5373 ],
5372 'variables': { 5374 'variables': {
5373 'proto_in_dir': 'browser/metrics/proto', 5375 'proto_in_dir': 'browser/metrics/proto',
5374 'proto_out_dir': 'chrome/browser/metrics/proto', 5376 'proto_out_dir': 'chrome/browser/metrics/proto',
5375 }, 5377 },
5376 'includes': [ '../build/protoc.gypi' ] 5378 'includes': [ '../build/protoc.gypi' ]
5377 }, 5379 },
5378 ], 5380 ],
5379 } 5381 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698