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

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: Remove resources, as they've already been committed 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 3506 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 'browser/ui/views/external_protocol_dialog.h', 3517 'browser/ui/views/external_protocol_dialog.h',
3518 'browser/ui/views/find_bar_host.cc', 3518 'browser/ui/views/find_bar_host.cc',
3519 'browser/ui/views/find_bar_host.h', 3519 'browser/ui/views/find_bar_host.h',
3520 'browser/ui/views/find_bar_host_aura.cc', 3520 'browser/ui/views/find_bar_host_aura.cc',
3521 'browser/ui/views/find_bar_host_gtk.cc', 3521 'browser/ui/views/find_bar_host_gtk.cc',
3522 'browser/ui/views/find_bar_host_win.cc', 3522 'browser/ui/views/find_bar_host_win.cc',
3523 'browser/ui/views/find_bar_view.cc', 3523 'browser/ui/views/find_bar_view.cc',
3524 'browser/ui/views/find_bar_view.h', 3524 'browser/ui/views/find_bar_view.h',
3525 'browser/ui/views/first_run_bubble.cc', 3525 'browser/ui/views/first_run_bubble.cc',
3526 'browser/ui/views/first_run_bubble.h', 3526 'browser/ui/views/first_run_bubble.h',
3527 'browser/ui/views/frame/app_non_client_frame_view_aura.cc',
3528 'browser/ui/views/frame/app_non_client_frame_view_aura.h',
3527 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 3529 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3528 'browser/ui/views/frame/app_panel_browser_frame_view.h', 3530 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3529 'browser/ui/views/frame/browser_frame.cc', 3531 'browser/ui/views/frame/browser_frame.cc',
3530 'browser/ui/views/frame/browser_frame.h', 3532 'browser/ui/views/frame/browser_frame.h',
3531 'browser/ui/views/frame/browser_frame_aura.cc', 3533 'browser/ui/views/frame/browser_frame_aura.cc',
3532 'browser/ui/views/frame/browser_frame_aura.h', 3534 'browser/ui/views/frame/browser_frame_aura.h',
3533 'browser/ui/views/frame/browser_frame_gtk.cc', 3535 'browser/ui/views/frame/browser_frame_gtk.cc',
3534 'browser/ui/views/frame/browser_frame_gtk.h', 3536 'browser/ui/views/frame/browser_frame_gtk.h',
3535 'browser/ui/views/frame/browser_frame_win.cc', 3537 'browser/ui/views/frame/browser_frame_win.cc',
3536 'browser/ui/views/frame/browser_frame_win.h', 3538 'browser/ui/views/frame/browser_frame_win.h',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
4981 ['include', '^browser/ui/views/extensions/extension_view.cc'], 4983 ['include', '^browser/ui/views/extensions/extension_view.cc'],
4982 ['include', '^browser/ui/views/extensions/extension_view.h'], 4984 ['include', '^browser/ui/views/extensions/extension_view.h'],
4983 ['include', '^browser/ui/views/extensions/shell_window_views.h'] , 4985 ['include', '^browser/ui/views/extensions/shell_window_views.h'] ,
4984 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ], 4986 ['include', '^browser/ui/views/extensions/shell_window_views.cc' ],
4985 ['include', '^browser/ui/views/find_bar_host.cc'], 4987 ['include', '^browser/ui/views/find_bar_host.cc'],
4986 ['include', '^browser/ui/views/find_bar_host.h'], 4988 ['include', '^browser/ui/views/find_bar_host.h'],
4987 ['include', '^browser/ui/views/find_bar_host_gtk.cc'], 4989 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
4988 ['include', '^browser/ui/views/find_bar_view.cc'], 4990 ['include', '^browser/ui/views/find_bar_view.cc'],
4989 ['include', '^browser/ui/views/find_bar_view.h'], 4991 ['include', '^browser/ui/views/find_bar_view.h'],
4990 ['include', '^browser/ui/views/first_run_bubble.cc'], 4992 ['include', '^browser/ui/views/first_run_bubble.cc'],
4993 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.cc'],
4994 ['include', '^browser/ui/views/frame/app_non_client_frame_view_a ura.h'],
4991 ['include', '^browser/ui/views/frame/browser_frame.cc'], 4995 ['include', '^browser/ui/views/frame/browser_frame.cc'],
4992 ['include', '^browser/ui/views/frame/browser_frame.h'], 4996 ['include', '^browser/ui/views/frame/browser_frame.h'],
4993 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'], 4997 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4994 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'], 4998 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
4995 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'], 4999 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'],
4996 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'], 5000 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'],
4997 ['include', '^browser/ui/views/frame/browser_root_view.cc'], 5001 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
4998 ['include', '^browser/ui/views/frame/browser_root_view.h'], 5002 ['include', '^browser/ui/views/frame/browser_root_view.h'],
4999 ['include', '^browser/ui/views/frame/browser_view.cc'], 5003 ['include', '^browser/ui/views/frame/browser_view.cc'],
5000 ['include', '^browser/ui/views/frame/browser_view.h'], 5004 ['include', '^browser/ui/views/frame/browser_view.h'],
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
5523 'type': 'static_library', 5527 'type': 'static_library',
5524 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5528 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5525 'variables': { 5529 'variables': {
5526 'proto_in_dir': 'browser/history', 5530 'proto_in_dir': 'browser/history',
5527 'proto_out_dir': 'chrome/browser/history', 5531 'proto_out_dir': 'chrome/browser/history',
5528 }, 5532 },
5529 'includes': [ '../build/protoc.gypi' ] 5533 'includes': [ '../build/protoc.gypi' ]
5530 }, 5534 },
5531 ], 5535 ],
5532 } 5536 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698