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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 24710002: Initial stubs for App Launcher on Linux Aura. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable AppListControllerSearchResultsBrowserTest. Created 7 years, 2 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
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'browser/ui/app_list/app_context_menu.h', 120 'browser/ui/app_list/app_context_menu.h',
121 'browser/ui/app_list/app_context_menu_delegate.h', 121 'browser/ui/app_list/app_context_menu_delegate.h',
122 'browser/ui/app_list/app_list_controller_delegate.cc', 122 'browser/ui/app_list/app_list_controller_delegate.cc',
123 'browser/ui/app_list/app_list_controller_delegate.h', 123 'browser/ui/app_list/app_list_controller_delegate.h',
124 'browser/ui/app_list/app_list_service.cc', 124 'browser/ui/app_list/app_list_service.cc',
125 'browser/ui/app_list/app_list_service.h', 125 'browser/ui/app_list/app_list_service.h',
126 'browser/ui/app_list/app_list_service_ash.h', 126 'browser/ui/app_list/app_list_service_ash.h',
127 'browser/ui/app_list/app_list_service_disabled.cc', 127 'browser/ui/app_list/app_list_service_disabled.cc',
128 'browser/ui/app_list/app_list_service_impl.cc', 128 'browser/ui/app_list/app_list_service_impl.cc',
129 'browser/ui/app_list/app_list_service_impl.h', 129 'browser/ui/app_list/app_list_service_impl.h',
130 'browser/ui/app_list/app_list_service_linux.cc',
131 'browser/ui/app_list/app_list_service_linux.h',
130 'browser/ui/app_list/app_list_service_mac.h', 132 'browser/ui/app_list/app_list_service_mac.h',
131 'browser/ui/app_list/app_list_service_mac.mm', 133 'browser/ui/app_list/app_list_service_mac.mm',
132 'browser/ui/app_list/app_list_service_win.cc', 134 'browser/ui/app_list/app_list_service_win.cc',
133 'browser/ui/app_list/app_list_service_win.h', 135 'browser/ui/app_list/app_list_service_win.h',
134 'browser/ui/app_list/app_list_view_delegate.cc', 136 'browser/ui/app_list/app_list_view_delegate.cc',
135 'browser/ui/app_list/app_list_view_delegate.h', 137 'browser/ui/app_list/app_list_view_delegate.h',
136 'browser/ui/app_list/apps_model_builder.cc', 138 'browser/ui/app_list/apps_model_builder.cc',
137 'browser/ui/app_list/apps_model_builder.h', 139 'browser/ui/app_list/apps_model_builder.h',
138 'browser/ui/app_list/chrome_app_list_item.h', 140 'browser/ui/app_list/chrome_app_list_item.h',
139 'browser/ui/app_list/chrome_signin_delegate.cc', 141 'browser/ui/app_list/chrome_signin_delegate.cc',
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 'browser/password_manager/native_backend_gnome_x.cc', 2626 'browser/password_manager/native_backend_gnome_x.cc',
2625 'browser/password_manager/native_backend_gnome_x.h', 2627 'browser/password_manager/native_backend_gnome_x.h',
2626 'browser/password_manager/native_backend_kwallet_x.cc', 2628 'browser/password_manager/native_backend_kwallet_x.cc',
2627 'browser/password_manager/native_backend_kwallet_x.h', 2629 'browser/password_manager/native_backend_kwallet_x.h',
2628 'browser/platform_util_linux.cc', 2630 'browser/platform_util_linux.cc',
2629 'browser/speech/extension_api/tts_extension_api_linux.cc', 2631 'browser/speech/extension_api/tts_extension_api_linux.cc',
2630 'browser/storage_monitor/mtab_watcher_linux.cc', 2632 'browser/storage_monitor/mtab_watcher_linux.cc',
2631 'browser/storage_monitor/mtab_watcher_linux.h', 2633 'browser/storage_monitor/mtab_watcher_linux.h',
2632 'browser/storage_monitor/storage_monitor_linux.cc', 2634 'browser/storage_monitor/storage_monitor_linux.cc',
2633 'browser/storage_monitor/storage_monitor_linux.h', 2635 'browser/storage_monitor/storage_monitor_linux.h',
2636 'browser/ui/app_list/app_list_service_linux.cc',
2634 'browser/ui/ash/caps_lock_delegate_views.cc', 2637 'browser/ui/ash/caps_lock_delegate_views.cc',
2635 'browser/ui/ash/chrome_shell_delegate_views.cc', 2638 'browser/ui/ash/chrome_shell_delegate_views.cc',
2636 'browser/ui/ash/session_state_delegate_views.cc', 2639 'browser/ui/ash/session_state_delegate_views.cc',
2637 'browser/ui/screen_capture_notification_ui_stub.cc', 2640 'browser/ui/screen_capture_notification_ui_stub.cc',
2638 'browser/ui/startup/default_browser_prompt.cc', 2641 'browser/ui/startup/default_browser_prompt.cc',
2639 'browser/ui/startup/default_browser_prompt.h', 2642 'browser/ui/startup/default_browser_prompt.h',
2640 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', 2643 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc',
2641 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', 2644 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h',
2642 'browser/ui/views/frame/desktop_browser_frame_aura.cc', 2645 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
2643 'browser/ui/views/frame/desktop_browser_frame_aura.h', 2646 'browser/ui/views/frame/desktop_browser_frame_aura.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
3215 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3218 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3216 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3219 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3217 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3220 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3218 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3221 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3219 ], 3222 ],
3220 }], 3223 }],
3221 ], 3224 ],
3222 }, 3225 },
3223 ], 3226 ],
3224 } 3227 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/test/app_list_service_test_api_linux.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698