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

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: Fix browser_test 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 3611 matching lines...) Expand 10 before | Expand all | Expand 10 after
3622 'browser/ui/views/external_protocol_dialog.h', 3622 'browser/ui/views/external_protocol_dialog.h',
3623 'browser/ui/views/find_bar_host.cc', 3623 'browser/ui/views/find_bar_host.cc',
3624 'browser/ui/views/find_bar_host.h', 3624 'browser/ui/views/find_bar_host.h',
3625 'browser/ui/views/find_bar_host_aura.cc', 3625 'browser/ui/views/find_bar_host_aura.cc',
3626 'browser/ui/views/find_bar_host_gtk.cc', 3626 'browser/ui/views/find_bar_host_gtk.cc',
3627 'browser/ui/views/find_bar_host_win.cc', 3627 'browser/ui/views/find_bar_host_win.cc',
3628 'browser/ui/views/find_bar_view.cc', 3628 'browser/ui/views/find_bar_view.cc',
3629 'browser/ui/views/find_bar_view.h', 3629 'browser/ui/views/find_bar_view.h',
3630 'browser/ui/views/first_run_bubble.cc', 3630 'browser/ui/views/first_run_bubble.cc',
3631 'browser/ui/views/first_run_bubble.h', 3631 'browser/ui/views/first_run_bubble.h',
3632 'browser/ui/views/frame/app_non_client_frame_view_aura.cc',
3633 'browser/ui/views/frame/app_non_client_frame_view_aura.h',
3632 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 3634 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3633 'browser/ui/views/frame/app_panel_browser_frame_view.h', 3635 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3634 'browser/ui/views/frame/browser_frame.cc', 3636 'browser/ui/views/frame/browser_frame.cc',
3635 'browser/ui/views/frame/browser_frame.h', 3637 'browser/ui/views/frame/browser_frame.h',
3636 'browser/ui/views/frame/browser_frame_aura.cc', 3638 'browser/ui/views/frame/browser_frame_aura.cc',
3637 'browser/ui/views/frame/browser_frame_aura.h', 3639 'browser/ui/views/frame/browser_frame_aura.h',
3638 'browser/ui/views/frame/browser_frame_gtk.cc', 3640 'browser/ui/views/frame/browser_frame_gtk.cc',
3639 'browser/ui/views/frame/browser_frame_gtk.h', 3641 'browser/ui/views/frame/browser_frame_gtk.h',
3640 'browser/ui/views/frame/browser_frame_win.cc', 3642 'browser/ui/views/frame/browser_frame_win.cc',
3641 'browser/ui/views/frame/browser_frame_win.h', 3643 'browser/ui/views/frame/browser_frame_win.h',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
5102 ['include', '^browser/ui/views/extensions/extension_view.cc'], 5104 ['include', '^browser/ui/views/extensions/extension_view.cc'],
5103 ['include', '^browser/ui/views/extensions/extension_view.h'], 5105 ['include', '^browser/ui/views/extensions/extension_view.h'],
5104 ['include', '^browser/ui/views/extensions/shell_window_views.h'] , 5106 ['include', '^browser/ui/views/extensions/shell_window_views.h'] ,
5105 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ], 5107 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ],
5106 ['include', '^browser/ui/views/find_bar_host.cc'], 5108 ['include', '^browser/ui/views/find_bar_host.cc'],
5107 ['include', '^browser/ui/views/find_bar_host.h'], 5109 ['include', '^browser/ui/views/find_bar_host.h'],
5108 ['include', '^browser/ui/views/find_bar_host_gtk.cc'], 5110 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
5109 ['include', '^browser/ui/views/find_bar_view.cc'], 5111 ['include', '^browser/ui/views/find_bar_view.cc'],
5110 ['include', '^browser/ui/views/find_bar_view.h'], 5112 ['include', '^browser/ui/views/find_bar_view.h'],
5111 ['include', '^browser/ui/views/first_run_bubble.cc'], 5113 ['include', '^browser/ui/views/first_run_bubble.cc'],
5114 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.cc'],
5115 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.h'],
5112 ['include', '^browser/ui/views/frame/browser_frame.cc'], 5116 ['include', '^browser/ui/views/frame/browser_frame.cc'],
5113 ['include', '^browser/ui/views/frame/browser_frame.h'], 5117 ['include', '^browser/ui/views/frame/browser_frame.h'],
5114 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'], 5118 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
5115 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'], 5119 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
5116 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'], 5120 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'],
5117 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'], 5121 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'],
5118 ['include', '^browser/ui/views/frame/browser_root_view.cc'], 5122 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
5119 ['include', '^browser/ui/views/frame/browser_root_view.h'], 5123 ['include', '^browser/ui/views/frame/browser_root_view.h'],
5120 ['include', '^browser/ui/views/frame/browser_view.cc'], 5124 ['include', '^browser/ui/views/frame/browser_view.cc'],
5121 ['include', '^browser/ui/views/frame/browser_view.h'], 5125 ['include', '^browser/ui/views/frame/browser_view.h'],
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
5620 'type': 'static_library', 5624 'type': 'static_library',
5621 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5625 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5622 'variables': { 5626 'variables': {
5623 'proto_in_dir': 'browser/history', 5627 'proto_in_dir': 'browser/history',
5624 'proto_out_dir': 'chrome/browser/history', 5628 'proto_out_dir': 'chrome/browser/history',
5625 }, 5629 },
5626 'includes': [ '../build/protoc.gypi' ] 5630 'includes': [ '../build/protoc.gypi' ]
5627 }, 5631 },
5628 ], 5632 ],
5629 } 5633 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698