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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7890056: FullscreenExitBubble temp UI for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix url? Created 9 years, 3 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/cocoa/fullscreen_exit_bubble_view.mm ('k') | chrome/chrome_dll.gypi » ('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) 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 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 'browser/ui/cocoa/first_run_bubble_controller.h', 2503 'browser/ui/cocoa/first_run_bubble_controller.h',
2504 'browser/ui/cocoa/first_run_bubble_controller.mm', 2504 'browser/ui/cocoa/first_run_bubble_controller.mm',
2505 'browser/ui/cocoa/first_run_dialog.h', 2505 'browser/ui/cocoa/first_run_dialog.h',
2506 'browser/ui/cocoa/first_run_dialog.mm', 2506 'browser/ui/cocoa/first_run_dialog.mm',
2507 'browser/ui/cocoa/floating_bar_backing_view.h', 2507 'browser/ui/cocoa/floating_bar_backing_view.h',
2508 'browser/ui/cocoa/floating_bar_backing_view.mm', 2508 'browser/ui/cocoa/floating_bar_backing_view.mm',
2509 'browser/ui/cocoa/focus_tracker.h', 2509 'browser/ui/cocoa/focus_tracker.h',
2510 'browser/ui/cocoa/focus_tracker.mm', 2510 'browser/ui/cocoa/focus_tracker.mm',
2511 'browser/ui/cocoa/framed_browser_window.h', 2511 'browser/ui/cocoa/framed_browser_window.h',
2512 'browser/ui/cocoa/framed_browser_window.mm', 2512 'browser/ui/cocoa/framed_browser_window.mm',
2513 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
2514 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
2515 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
2516 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
2513 'browser/ui/cocoa/fullscreen_window.h', 2517 'browser/ui/cocoa/fullscreen_window.h',
2514 'browser/ui/cocoa/fullscreen_window.mm', 2518 'browser/ui/cocoa/fullscreen_window.mm',
2515 'browser/ui/cocoa/global_error_bubble_controller.h', 2519 'browser/ui/cocoa/global_error_bubble_controller.h',
2516 'browser/ui/cocoa/global_error_bubble_controller.mm', 2520 'browser/ui/cocoa/global_error_bubble_controller.mm',
2517 'browser/ui/cocoa/gradient_button_cell.h', 2521 'browser/ui/cocoa/gradient_button_cell.h',
2518 'browser/ui/cocoa/gradient_button_cell.mm', 2522 'browser/ui/cocoa/gradient_button_cell.mm',
2519 'browser/ui/cocoa/history_menu_bridge.h', 2523 'browser/ui/cocoa/history_menu_bridge.h',
2520 'browser/ui/cocoa/history_menu_bridge.mm', 2524 'browser/ui/cocoa/history_menu_bridge.mm',
2521 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2525 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2522 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2526 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after
5050 # weak imports in dependents, who still must #include 5054 # weak imports in dependents, who still must #include
5051 # closure_blocks_leopard_compat.h to get weak imports. 5055 # closure_blocks_leopard_compat.h to get weak imports.
5052 'type': 'none', 5056 'type': 'none',
5053 }], 5057 }],
5054 ], 5058 ],
5055 }, 5059 },
5056 ], 5060 ],
5057 }], 5061 }],
5058 ], 5062 ],
5059 } 5063 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/fullscreen_exit_bubble_view.mm ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698