| OLD | NEW |
| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'browser/ui/android/window_android_helper.h', | 107 'browser/ui/android/window_android_helper.h', |
| 108 'browser/ui/app_list/app_list_controller_delegate.cc', | 108 'browser/ui/app_list/app_list_controller_delegate.cc', |
| 109 'browser/ui/app_list/app_list_controller_delegate.h', | 109 'browser/ui/app_list/app_list_controller_delegate.h', |
| 110 'browser/ui/app_list/app_list_service.cc', | 110 'browser/ui/app_list/app_list_service.cc', |
| 111 'browser/ui/app_list/app_list_service.h', | 111 'browser/ui/app_list/app_list_service.h', |
| 112 'browser/ui/app_list/app_list_service_ash.h', | 112 'browser/ui/app_list/app_list_service_ash.h', |
| 113 'browser/ui/app_list/app_list_service_disabled.cc', | 113 'browser/ui/app_list/app_list_service_disabled.cc', |
| 114 'browser/ui/app_list/app_list_service_disabled.h', | 114 'browser/ui/app_list/app_list_service_disabled.h', |
| 115 'browser/ui/app_list/app_list_service_mac.h', | 115 'browser/ui/app_list/app_list_service_mac.h', |
| 116 'browser/ui/app_list/app_list_service_selector.cc', | 116 'browser/ui/app_list/app_list_service_selector.cc', |
| 117 'browser/ui/app_list/app_list_service_win.cc', |
| 117 'browser/ui/app_list/app_list_service_win.h', | 118 'browser/ui/app_list/app_list_service_win.h', |
| 118 'browser/ui/app_list/app_list_view_delegate.cc', | 119 'browser/ui/app_list/app_list_view_delegate.cc', |
| 119 'browser/ui/app_list/app_list_view_delegate.h', | 120 'browser/ui/app_list/app_list_view_delegate.h', |
| 120 'browser/ui/app_list/apps_model_builder.cc', | 121 'browser/ui/app_list/apps_model_builder.cc', |
| 121 'browser/ui/app_list/apps_model_builder.h', | 122 'browser/ui/app_list/apps_model_builder.h', |
| 122 'browser/ui/app_list/chrome_app_list_item.h', | 123 'browser/ui/app_list/chrome_app_list_item.h', |
| 123 'browser/ui/app_list/chrome_signin_delegate.cc', | 124 'browser/ui/app_list/chrome_signin_delegate.cc', |
| 124 'browser/ui/app_list/chrome_signin_delegate.h', | 125 'browser/ui/app_list/chrome_signin_delegate.h', |
| 125 'browser/ui/app_list/extension_app_item.cc', | 126 'browser/ui/app_list/extension_app_item.cc', |
| 126 'browser/ui/app_list/extension_app_item.h', | 127 'browser/ui/app_list/extension_app_item.h', |
| (...skipping 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2894 }], | 2895 }], |
| 2895 ['enable_message_center==1', { | 2896 ['enable_message_center==1', { |
| 2896 'dependencies': [ | 2897 'dependencies': [ |
| 2897 '../ui/message_center/message_center.gyp:message_center', | 2898 '../ui/message_center/message_center.gyp:message_center', |
| 2898 ], | 2899 ], |
| 2899 }], | 2900 }], |
| 2900 ], | 2901 ], |
| 2901 }, | 2902 }, |
| 2902 ], | 2903 ], |
| 2903 } | 2904 } |
| OLD | NEW |