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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12095052: Move app_launcher.* out of chrome/browser/extensions and into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Beserk Q. More rebase 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/pref_names.h » ('j') | 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'browser/ui/alternate_error_tab_observer.cc', 67 'browser/ui/alternate_error_tab_observer.cc',
68 'browser/ui/alternate_error_tab_observer.h', 68 'browser/ui/alternate_error_tab_observer.h',
69 'browser/ui/android/android_about_app_info.cc', 69 'browser/ui/android/android_about_app_info.cc',
70 'browser/ui/android/android_about_app_info.h', 70 'browser/ui/android/android_about_app_info.h',
71 'browser/ui/android/autofill/autofill_popup_view_android.cc', 71 'browser/ui/android/autofill/autofill_popup_view_android.cc',
72 'browser/ui/android/autofill/autofill_popup_view_android.h', 72 'browser/ui/android/autofill/autofill_popup_view_android.h',
73 'browser/ui/android/certificate_viewer_android.cc', 73 'browser/ui/android/certificate_viewer_android.cc',
74 'browser/ui/android/chrome_http_auth_handler.cc', 74 'browser/ui/android/chrome_http_auth_handler.cc',
75 'browser/ui/android/chrome_http_auth_handler.h', 75 'browser/ui/android/chrome_http_auth_handler.h',
76 'browser/ui/android/extensions/extension_install_dialog_android.cc', 76 'browser/ui/android/extensions/extension_install_dialog_android.cc',
77 'browser/ui/android/extensions/extension_install_ui_android.cc',
78 'browser/ui/android/extensions/extension_install_ui_android.h',
77 'browser/ui/android/extensions/extension_view_android.cc', 79 'browser/ui/android/extensions/extension_view_android.cc',
78 'browser/ui/android/extensions/extension_view_android.h', 80 'browser/ui/android/extensions/extension_view_android.h',
79 'browser/ui/android/external_protocol_dialog_android.cc', 81 'browser/ui/android/external_protocol_dialog_android.cc',
80 'browser/ui/android/javascript_app_modal_dialog_android.cc', 82 'browser/ui/android/javascript_app_modal_dialog_android.cc',
81 'browser/ui/android/login_prompt_android.cc', 83 'browser/ui/android/login_prompt_android.cc',
82 'browser/ui/android/navigation_popup.cc', 84 'browser/ui/android/navigation_popup.cc',
83 'browser/ui/android/navigation_popup.h', 85 'browser/ui/android/navigation_popup.h',
84 'browser/ui/android/simple_message_box_android.cc', 86 'browser/ui/android/simple_message_box_android.cc',
85 'browser/ui/android/ssl_client_certificate_selector.cc', 87 'browser/ui/android/ssl_client_certificate_selector.cc',
86 'browser/ui/android/status_tray_android.cc', 88 'browser/ui/android/status_tray_android.cc',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc ', 837 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc ',
836 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h' , 838 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h' ,
837 'browser/ui/content_settings/content_setting_image_model.cc', 839 'browser/ui/content_settings/content_setting_image_model.cc',
838 'browser/ui/content_settings/content_setting_image_model.h', 840 'browser/ui/content_settings/content_setting_image_model.h',
839 'browser/ui/crypto_module_password_dialog.cc', 841 'browser/ui/crypto_module_password_dialog.cc',
840 'browser/ui/crypto_module_password_dialog.h', 842 'browser/ui/crypto_module_password_dialog.h',
841 'browser/ui/crypto_module_password_dialog_nss.cc', 843 'browser/ui/crypto_module_password_dialog_nss.cc',
842 'browser/ui/crypto_module_password_dialog_openssl.cc', 844 'browser/ui/crypto_module_password_dialog_openssl.cc',
843 'browser/ui/extensions/application_launch.cc', 845 'browser/ui/extensions/application_launch.cc',
844 'browser/ui/extensions/application_launch.h', 846 'browser/ui/extensions/application_launch.h',
847 'browser/ui/extensions/extension_install_ui_default.cc',
848 'browser/ui/extensions/extension_install_ui_default.h',
845 'browser/ui/extensions/extension_enable_flow.cc', 849 'browser/ui/extensions/extension_enable_flow.cc',
846 'browser/ui/extensions/extension_enable_flow.h', 850 'browser/ui/extensions/extension_enable_flow.h',
847 'browser/ui/extensions/extension_enable_flow_delegate.h', 851 'browser/ui/extensions/extension_enable_flow_delegate.h',
848 'browser/ui/extensions/native_app_window.h', 852 'browser/ui/extensions/native_app_window.h',
849 'browser/ui/extensions/shell_window.cc', 853 'browser/ui/extensions/shell_window.cc',
850 'browser/ui/extensions/shell_window.h', 854 'browser/ui/extensions/shell_window.h',
851 'browser/ui/external_protocol_dialog_delegate.cc', 855 'browser/ui/external_protocol_dialog_delegate.cc',
852 'browser/ui/external_protocol_dialog_delegate.h', 856 'browser/ui/external_protocol_dialog_delegate.h',
853 'browser/ui/find_bar/find_bar.h', 857 'browser/ui/find_bar/find_bar.h',
854 'browser/ui/find_bar/find_bar_controller.cc', 858 'browser/ui/find_bar/find_bar_controller.cc',
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 'browser/ui/browser_iterator.cc', 2551 'browser/ui/browser_iterator.cc',
2548 'browser/ui/browser_list.cc', 2552 'browser/ui/browser_list.cc',
2549 'browser/ui/browser_navigator.cc', 2553 'browser/ui/browser_navigator.cc',
2550 'browser/ui/browser_otr_state.cc', 2554 'browser/ui/browser_otr_state.cc',
2551 'browser/ui/browser_tab_contents.cc', 2555 'browser/ui/browser_tab_contents.cc',
2552 'browser/ui/browser_tab_restore_service_delegate.cc', 2556 'browser/ui/browser_tab_restore_service_delegate.cc',
2553 'browser/ui/browser_tabstrip.cc', 2557 'browser/ui/browser_tabstrip.cc',
2554 'browser/ui/browser_tabstrip.h', 2558 'browser/ui/browser_tabstrip.h',
2555 'browser/ui/chrome_pages.cc', 2559 'browser/ui/chrome_pages.cc',
2556 'browser/ui/chrome_pages.h', 2560 'browser/ui/chrome_pages.h',
2561 'browser/ui/extensions/extension_install_ui_default.cc',
2562 'browser/ui/extensions/extension_install_ui_default.h',
2557 'browser/ui/ntp_background_util.cc', 2563 'browser/ui/ntp_background_util.cc',
2558 'browser/ui/ntp_background_util.h', 2564 'browser/ui/ntp_background_util.h',
2559 'browser/ui/sad_tab_helper.cc', 2565 'browser/ui/sad_tab_helper.cc',
2560 'browser/ui/search/other_device_menu_controller.cc', 2566 'browser/ui/search/other_device_menu_controller.cc',
2561 'browser/ui/search/other_device_menu_controller.h', 2567 'browser/ui/search/other_device_menu_controller.h',
2562 'browser/ui/singleton_tabs.cc', 2568 'browser/ui/singleton_tabs.cc',
2563 'browser/ui/singleton_tabs.h', 2569 'browser/ui/singleton_tabs.h',
2564 'browser/ui/sync/browser_synced_window_delegate.cc', 2570 'browser/ui/sync/browser_synced_window_delegate.cc',
2565 'browser/ui/tab_contents/tab_contents_iterator.cc', 2571 'browser/ui/tab_contents/tab_contents_iterator.cc',
2566 'browser/ui/uma_browsing_activity_observer.cc', 2572 'browser/ui/uma_browsing_activity_observer.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 }], 2804 }],
2799 ['enable_message_center==1', { 2805 ['enable_message_center==1', {
2800 'dependencies': [ 2806 'dependencies': [
2801 '../ui/message_center/message_center.gyp:message_center', 2807 '../ui/message_center/message_center.gyp:message_center',
2802 ], 2808 ],
2803 }], 2809 }],
2804 ], 2810 ],
2805 }, 2811 },
2806 ], 2812 ],
2807 } 2813 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698