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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8351022: Remove unused fullscreen exit bubble class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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') | 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 2583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2594 'browser/ui/cocoa/first_run_dialog.h', 2594 'browser/ui/cocoa/first_run_dialog.h',
2595 'browser/ui/cocoa/first_run_dialog.mm', 2595 'browser/ui/cocoa/first_run_dialog.mm',
2596 'browser/ui/cocoa/floating_bar_backing_view.h', 2596 'browser/ui/cocoa/floating_bar_backing_view.h',
2597 'browser/ui/cocoa/floating_bar_backing_view.mm', 2597 'browser/ui/cocoa/floating_bar_backing_view.mm',
2598 'browser/ui/cocoa/focus_tracker.h', 2598 'browser/ui/cocoa/focus_tracker.h',
2599 'browser/ui/cocoa/focus_tracker.mm', 2599 'browser/ui/cocoa/focus_tracker.mm',
2600 'browser/ui/cocoa/framed_browser_window.h', 2600 'browser/ui/cocoa/framed_browser_window.h',
2601 'browser/ui/cocoa/framed_browser_window.mm', 2601 'browser/ui/cocoa/framed_browser_window.mm',
2602 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h', 2602 'browser/ui/cocoa/fullscreen_exit_bubble_controller.h',
2603 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm', 2603 'browser/ui/cocoa/fullscreen_exit_bubble_controller.mm',
2604 'browser/ui/cocoa/fullscreen_exit_bubble_view.h',
2605 'browser/ui/cocoa/fullscreen_exit_bubble_view.mm',
2606 'browser/ui/cocoa/fullscreen_window.h', 2604 'browser/ui/cocoa/fullscreen_window.h',
2607 'browser/ui/cocoa/fullscreen_window.mm', 2605 'browser/ui/cocoa/fullscreen_window.mm',
2608 'browser/ui/cocoa/global_error_bubble_controller.h', 2606 'browser/ui/cocoa/global_error_bubble_controller.h',
2609 'browser/ui/cocoa/global_error_bubble_controller.mm', 2607 'browser/ui/cocoa/global_error_bubble_controller.mm',
2610 'browser/ui/cocoa/gradient_button_cell.h', 2608 'browser/ui/cocoa/gradient_button_cell.h',
2611 'browser/ui/cocoa/gradient_button_cell.mm', 2609 'browser/ui/cocoa/gradient_button_cell.mm',
2612 'browser/ui/cocoa/history_menu_bridge.h', 2610 'browser/ui/cocoa/history_menu_bridge.h',
2613 'browser/ui/cocoa/history_menu_bridge.mm', 2611 'browser/ui/cocoa/history_menu_bridge.mm',
2614 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2612 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2615 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2613 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 'type': 'static_library', 5189 'type': 'static_library',
5192 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5190 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5193 'variables': { 5191 'variables': {
5194 'proto_in_dir': 'browser/history', 5192 'proto_in_dir': 'browser/history',
5195 'proto_out_dir': 'chrome/browser/history', 5193 'proto_out_dir': 'chrome/browser/history',
5196 }, 5194 },
5197 'includes': [ '../build/protoc.gypi' ] 5195 'includes': [ '../build/protoc.gypi' ]
5198 }, 5196 },
5199 ], 5197 ],
5200 } 5198 }
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