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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 3 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 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'browser/ui/ash/window_positioner.h', 271 'browser/ui/ash/window_positioner.h',
272 'browser/ui/aura/active_desktop_monitor.cc', 272 'browser/ui/aura/active_desktop_monitor.cc',
273 'browser/ui/aura/active_desktop_monitor.h', 273 'browser/ui/aura/active_desktop_monitor.h',
274 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 274 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
275 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 275 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
276 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 276 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
277 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 277 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
278 'browser/ui/aura/tabs/dock_info_aurax11.cc', 278 'browser/ui/aura/tabs/dock_info_aurax11.cc',
279 'browser/ui/autofill/account_chooser_model.cc', 279 'browser/ui/autofill/account_chooser_model.cc',
280 'browser/ui/autofill/account_chooser_model.h', 280 'browser/ui/autofill/account_chooser_model.h',
281 'browser/ui/autofill/autocheckout_bubble.h',
282 'browser/ui/autofill/autocheckout_bubble.cc',
283 'browser/ui/autofill/autocheckout_bubble_controller.cc',
284 'browser/ui/autofill/autocheckout_bubble_controller.h',
285 'browser/ui/autofill/autofill_dialog_common.cc', 281 'browser/ui/autofill/autofill_dialog_common.cc',
286 'browser/ui/autofill/autofill_dialog_common.h', 282 'browser/ui/autofill/autofill_dialog_common.h',
287 'browser/ui/autofill/autofill_dialog_controller.cc', 283 'browser/ui/autofill/autofill_dialog_controller.cc',
288 'browser/ui/autofill/autofill_dialog_controller.h', 284 'browser/ui/autofill/autofill_dialog_controller.h',
289 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 285 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
290 'browser/ui/autofill/autofill_dialog_controller_impl.h', 286 'browser/ui/autofill/autofill_dialog_controller_impl.h',
291 'browser/ui/autofill/autofill_dialog_models.cc', 287 'browser/ui/autofill/autofill_dialog_models.cc',
292 'browser/ui/autofill/autofill_dialog_models.h', 288 'browser/ui/autofill/autofill_dialog_models.h',
293 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', 289 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
294 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', 290 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h',
(...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'browser/ui/views/app_menu_button_win.cc', 1533 'browser/ui/views/app_menu_button_win.cc',
1538 'browser/ui/views/app_menu_button_win.h', 1534 'browser/ui/views/app_menu_button_win.h',
1539 'browser/ui/views/app_list/app_list_controller_win.cc', 1535 'browser/ui/views/app_list/app_list_controller_win.cc',
1540 'browser/ui/views/apps/chrome_shell_window_delegate_views.cc', 1536 'browser/ui/views/apps/chrome_shell_window_delegate_views.cc',
1541 'browser/ui/views/apps/native_app_window_views.cc', 1537 'browser/ui/views/apps/native_app_window_views.cc',
1542 'browser/ui/views/apps/native_app_window_views.h', 1538 'browser/ui/views/apps/native_app_window_views.h',
1543 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 1539 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
1544 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 1540 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
1545 'browser/ui/views/ash/tab_scrubber.h', 1541 'browser/ui/views/ash/tab_scrubber.h',
1546 'browser/ui/views/ash/tab_scrubber.cc', 1542 'browser/ui/views/ash/tab_scrubber.cc',
1547 'browser/ui/views/autofill/autocheckout_bubble_views.cc',
1548 'browser/ui/views/autofill/autocheckout_bubble_views.h',
1549 'browser/ui/views/autofill/autofill_dialog_views.cc', 1543 'browser/ui/views/autofill/autofill_dialog_views.cc',
1550 'browser/ui/views/autofill/autofill_dialog_views.h', 1544 'browser/ui/views/autofill/autofill_dialog_views.h',
1551 'browser/ui/views/autofill/autofill_popup_view_views.cc', 1545 'browser/ui/views/autofill/autofill_popup_view_views.cc',
1552 'browser/ui/views/autofill/autofill_popup_view_views.h', 1546 'browser/ui/views/autofill/autofill_popup_view_views.h',
1553 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', 1547 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc',
1554 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', 1548 'browser/ui/views/autofill/generated_credit_card_bubble_views.h',
1555 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', 1549 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
1556 'browser/ui/views/autofill/new_credit_card_bubble_views.h', 1550 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
1557 'browser/ui/views/autofill/decorated_textfield.cc', 1551 'browser/ui/views/autofill/decorated_textfield.cc',
1558 'browser/ui/views/autofill/decorated_textfield.h', 1552 'browser/ui/views/autofill/decorated_textfield.h',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
3112 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3106 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3113 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3107 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3114 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3108 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3115 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3109 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3116 ], 3110 ],
3117 }], 3111 }],
3118 ], 3112 ],
3119 }, 3113 },
3120 ], 3114 ],
3121 } 3115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698