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

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: rebase 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
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 2637 matching lines...) Expand 10 before | Expand all | Expand 10 after
2648 'browser/ui/cocoa/first_run_dialog.h', 2648 'browser/ui/cocoa/first_run_dialog.h',
2649 'browser/ui/cocoa/first_run_dialog.mm', 2649 'browser/ui/cocoa/first_run_dialog.mm',
2650 'browser/ui/cocoa/floating_bar_backing_view.h', 2650 'browser/ui/cocoa/floating_bar_backing_view.h',
2651 'browser/ui/cocoa/floating_bar_backing_view.mm', 2651 'browser/ui/cocoa/floating_bar_backing_view.mm',
2652 'browser/ui/cocoa/focus_tracker.h', 2652 'browser/ui/cocoa/focus_tracker.h',
2653 'browser/ui/cocoa/focus_tracker.mm', 2653 'browser/ui/cocoa/focus_tracker.mm',
2654 'browser/ui/cocoa/framed_browser_window.h', 2654 'browser/ui/cocoa/framed_browser_window.h',
2655 'browser/ui/cocoa/framed_browser_window.mm', 2655 'browser/ui/cocoa/framed_browser_window.mm',
2656 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h', 2656 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
2657 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm', 2657 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
2658 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
2659 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
2658 'browser/ui/cocoa/fullscreen_window.h', 2660 'browser/ui/cocoa/fullscreen_window.h',
2659 'browser/ui/cocoa/fullscreen_window.mm', 2661 'browser/ui/cocoa/fullscreen_window.mm',
2660 'browser/ui/cocoa/global_error_bubble_controller.h', 2662 'browser/ui/cocoa/global_error_bubble_controller.h',
2661 'browser/ui/cocoa/global_error_bubble_controller.mm', 2663 'browser/ui/cocoa/global_error_bubble_controller.mm',
2662 'browser/ui/cocoa/gradient_button_cell.h', 2664 'browser/ui/cocoa/gradient_button_cell.h',
2663 'browser/ui/cocoa/gradient_button_cell.mm', 2665 'browser/ui/cocoa/gradient_button_cell.mm',
2664 'browser/ui/cocoa/history_menu_bridge.h', 2666 'browser/ui/cocoa/history_menu_bridge.h',
2665 'browser/ui/cocoa/history_menu_bridge.mm', 2667 'browser/ui/cocoa/history_menu_bridge.mm',
2666 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2668 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2667 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2669 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
(...skipping 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after
5264 'type': 'static_library', 5266 'type': 'static_library',
5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5266 'variables': { 5268 'variables': {
5267 'proto_in_dir': 'browser/history', 5269 'proto_in_dir': 'browser/history',
5268 'proto_out_dir': 'chrome/browser/history', 5270 'proto_out_dir': 'chrome/browser/history',
5269 }, 5271 },
5270 'includes': [ '../build/protoc.gypi' ] 5272 'includes': [ '../build/protoc.gypi' ]
5271 }, 5273 },
5272 ], 5274 ],
5273 } 5275 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698