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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 536533004: Android: Remove more browser extensions code, and fullscreen ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext_browser_clean
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/browser_navigator.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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm', 785 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
786 'browser/ui/confirm_bubble.h', 786 'browser/ui/confirm_bubble.h',
787 'browser/ui/crypto_module_password_dialog.h', 787 'browser/ui/crypto_module_password_dialog.h',
788 'browser/ui/find_bar/find_bar.h', 788 'browser/ui/find_bar/find_bar.h',
789 'browser/ui/find_bar/find_bar_state.h', 789 'browser/ui/find_bar/find_bar_state.h',
790 'browser/ui/find_bar/find_bar_state_factory.cc', 790 'browser/ui/find_bar/find_bar_state_factory.cc',
791 'browser/ui/find_bar/find_bar_state_factory.h', 791 'browser/ui/find_bar/find_bar_state_factory.h',
792 'browser/ui/find_bar/find_notification_details.h', 792 'browser/ui/find_bar/find_notification_details.h',
793 'browser/ui/find_bar/find_tab_helper.cc', 793 'browser/ui/find_bar/find_tab_helper.cc',
794 'browser/ui/find_bar/find_tab_helper.h', 794 'browser/ui/find_bar/find_tab_helper.h',
795 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
796 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
797 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc',
798 'browser/ui/fullscreen/fullscreen_within_tab_helper.h',
799 'browser/ui/global_error/global_error.cc', 795 'browser/ui/global_error/global_error.cc',
800 'browser/ui/global_error/global_error.h', 796 'browser/ui/global_error/global_error.h',
801 'browser/ui/global_error/global_error_bubble_view_base.h', 797 'browser/ui/global_error/global_error_bubble_view_base.h',
802 'browser/ui/global_error/global_error_service.cc', 798 'browser/ui/global_error/global_error_service.cc',
803 'browser/ui/global_error/global_error_service.h', 799 'browser/ui/global_error/global_error_service.h',
804 'browser/ui/global_error/global_error_service_factory.cc', 800 'browser/ui/global_error/global_error_service_factory.cc',
805 'browser/ui/global_error/global_error_service_factory.h', 801 'browser/ui/global_error/global_error_service_factory.h',
806 'browser/ui/host_desktop.cc', 802 'browser/ui/host_desktop.cc',
807 'browser/ui/host_desktop.h', 803 'browser/ui/host_desktop.h',
808 'browser/ui/login/login_interstitial_delegate.cc', 804 'browser/ui/login/login_interstitial_delegate.cc',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 'browser/ui/extensions/application_launch.cc', 1428 'browser/ui/extensions/application_launch.cc',
1433 'browser/ui/extensions/application_launch.h', 1429 'browser/ui/extensions/application_launch.h',
1434 'browser/ui/extensions/extension_install_ui_default.cc', 1430 'browser/ui/extensions/extension_install_ui_default.cc',
1435 'browser/ui/extensions/extension_install_ui_default.h', 1431 'browser/ui/extensions/extension_install_ui_default.h',
1436 'browser/ui/fast_unload_controller.cc', 1432 'browser/ui/fast_unload_controller.cc',
1437 'browser/ui/fast_unload_controller.h', 1433 'browser/ui/fast_unload_controller.h',
1438 'browser/ui/find_bar/find_bar_controller.cc', 1434 'browser/ui/find_bar/find_bar_controller.cc',
1439 'browser/ui/find_bar/find_bar_controller.h', 1435 'browser/ui/find_bar/find_bar_controller.h',
1440 'browser/ui/fullscreen/fullscreen_controller.cc', 1436 'browser/ui/fullscreen/fullscreen_controller.cc',
1441 'browser/ui/fullscreen/fullscreen_controller.h', 1437 'browser/ui/fullscreen/fullscreen_controller.h',
1438 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
scheib 2014/09/04 17:38:14 This is not extensions related, I've updated the c
1439 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
1442 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', 1440 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
1443 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', 1441 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
1442 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc',
1443 'browser/ui/fullscreen/fullscreen_within_tab_helper.h',
1444 'browser/ui/location_bar/location_bar.cc', 1444 'browser/ui/location_bar/location_bar.cc',
1445 'browser/ui/location_bar/location_bar.h', 1445 'browser/ui/location_bar/location_bar.h',
1446 'browser/ui/location_bar/location_bar_util.cc', 1446 'browser/ui/location_bar/location_bar_util.cc',
1447 'browser/ui/location_bar/location_bar_util.h', 1447 'browser/ui/location_bar/location_bar_util.h',
1448 'browser/ui/location_bar/origin_chip_info.cc', 1448 'browser/ui/location_bar/origin_chip_info.cc',
1449 'browser/ui/location_bar/origin_chip_info.h', 1449 'browser/ui/location_bar/origin_chip_info.h',
1450 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', 1450 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc',
1451 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', 1451 'browser/ui/omnibox/alternate_nav_infobar_delegate.h',
1452 'browser/ui/omnibox/omnibox_controller.cc', 1452 'browser/ui/omnibox/omnibox_controller.cc',
1453 'browser/ui/omnibox/omnibox_controller.h', 1453 'browser/ui/omnibox/omnibox_controller.h',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2973 }], 2973 }],
2974 ['OS!="android" and OS!="ios"', { 2974 ['OS!="android" and OS!="ios"', {
2975 'dependencies': [ 2975 'dependencies': [
2976 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2976 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2977 ], 2977 ],
2978 }], 2978 }],
2979 ], 2979 ],
2980 }, 2980 },
2981 ], 2981 ],
2982 } 2982 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_navigator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698