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

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: Moved switches back 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'browser/ui/alternate_error_tab_observer.cc', 71 'browser/ui/alternate_error_tab_observer.cc',
72 'browser/ui/alternate_error_tab_observer.h', 72 'browser/ui/alternate_error_tab_observer.h',
73 'browser/ui/android/android_about_app_info.cc', 73 'browser/ui/android/android_about_app_info.cc',
74 'browser/ui/android/android_about_app_info.h', 74 'browser/ui/android/android_about_app_info.h',
75 'browser/ui/android/autofill/autofill_popup_view_android.cc', 75 'browser/ui/android/autofill/autofill_popup_view_android.cc',
76 'browser/ui/android/autofill/autofill_popup_view_android.h', 76 'browser/ui/android/autofill/autofill_popup_view_android.h',
77 'browser/ui/android/certificate_viewer_android.cc', 77 'browser/ui/android/certificate_viewer_android.cc',
78 'browser/ui/android/chrome_http_auth_handler.cc', 78 'browser/ui/android/chrome_http_auth_handler.cc',
79 'browser/ui/android/chrome_http_auth_handler.h', 79 'browser/ui/android/chrome_http_auth_handler.h',
80 'browser/ui/android/extensions/extension_install_dialog_android.cc', 80 'browser/ui/android/extensions/extension_install_dialog_android.cc',
81 'browser/ui/android/extensions/extension_install_ui_android.cc',
82 'browser/ui/android/extensions/extension_install_ui_android.h',
81 'browser/ui/android/extensions/extension_view_android.cc', 83 'browser/ui/android/extensions/extension_view_android.cc',
82 'browser/ui/android/extensions/extension_view_android.h', 84 'browser/ui/android/extensions/extension_view_android.h',
83 'browser/ui/android/external_protocol_dialog_android.cc', 85 'browser/ui/android/external_protocol_dialog_android.cc',
84 'browser/ui/android/javascript_app_modal_dialog_android.cc', 86 'browser/ui/android/javascript_app_modal_dialog_android.cc',
85 'browser/ui/android/login_prompt_android.cc', 87 'browser/ui/android/login_prompt_android.cc',
86 'browser/ui/android/navigation_popup.cc', 88 'browser/ui/android/navigation_popup.cc',
87 'browser/ui/android/navigation_popup.h', 89 'browser/ui/android/navigation_popup.h',
88 'browser/ui/android/simple_message_box_android.cc', 90 'browser/ui/android/simple_message_box_android.cc',
89 'browser/ui/android/ssl_client_certificate_selector.cc', 91 'browser/ui/android/ssl_client_certificate_selector.cc',
90 'browser/ui/android/status_tray_android.cc', 92 'browser/ui/android/status_tray_android.cc',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'browser/ui/content_settings/content_setting_bubble_model.h', 833 'browser/ui/content_settings/content_setting_bubble_model.h',
832 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 834 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
833 'browser/ui/content_settings/content_setting_image_model.cc', 835 'browser/ui/content_settings/content_setting_image_model.cc',
834 'browser/ui/content_settings/content_setting_image_model.h', 836 'browser/ui/content_settings/content_setting_image_model.h',
835 'browser/ui/crypto_module_password_dialog.cc', 837 'browser/ui/crypto_module_password_dialog.cc',
836 'browser/ui/crypto_module_password_dialog.h', 838 'browser/ui/crypto_module_password_dialog.h',
837 'browser/ui/crypto_module_password_dialog_nss.cc', 839 'browser/ui/crypto_module_password_dialog_nss.cc',
838 'browser/ui/crypto_module_password_dialog_openssl.cc', 840 'browser/ui/crypto_module_password_dialog_openssl.cc',
839 'browser/ui/extensions/application_launch.cc', 841 'browser/ui/extensions/application_launch.cc',
840 'browser/ui/extensions/application_launch.h', 842 'browser/ui/extensions/application_launch.h',
843 'browser/ui/extensions/extension_install_ui_default.cc',
844 'browser/ui/extensions/extension_install_ui_default.h',
841 'browser/ui/extensions/extension_enable_flow.cc', 845 'browser/ui/extensions/extension_enable_flow.cc',
842 'browser/ui/extensions/extension_enable_flow.h', 846 'browser/ui/extensions/extension_enable_flow.h',
843 'browser/ui/extensions/extension_enable_flow_delegate.h', 847 'browser/ui/extensions/extension_enable_flow_delegate.h',
844 'browser/ui/extensions/native_app_window.h', 848 'browser/ui/extensions/native_app_window.h',
845 'browser/ui/extensions/shell_window.cc', 849 'browser/ui/extensions/shell_window.cc',
846 'browser/ui/extensions/shell_window.h', 850 'browser/ui/extensions/shell_window.h',
847 'browser/ui/external_protocol_dialog_delegate.cc', 851 'browser/ui/external_protocol_dialog_delegate.cc',
848 'browser/ui/external_protocol_dialog_delegate.h', 852 'browser/ui/external_protocol_dialog_delegate.h',
849 'browser/ui/find_bar/find_bar.h', 853 'browser/ui/find_bar/find_bar.h',
850 'browser/ui/find_bar/find_bar_controller.cc', 854 'browser/ui/find_bar/find_bar_controller.cc',
(...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after
2799 }], 2803 }],
2800 ['enable_message_center==1', { 2804 ['enable_message_center==1', {
2801 'dependencies': [ 2805 'dependencies': [
2802 '../ui/message_center/message_center.gyp:message_center', 2806 '../ui/message_center/message_center.gyp:message_center',
2803 ], 2807 ],
2804 }], 2808 }],
2805 ], 2809 ],
2806 }, 2810 },
2807 ], 2811 ],
2808 } 2812 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698