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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/website_settings.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | 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 3228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3239 'browser/ui/sync/one_click_signin_histogram.h', 3239 'browser/ui/sync/one_click_signin_histogram.h',
3240 'browser/ui/sync/one_click_signin_sync_starter.cc', 3240 'browser/ui/sync/one_click_signin_sync_starter.cc',
3241 'browser/ui/sync/one_click_signin_sync_starter.h', 3241 'browser/ui/sync/one_click_signin_sync_starter.h',
3242 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', 3242 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
3243 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', 3243 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h',
3244 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 3244 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
3245 'browser/ui/tab_contents/core_tab_helper.cc', 3245 'browser/ui/tab_contents/core_tab_helper.cc',
3246 'browser/ui/tab_contents/core_tab_helper.h', 3246 'browser/ui/tab_contents/core_tab_helper.h',
3247 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 3247 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
3248 'browser/ui/tab_contents/core_tab_helper_delegate.h', 3248 'browser/ui/tab_contents/core_tab_helper_delegate.h',
3249 'browser/ui/tab_contents/tab_contents.cc',
3250 'browser/ui/tab_contents/tab_contents.h',
3249 'browser/ui/tab_contents/tab_contents_iterator.cc', 3251 'browser/ui/tab_contents/tab_contents_iterator.cc',
3250 'browser/ui/tab_contents/tab_contents_iterator.h', 3252 'browser/ui/tab_contents/tab_contents_iterator.h',
3251 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3252 'browser/ui/tab_contents/tab_contents_wrapper.h',
3253 'browser/ui/tab_modal_confirm_dialog_delegate.cc', 3253 'browser/ui/tab_modal_confirm_dialog_delegate.cc',
3254 'browser/ui/tab_modal_confirm_dialog_delegate.h', 3254 'browser/ui/tab_modal_confirm_dialog_delegate.h',
3255 'browser/ui/tabs/dock_info.cc', 3255 'browser/ui/tabs/dock_info.cc',
3256 'browser/ui/tabs/dock_info.h', 3256 'browser/ui/tabs/dock_info.h',
3257 'browser/ui/tabs/dock_info_ash.cc', 3257 'browser/ui/tabs/dock_info_ash.cc',
3258 'browser/ui/tabs/dock_info_aura.cc', 3258 'browser/ui/tabs/dock_info_aura.cc',
3259 'browser/ui/tabs/dock_info_gtk.cc', 3259 'browser/ui/tabs/dock_info_gtk.cc',
3260 'browser/ui/tabs/dock_info_mac.cc', 3260 'browser/ui/tabs/dock_info_mac.cc',
3261 'browser/ui/tabs/dock_info_win.cc', 3261 'browser/ui/tabs/dock_info_win.cc',
3262 'browser/ui/tabs/hover_tab_selector.cc', 3262 'browser/ui/tabs/hover_tab_selector.cc',
(...skipping 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
5171 'browser/metrics/proto/study.proto', 5171 'browser/metrics/proto/study.proto',
5172 ], 5172 ],
5173 'variables': { 5173 'variables': {
5174 'proto_in_dir': 'browser/metrics/proto', 5174 'proto_in_dir': 'browser/metrics/proto',
5175 'proto_out_dir': 'chrome/browser/metrics/proto', 5175 'proto_out_dir': 'chrome/browser/metrics/proto',
5176 }, 5176 },
5177 'includes': [ '../build/protoc.gypi' ] 5177 'includes': [ '../build/protoc.gypi' ]
5178 }, 5178 },
5179 ], 5179 ],
5180 } 5180 }
OLDNEW
« no previous file with comments | « chrome/browser/website_settings.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698