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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 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/window_snapshot/window_snapshot_aura.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 # 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3558 'browser/ui/views/ash/launcher/launcher_icon_loader.cc', 3558 'browser/ui/views/ash/launcher/launcher_icon_loader.cc',
3559 'browser/ui/views/ash/launcher/launcher_icon_loader.h', 3559 'browser/ui/views/ash/launcher/launcher_icon_loader.h',
3560 'browser/ui/views/ash/launcher/launcher_updater.cc', 3560 'browser/ui/views/ash/launcher/launcher_updater.cc',
3561 'browser/ui/views/ash/launcher/launcher_updater.h', 3561 'browser/ui/views/ash/launcher/launcher_updater.h',
3562 'browser/ui/views/ash/panel_view_aura.cc', 3562 'browser/ui/views/ash/panel_view_aura.cc',
3563 'browser/ui/views/ash/panel_view_aura.h', 3563 'browser/ui/views/ash/panel_view_aura.h',
3564 'browser/ui/views/ash/screen_orientation_listener.cc', 3564 'browser/ui/views/ash/screen_orientation_listener.cc',
3565 'browser/ui/views/ash/screen_orientation_listener.h', 3565 'browser/ui/views/ash/screen_orientation_listener.h',
3566 'browser/ui/views/ash/screenshot_taker.cc', 3566 'browser/ui/views/ash/screenshot_taker.cc',
3567 'browser/ui/views/ash/screenshot_taker.h', 3567 'browser/ui/views/ash/screenshot_taker.h',
3568 'browser/ui/views/ash/multiple_window_indicator_button.cc',
3569 'browser/ui/views/ash/multiple_window_indicator_button.h',
3570 'browser/ui/views/ash/status_area_host_aura.cc', 3568 'browser/ui/views/ash/status_area_host_aura.cc',
3571 'browser/ui/views/ash/status_area_host_aura.h', 3569 'browser/ui/views/ash/status_area_host_aura.h',
3572 'browser/ui/views/ash/volume_controller_chromeos.cc', 3570 'browser/ui/views/ash/volume_controller_chromeos.cc',
3573 'browser/ui/views/ash/volume_controller_chromeos.h', 3571 'browser/ui/views/ash/volume_controller_chromeos.h',
3574 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc', 3572 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
3575 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h', 3573 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
3576 'browser/ui/views/autocomplete/autocomplete_result_view.cc', 3574 'browser/ui/views/autocomplete/autocomplete_result_view.cc',
3577 'browser/ui/views/autocomplete/autocomplete_result_view.h', 3575 'browser/ui/views/autocomplete/autocomplete_result_view.h',
3578 'browser/ui/views/autocomplete/autocomplete_result_view_model.h', 3576 'browser/ui/views/autocomplete/autocomplete_result_view_model.h',
3579 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ', 3577 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 3701 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
3704 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 3702 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
3705 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 3703 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
3706 'browser/ui/views/frame/browser_root_view.cc', 3704 'browser/ui/views/frame/browser_root_view.cc',
3707 'browser/ui/views/frame/browser_root_view.h', 3705 'browser/ui/views/frame/browser_root_view.h',
3708 'browser/ui/views/frame/browser_view.cc', 3706 'browser/ui/views/frame/browser_view.cc',
3709 'browser/ui/views/frame/browser_view.h', 3707 'browser/ui/views/frame/browser_view.h',
3710 'browser/ui/views/frame/browser_view_layout.cc', 3708 'browser/ui/views/frame/browser_view_layout.cc',
3711 'browser/ui/views/frame/browser_view_layout.h', 3709 'browser/ui/views/frame/browser_view_layout.h',
3712 'browser/ui/views/frame/browser_window_move_observer.h', 3710 'browser/ui/views/frame/browser_window_move_observer.h',
3713 'browser/ui/views/frame/compact_browser_frame_view.cc',
3714 'browser/ui/views/frame/compact_browser_frame_view.h',
3715 'browser/ui/views/frame/contents_container.cc', 3711 'browser/ui/views/frame/contents_container.cc',
3716 'browser/ui/views/frame/contents_container.h', 3712 'browser/ui/views/frame/contents_container.h',
3717 'browser/ui/views/frame/glass_browser_frame_view.cc', 3713 'browser/ui/views/frame/glass_browser_frame_view.cc',
3718 'browser/ui/views/frame/glass_browser_frame_view.h', 3714 'browser/ui/views/frame/glass_browser_frame_view.h',
3719 'browser/ui/views/frame/native_browser_frame.h', 3715 'browser/ui/views/frame/native_browser_frame.h',
3720 'browser/ui/views/frame/opaque_browser_frame_view.cc', 3716 'browser/ui/views/frame/opaque_browser_frame_view.cc',
3721 'browser/ui/views/frame/opaque_browser_frame_view.h', 3717 'browser/ui/views/frame/opaque_browser_frame_view.h',
3722 'browser/ui/views/frame/popup_non_client_frame_view.cc', 3718 'browser/ui/views/frame/popup_non_client_frame_view.cc',
3723 'browser/ui/views/frame/popup_non_client_frame_view.h', 3719 'browser/ui/views/frame/popup_non_client_frame_view.h',
3724 'browser/ui/views/fullscreen_exit_bubble_views.cc', 3720 'browser/ui/views/fullscreen_exit_bubble_views.cc',
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
5205 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'], 5201 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
5206 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'], 5202 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
5207 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'], 5203 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'],
5208 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'], 5204 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'],
5209 ['include', '^browser/ui/views/frame/browser_root_view.cc'], 5205 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
5210 ['include', '^browser/ui/views/frame/browser_root_view.h'], 5206 ['include', '^browser/ui/views/frame/browser_root_view.h'],
5211 ['include', '^browser/ui/views/frame/browser_view.cc'], 5207 ['include', '^browser/ui/views/frame/browser_view.cc'],
5212 ['include', '^browser/ui/views/frame/browser_view.h'], 5208 ['include', '^browser/ui/views/frame/browser_view.h'],
5213 ['include', '^browser/ui/views/frame/browser_view_layout.cc'], 5209 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
5214 ['include', '^browser/ui/views/frame/browser_view_layout.h'], 5210 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
5215 ['include', '^browser/ui/views/frame/compact_browser_frame_view. cc'],
5216 ['include', '^browser/ui/views/frame/compact_browser_frame_view. h'],
5217 ['include', '^browser/ui/views/frame/contents_container.cc'], 5211 ['include', '^browser/ui/views/frame/contents_container.cc'],
5218 ['include', '^browser/ui/views/frame/contents_container.h'], 5212 ['include', '^browser/ui/views/frame/contents_container.h'],
5219 ['include', '^browser/ui/views/frame/native_browser_frame.h'], 5213 ['include', '^browser/ui/views/frame/native_browser_frame.h'],
5220 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.c c'], 5214 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.c c'],
5221 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h '], 5215 ['include', '^browser/ui/views/frame/opaque_browser_frame_view.h '],
5222 ['include', '^browser/ui/views/frame/popup_non_client_frame_view .cc'], 5216 ['include', '^browser/ui/views/frame/popup_non_client_frame_view .cc'],
5223 ['include', '^browser/ui/views/frame/popup_non_client_frame_view .h'], 5217 ['include', '^browser/ui/views/frame/popup_non_client_frame_view .h'],
5224 ['include', '^browser/ui/views/fullscreen_exit_bubble_views.cc'] , 5218 ['include', '^browser/ui/views/fullscreen_exit_bubble_views.cc'] ,
5225 ['include', '^browser/ui/views/fullscreen_exit_bubble_views.h'], 5219 ['include', '^browser/ui/views/fullscreen_exit_bubble_views.h'],
5226 ['include', '^browser/ui/views/global_error_bubble_view.cc'], 5220 ['include', '^browser/ui/views/global_error_bubble_view.cc'],
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
5711 'variables': { 5705 'variables': {
5712 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5706 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5713 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5707 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5714 }, 5708 },
5715 'includes': ['../build/protoc.gypi'], 5709 'includes': ['../build/protoc.gypi'],
5716 }], 5710 }],
5717 ], 5711 ],
5718 }, 5712 },
5719 ], 5713 ],
5720 } 5714 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698