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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9359022: Aura: Support hovering restore & close buttons for full screen apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new test for tab restore Created 8 years, 10 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
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 3605 matching lines...) Expand 10 before | Expand all | Expand 10 after
3616 'browser/ui/views/external_protocol_dialog.h', 3616 'browser/ui/views/external_protocol_dialog.h',
3617 'browser/ui/views/find_bar_host.cc', 3617 'browser/ui/views/find_bar_host.cc',
3618 'browser/ui/views/find_bar_host.h', 3618 'browser/ui/views/find_bar_host.h',
3619 'browser/ui/views/find_bar_host_aura.cc', 3619 'browser/ui/views/find_bar_host_aura.cc',
3620 'browser/ui/views/find_bar_host_gtk.cc', 3620 'browser/ui/views/find_bar_host_gtk.cc',
3621 'browser/ui/views/find_bar_host_win.cc', 3621 'browser/ui/views/find_bar_host_win.cc',
3622 'browser/ui/views/find_bar_view.cc', 3622 'browser/ui/views/find_bar_view.cc',
3623 'browser/ui/views/find_bar_view.h', 3623 'browser/ui/views/find_bar_view.h',
3624 'browser/ui/views/first_run_bubble.cc', 3624 'browser/ui/views/first_run_bubble.cc',
3625 'browser/ui/views/first_run_bubble.h', 3625 'browser/ui/views/first_run_bubble.h',
3626 'browser/ui/views/frame/app_non_client_frame_view_aura.cc',
3627 'browser/ui/views/frame/app_non_client_frame_view_aura.h',
3626 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 3628 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3627 'browser/ui/views/frame/app_panel_browser_frame_view.h', 3629 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3628 'browser/ui/views/frame/browser_frame.cc', 3630 'browser/ui/views/frame/browser_frame.cc',
3629 'browser/ui/views/frame/browser_frame.h', 3631 'browser/ui/views/frame/browser_frame.h',
3630 'browser/ui/views/frame/browser_frame_aura.cc', 3632 'browser/ui/views/frame/browser_frame_aura.cc',
3631 'browser/ui/views/frame/browser_frame_aura.h', 3633 'browser/ui/views/frame/browser_frame_aura.h',
3632 'browser/ui/views/frame/browser_frame_gtk.cc', 3634 'browser/ui/views/frame/browser_frame_gtk.cc',
3633 'browser/ui/views/frame/browser_frame_gtk.h', 3635 'browser/ui/views/frame/browser_frame_gtk.h',
3634 'browser/ui/views/frame/browser_frame_win.cc', 3636 'browser/ui/views/frame/browser_frame_win.cc',
3635 'browser/ui/views/frame/browser_frame_win.h', 3637 'browser/ui/views/frame/browser_frame_win.h',
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
5097 ['include', '^browser/ui/views/extensions/extension_view.cc'], 5099 ['include', '^browser/ui/views/extensions/extension_view.cc'],
5098 ['include', '^browser/ui/views/extensions/extension_view.h'], 5100 ['include', '^browser/ui/views/extensions/extension_view.h'],
5099 ['include', '^browser/ui/views/extensions/shell_window_views.h'] , 5101 ['include', '^browser/ui/views/extensions/shell_window_views.h'] ,
5100 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ], 5102 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ],
5101 ['include', '^browser/ui/views/find_bar_host.cc'], 5103 ['include', '^browser/ui/views/find_bar_host.cc'],
5102 ['include', '^browser/ui/views/find_bar_host.h'], 5104 ['include', '^browser/ui/views/find_bar_host.h'],
5103 ['include', '^browser/ui/views/find_bar_host_gtk.cc'], 5105 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
5104 ['include', '^browser/ui/views/find_bar_view.cc'], 5106 ['include', '^browser/ui/views/find_bar_view.cc'],
5105 ['include', '^browser/ui/views/find_bar_view.h'], 5107 ['include', '^browser/ui/views/find_bar_view.h'],
5106 ['include', '^browser/ui/views/first_run_bubble.cc'], 5108 ['include', '^browser/ui/views/first_run_bubble.cc'],
5109 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.cc'],
5110 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.h'],
5107 ['include', '^browser/ui/views/frame/browser_frame.cc'], 5111 ['include', '^browser/ui/views/frame/browser_frame.cc'],
5108 ['include', '^browser/ui/views/frame/browser_frame.h'], 5112 ['include', '^browser/ui/views/frame/browser_frame.h'],
5109 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'], 5113 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
5110 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'], 5114 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
5111 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'], 5115 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'],
5112 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'], 5116 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'],
5113 ['include', '^browser/ui/views/frame/browser_root_view.cc'], 5117 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
5114 ['include', '^browser/ui/views/frame/browser_root_view.h'], 5118 ['include', '^browser/ui/views/frame/browser_root_view.h'],
5115 ['include', '^browser/ui/views/frame/browser_view.cc'], 5119 ['include', '^browser/ui/views/frame/browser_view.cc'],
5116 ['include', '^browser/ui/views/frame/browser_view.h'], 5120 ['include', '^browser/ui/views/frame/browser_view.h'],
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
5615 'type': 'static_library', 5619 'type': 'static_library',
5616 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5620 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5617 'variables': { 5621 'variables': {
5618 'proto_in_dir': 'browser/history', 5622 'proto_in_dir': 'browser/history',
5619 'proto_out_dir': 'chrome/browser/history', 5623 'proto_out_dir': 'chrome/browser/history',
5620 }, 5624 },
5621 'includes': [ '../build/protoc.gypi' ] 5625 'includes': [ '../build/protoc.gypi' ]
5622 }, 5626 },
5623 ], 5627 ],
5624 } 5628 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698