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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10408047: Fix bug 105043: Panels [WIN]: For minimize panels, taskbar hover preview show the 4-pixel represent… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_aura Created 8 years, 7 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/panels/taskbar_window_thumbnailer_win.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 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 'browser/ui/panels/panel_mouse_watcher_observer.h', 3134 'browser/ui/panels/panel_mouse_watcher_observer.h',
3135 'browser/ui/panels/panel_mouse_watcher_timer.cc', 3135 'browser/ui/panels/panel_mouse_watcher_timer.cc',
3136 'browser/ui/panels/panel_strip.cc', 3136 'browser/ui/panels/panel_strip.cc',
3137 'browser/ui/panels/panel_strip.h', 3137 'browser/ui/panels/panel_strip.h',
3138 'browser/ui/panels/panel_titlebar_view_cocoa.h', 3138 'browser/ui/panels/panel_titlebar_view_cocoa.h',
3139 'browser/ui/panels/panel_titlebar_view_cocoa.mm', 3139 'browser/ui/panels/panel_titlebar_view_cocoa.mm',
3140 'browser/ui/panels/panel_utils_cocoa.h', 3140 'browser/ui/panels/panel_utils_cocoa.h',
3141 'browser/ui/panels/panel_utils_cocoa.mm', 3141 'browser/ui/panels/panel_utils_cocoa.mm',
3142 'browser/ui/panels/panel_window_controller_cocoa.h', 3142 'browser/ui/panels/panel_window_controller_cocoa.h',
3143 'browser/ui/panels/panel_window_controller_cocoa.mm', 3143 'browser/ui/panels/panel_window_controller_cocoa.mm',
3144 'browser/ui/panels/taskbar_window_thumbnailer_win.cc',
3145 'browser/ui/panels/taskbar_window_thumbnailer_win.h',
3144 'browser/ui/pdf/pdf_tab_observer.cc', 3146 'browser/ui/pdf/pdf_tab_observer.cc',
3145 'browser/ui/pdf/pdf_tab_observer.h', 3147 'browser/ui/pdf/pdf_tab_observer.h',
3146 'browser/ui/pdf/pdf_unsupported_feature.cc', 3148 'browser/ui/pdf/pdf_unsupported_feature.cc',
3147 'browser/ui/pdf/pdf_unsupported_feature.h', 3149 'browser/ui/pdf/pdf_unsupported_feature.h',
3148 'browser/ui/prefs/prefs_tab_helper.cc', 3150 'browser/ui/prefs/prefs_tab_helper.cc',
3149 'browser/ui/prefs/prefs_tab_helper.h', 3151 'browser/ui/prefs/prefs_tab_helper.h',
3150 'browser/ui/profile_error_dialog.cc', 3152 'browser/ui/profile_error_dialog.cc',
3151 'browser/ui/profile_error_dialog.h', 3153 'browser/ui/profile_error_dialog.h',
3152 'browser/ui/sad_tab_helper.cc', 3154 'browser/ui/sad_tab_helper.cc',
3153 'browser/ui/sad_tab_helper.h', 3155 'browser/ui/sad_tab_helper.h',
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 ['exclude', '^browser/google/google_update.h'], 4334 ['exclude', '^browser/google/google_update.h'],
4333 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 4335 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
4334 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 4336 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
4335 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 4337 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
4336 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 4338 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
4337 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 4339 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
4338 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 4340 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
4339 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ], 4341 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
4340 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] , 4342 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
4341 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], 4343 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
4344 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.cc'],
4345 ['exclude', '^browser/ui/panels/taskbar_window_thumbnailer_win.h'],
4342 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], 4346 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
4343 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 4347 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
4344 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 4348 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
4345 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], 4349 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
4346 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], 4350 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
4347 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], 4351 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
4348 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], 4352 ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
4349 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'], 4353 ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
4350 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'], 4354 ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
4351 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_win.cc'], 4355 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_win.cc'],
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
5073 'browser/metrics/proto/study.proto', 5077 'browser/metrics/proto/study.proto',
5074 ], 5078 ],
5075 'variables': { 5079 'variables': {
5076 'proto_in_dir': 'browser/metrics/proto', 5080 'proto_in_dir': 'browser/metrics/proto',
5077 'proto_out_dir': 'chrome/browser/metrics/proto', 5081 'proto_out_dir': 'chrome/browser/metrics/proto',
5078 }, 5082 },
5079 'includes': [ '../build/protoc.gypi' ] 5083 'includes': [ '../build/protoc.gypi' ]
5080 }, 5084 },
5081 ], 5085 ],
5082 } 5086 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/taskbar_window_thumbnailer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698