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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14514003: Make OSX App Launcher Launchable from the Dock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off cl14603002 Created 7 years, 7 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'browser/ui/android/tab_model/tab_model_list.cc', 101 'browser/ui/android/tab_model/tab_model_list.cc',
102 'browser/ui/android/tab_model/tab_model_list.h', 102 'browser/ui/android/tab_model/tab_model_list.h',
103 'browser/ui/android/tab_restore_service_delegate_android.cc', 103 'browser/ui/android/tab_restore_service_delegate_android.cc',
104 'browser/ui/android/validation_message_bubble_android.cc', 104 'browser/ui/android/validation_message_bubble_android.cc',
105 'browser/ui/android/website_settings_popup_android.cc', 105 'browser/ui/android/website_settings_popup_android.cc',
106 'browser/ui/android/website_settings_popup_android.h', 106 'browser/ui/android/website_settings_popup_android.h',
107 'browser/ui/android/window_android_helper.cc', 107 'browser/ui/android/window_android_helper.cc',
108 'browser/ui/android/window_android_helper.h', 108 'browser/ui/android/window_android_helper.h',
109 'browser/ui/app_list/app_list_controller_delegate.cc', 109 'browser/ui/app_list/app_list_controller_delegate.cc',
110 'browser/ui/app_list/app_list_controller_delegate.h', 110 'browser/ui/app_list/app_list_controller_delegate.h',
111 'browser/ui/app_list/app_list_dismiss_observer_mac.h',
111 'browser/ui/app_list/app_list_service.cc', 112 'browser/ui/app_list/app_list_service.cc',
112 'browser/ui/app_list/app_list_service.h', 113 'browser/ui/app_list/app_list_service.h',
113 'browser/ui/app_list/app_list_service_ash.h', 114 'browser/ui/app_list/app_list_service_ash.h',
114 'browser/ui/app_list/app_list_service_disabled.cc', 115 'browser/ui/app_list/app_list_service_disabled.cc',
115 'browser/ui/app_list/app_list_service_disabled.h', 116 'browser/ui/app_list/app_list_service_disabled.h',
116 'browser/ui/app_list/app_list_service_impl.cc', 117 'browser/ui/app_list/app_list_service_impl.cc',
117 'browser/ui/app_list/app_list_service_impl.h', 118 'browser/ui/app_list/app_list_service_impl.h',
118 'browser/ui/app_list/app_list_service_mac.h', 119 'browser/ui/app_list/app_list_service_mac.h',
119 'browser/ui/app_list/app_list_service_mac.mm', 120 'browser/ui/app_list/app_list_service_mac.mm',
120 'browser/ui/app_list/app_list_service_selector.cc', 121 'browser/ui/app_list/app_list_service_selector.cc',
(...skipping 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2920 }], 2921 }],
2921 ['enable_message_center==1', { 2922 ['enable_message_center==1', {
2922 'dependencies': [ 2923 'dependencies': [
2923 '../ui/message_center/message_center.gyp:message_center', 2924 '../ui/message_center/message_center.gyp:message_center',
2924 ], 2925 ],
2925 }], 2926 }],
2926 ], 2927 ],
2927 }, 2928 },
2928 ], 2929 ],
2929 } 2930 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_mac_unittest.mm ('k') | chrome/common/mac/app_mode_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698