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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12747010: Remove BalloonCollectionImplAsh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/views/notifications/balloon_collection_views.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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 'browser/ui/views/accessibility/accessibility_event_router_views.h', 1426 'browser/ui/views/accessibility/accessibility_event_router_views.h',
1427 'browser/ui/views/accessibility/invert_bubble_view.cc', 1427 'browser/ui/views/accessibility/invert_bubble_view.cc',
1428 'browser/ui/views/accessibility/invert_bubble_view.h', 1428 'browser/ui/views/accessibility/invert_bubble_view.h',
1429 'browser/ui/views/action_box_context_menu.cc', 1429 'browser/ui/views/action_box_context_menu.cc',
1430 'browser/ui/views/action_box_context_menu.h', 1430 'browser/ui/views/action_box_context_menu.h',
1431 'browser/ui/views/action_box_menu.cc', 1431 'browser/ui/views/action_box_menu.cc',
1432 'browser/ui/views/action_box_menu.h', 1432 'browser/ui/views/action_box_menu.h',
1433 'browser/ui/views/app_menu_button_win.cc', 1433 'browser/ui/views/app_menu_button_win.cc',
1434 'browser/ui/views/app_menu_button_win.h', 1434 'browser/ui/views/app_menu_button_win.h',
1435 'browser/ui/views/app_list/app_list_controller_win.cc', 1435 'browser/ui/views/app_list/app_list_controller_win.cc',
1436 'browser/ui/views/ash/balloon_collection_impl_ash.cc',
1437 'browser/ui/views/ash/balloon_collection_impl_ash.h',
1438 'browser/ui/views/ash/balloon_view_ash.cc',
1439 'browser/ui/views/ash/balloon_view_ash.h',
1440 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 1436 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
1441 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 1437 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
1442 'browser/ui/views/ash/tab_scrubber.h', 1438 'browser/ui/views/ash/tab_scrubber.h',
1443 'browser/ui/views/ash/tab_scrubber.cc', 1439 'browser/ui/views/ash/tab_scrubber.cc',
1444 'browser/ui/views/autofill/autocheckout_bubble_views.cc', 1440 'browser/ui/views/autofill/autocheckout_bubble_views.cc',
1445 'browser/ui/views/autofill/autocheckout_bubble_views.h', 1441 'browser/ui/views/autofill/autocheckout_bubble_views.h',
1446 'browser/ui/views/autofill/autofill_dialog_views.cc', 1442 'browser/ui/views/autofill/autofill_dialog_views.cc',
1447 'browser/ui/views/autofill/autofill_dialog_views.h', 1443 'browser/ui/views/autofill/autofill_dialog_views.h',
1448 'browser/ui/views/autofill/autofill_popup_view_views.cc', 1444 'browser/ui/views/autofill/autofill_popup_view_views.cc',
1449 'browser/ui/views/autofill/autofill_popup_view_views.h', 1445 'browser/ui/views/autofill/autofill_popup_view_views.h',
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
2889 }], 2885 }],
2890 ['enable_message_center==1', { 2886 ['enable_message_center==1', {
2891 'dependencies': [ 2887 'dependencies': [
2892 '../ui/message_center/message_center.gyp:message_center', 2888 '../ui/message_center/message_center.gyp:message_center',
2893 ], 2889 ],
2894 }], 2890 }],
2895 ], 2891 ],
2896 }, 2892 },
2897 ], 2893 ],
2898 } 2894 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_collection_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698