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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10561003: Implementaion for showing recently closed tabs list on right clicking new tab button. (Closed) Base URL: http://src.chromium.org/svn/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/ui/tabs/recently_closed_tabs_menu_model.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 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 'browser/ui/tabs/dock_info_mac.cc', 3267 'browser/ui/tabs/dock_info_mac.cc',
3268 'browser/ui/tabs/dock_info_win.cc', 3268 'browser/ui/tabs/dock_info_win.cc',
3269 'browser/ui/tabs/hover_tab_selector.cc', 3269 'browser/ui/tabs/hover_tab_selector.cc',
3270 'browser/ui/tabs/hover_tab_selector.h', 3270 'browser/ui/tabs/hover_tab_selector.h',
3271 'browser/ui/tabs/pinned_tab_codec.cc', 3271 'browser/ui/tabs/pinned_tab_codec.cc',
3272 'browser/ui/tabs/pinned_tab_codec.h', 3272 'browser/ui/tabs/pinned_tab_codec.h',
3273 'browser/ui/tabs/pinned_tab_service.cc', 3273 'browser/ui/tabs/pinned_tab_service.cc',
3274 'browser/ui/tabs/pinned_tab_service.h', 3274 'browser/ui/tabs/pinned_tab_service.h',
3275 'browser/ui/tabs/pinned_tab_service_factory.cc', 3275 'browser/ui/tabs/pinned_tab_service_factory.cc',
3276 'browser/ui/tabs/pinned_tab_service_factory.h', 3276 'browser/ui/tabs/pinned_tab_service_factory.h',
3277 'browser/ui/tabs/recently_closed_tabs_menu_model.cc',
3278 'browser/ui/tabs/recently_closed_tabs_menu_model.h',
3277 'browser/ui/tabs/tab_finder.cc', 3279 'browser/ui/tabs/tab_finder.cc',
3278 'browser/ui/tabs/tab_finder.h', 3280 'browser/ui/tabs/tab_finder.h',
3279 'browser/ui/tabs/tab_menu_model.cc', 3281 'browser/ui/tabs/tab_menu_model.cc',
3280 'browser/ui/tabs/tab_menu_model.h', 3282 'browser/ui/tabs/tab_menu_model.h',
3281 'browser/ui/tabs/tab_resources.cc', 3283 'browser/ui/tabs/tab_resources.cc',
3282 'browser/ui/tabs/tab_resources.h', 3284 'browser/ui/tabs/tab_resources.h',
3283 'browser/ui/tabs/tab_strip_layout_type.h', 3285 'browser/ui/tabs/tab_strip_layout_type.h',
3284 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 3286 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
3285 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 3287 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
3286 'browser/ui/tabs/tab_strip_model.cc', 3288 'browser/ui/tabs/tab_strip_model.cc',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
5187 'browser/metrics/proto/study.proto', 5189 'browser/metrics/proto/study.proto',
5188 ], 5190 ],
5189 'variables': { 5191 'variables': {
5190 'proto_in_dir': 'browser/metrics/proto', 5192 'proto_in_dir': 'browser/metrics/proto',
5191 'proto_out_dir': 'chrome/browser/metrics/proto', 5193 'proto_out_dir': 'chrome/browser/metrics/proto',
5192 }, 5194 },
5193 'includes': [ '../build/protoc.gypi' ] 5195 'includes': [ '../build/protoc.gypi' ]
5194 }, 5196 },
5195 ], 5197 ],
5196 } 5198 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tabs/recently_closed_tabs_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698