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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11742003: Implemented drop hander for the Home toolbar button that accepts (only) links (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 'browser/ui/views/frame/popup_non_client_frame_view.cc', 1527 'browser/ui/views/frame/popup_non_client_frame_view.cc',
1528 'browser/ui/views/frame/popup_non_client_frame_view.h', 1528 'browser/ui/views/frame/popup_non_client_frame_view.h',
1529 'browser/ui/views/frame/system_menu_model.cc', 1529 'browser/ui/views/frame/system_menu_model.cc',
1530 'browser/ui/views/frame/system_menu_model.h', 1530 'browser/ui/views/frame/system_menu_model.h',
1531 'browser/ui/views/frame/system_menu_model_delegate.cc', 1531 'browser/ui/views/frame/system_menu_model_delegate.cc',
1532 'browser/ui/views/frame/system_menu_model_delegate.h', 1532 'browser/ui/views/frame/system_menu_model_delegate.h',
1533 'browser/ui/views/fullscreen_exit_bubble_views.cc', 1533 'browser/ui/views/fullscreen_exit_bubble_views.cc',
1534 'browser/ui/views/fullscreen_exit_bubble_views.h', 1534 'browser/ui/views/fullscreen_exit_bubble_views.h',
1535 'browser/ui/views/global_error_bubble_view.cc', 1535 'browser/ui/views/global_error_bubble_view.cc',
1536 'browser/ui/views/global_error_bubble_view.h', 1536 'browser/ui/views/global_error_bubble_view.h',
1537 'browser/ui/views/home_button.cc',
1538 'browser/ui/views/home_button.h',
1537 'browser/ui/views/hung_renderer_view.cc', 1539 'browser/ui/views/hung_renderer_view.cc',
1538 'browser/ui/views/hung_renderer_view.h', 1540 'browser/ui/views/hung_renderer_view.h',
1539 'browser/ui/views/hung_renderer_view_win.cc', 1541 'browser/ui/views/hung_renderer_view_win.cc',
1540 'browser/ui/views/hung_renderer_view_win.h', 1542 'browser/ui/views/hung_renderer_view_win.h',
1541 'browser/ui/views/immersive_mode_controller.h', 1543 'browser/ui/views/immersive_mode_controller.h',
1542 'browser/ui/views/immersive_mode_controller.cc', 1544 'browser/ui/views/immersive_mode_controller.cc',
1543 'browser/ui/views/importer/import_lock_dialog_view.cc', 1545 'browser/ui/views/importer/import_lock_dialog_view.cc',
1544 'browser/ui/views/importer/import_lock_dialog_view.h', 1546 'browser/ui/views/importer/import_lock_dialog_view.h',
1545 'browser/ui/views/importer/import_progress_dialog_view.cc', 1547 'browser/ui/views/importer/import_progress_dialog_view.cc',
1546 'browser/ui/views/importer/import_progress_dialog_view.h', 1548 'browser/ui/views/importer/import_progress_dialog_view.h',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 }, { # else: enable_app_list==0 2806 }, { # else: enable_app_list==0
2805 'sources/': [ 2807 'sources/': [
2806 ['exclude', '^browser/ui/views/app_list/'], 2808 ['exclude', '^browser/ui/views/app_list/'],
2807 ['exclude', '^browser/ui/app_list/'], 2809 ['exclude', '^browser/ui/app_list/'],
2808 ] 2810 ]
2809 }], 2811 }],
2810 ], 2812 ],
2811 }, 2813 },
2812 ], 2814 ],
2813 } 2815 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698