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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8425007: Make the shadow for the fullscreen exit bubble for mac more prominent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasre Created 9 years, 1 month 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/cocoa/fullscreen_exit_bubble_view.mm ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 'browser/ui/cocoa/first_run_dialog.h', 2622 'browser/ui/cocoa/first_run_dialog.h',
2623 'browser/ui/cocoa/first_run_dialog.mm', 2623 'browser/ui/cocoa/first_run_dialog.mm',
2624 'browser/ui/cocoa/floating_bar_backing_view.h', 2624 'browser/ui/cocoa/floating_bar_backing_view.h',
2625 'browser/ui/cocoa/floating_bar_backing_view.mm', 2625 'browser/ui/cocoa/floating_bar_backing_view.mm',
2626 'browser/ui/cocoa/focus_tracker.h', 2626 'browser/ui/cocoa/focus_tracker.h',
2627 'browser/ui/cocoa/focus_tracker.mm', 2627 'browser/ui/cocoa/focus_tracker.mm',
2628 'browser/ui/cocoa/framed_browser_window.h', 2628 'browser/ui/cocoa/framed_browser_window.h',
2629 'browser/ui/cocoa/framed_browser_window.mm', 2629 'browser/ui/cocoa/framed_browser_window.mm',
2630 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h', 2630 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
2631 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm', 2631 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
2632 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
2633 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
2632 'browser/ui/cocoa/fullscreen_window.h', 2634 'browser/ui/cocoa/fullscreen_window.h',
2633 'browser/ui/cocoa/fullscreen_window.mm', 2635 'browser/ui/cocoa/fullscreen_window.mm',
2634 'browser/ui/cocoa/global_error_bubble_controller.h', 2636 'browser/ui/cocoa/global_error_bubble_controller.h',
2635 'browser/ui/cocoa/global_error_bubble_controller.mm', 2637 'browser/ui/cocoa/global_error_bubble_controller.mm',
2636 'browser/ui/cocoa/gradient_button_cell.h', 2638 'browser/ui/cocoa/gradient_button_cell.h',
2637 'browser/ui/cocoa/gradient_button_cell.mm', 2639 'browser/ui/cocoa/gradient_button_cell.mm',
2638 'browser/ui/cocoa/history_menu_bridge.h', 2640 'browser/ui/cocoa/history_menu_bridge.h',
2639 'browser/ui/cocoa/history_menu_bridge.mm', 2641 'browser/ui/cocoa/history_menu_bridge.mm',
2640 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2642 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2641 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2643 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
(...skipping 2620 matching lines...) Expand 10 before | Expand all | Expand 10 after
5262 'type': 'static_library', 5264 'type': 'static_library',
5263 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5264 'variables': { 5266 'variables': {
5265 'proto_in_dir': 'browser/history', 5267 'proto_in_dir': 'browser/history',
5266 'proto_out_dir': 'chrome/browser/history', 5268 'proto_out_dir': 'chrome/browser/history',
5267 }, 5269 },
5268 'includes': [ '../build/protoc.gypi' ] 5270 'includes': [ '../build/protoc.gypi' ]
5269 }, 5271 },
5270 ], 5272 ],
5271 } 5273 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/fullscreen_exit_bubble_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698