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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2140 'browser/tab_contents/retargeting_details.h', | 2140 'browser/tab_contents/retargeting_details.h', |
2141 'browser/tab_contents/tab_util.cc', | 2141 'browser/tab_contents/tab_util.cc', |
2142 'browser/tab_contents/tab_util.h', | 2142 'browser/tab_contents/tab_util.h', |
2143 'browser/tab_contents/spellchecker_submenu_observer.h', | 2143 'browser/tab_contents/spellchecker_submenu_observer.h', |
2144 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', | 2144 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', |
2145 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', | 2145 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', |
2146 'browser/tab_contents/spelling_bubble_model.cc', | 2146 'browser/tab_contents/spelling_bubble_model.cc', |
2147 'browser/tab_contents/spelling_bubble_model.h', | 2147 'browser/tab_contents/spelling_bubble_model.h', |
2148 'browser/tab_contents/spelling_menu_observer.cc', | 2148 'browser/tab_contents/spelling_menu_observer.cc', |
2149 'browser/tab_contents/spelling_menu_observer.h', | 2149 'browser/tab_contents/spelling_menu_observer.h', |
| 2150 'browser/task_manager/background_resource_provider.cc', |
| 2151 'browser/task_manager/background_resource_provider.h', |
| 2152 'browser/task_manager/browser_process_resource_provider.cc', |
| 2153 'browser/task_manager/browser_process_resource_provider.h', |
| 2154 'browser/task_manager/child_process_resource_provider.cc', |
| 2155 'browser/task_manager/child_process_resource_provider.h', |
| 2156 'browser/task_manager/extension_process_resource_provider.cc', |
| 2157 'browser/task_manager/extension_process_resource_provider.h', |
| 2158 'browser/task_manager/guest_resource_provider.cc', |
| 2159 'browser/task_manager/guest_resource_provider.h', |
| 2160 'browser/task_manager/notification_resource_provider.cc', |
| 2161 'browser/task_manager/notification_resource_provider.h', |
| 2162 'browser/task_manager/panel_resource_provider.cc', |
| 2163 'browser/task_manager/panel_resource_provider.h', |
| 2164 'browser/task_manager/renderer_resource.cc', |
| 2165 'browser/task_manager/renderer_resource.h', |
| 2166 'browser/task_manager/tab_contents_resource_provider.cc', |
| 2167 'browser/task_manager/tab_contents_resource_provider.h', |
2150 'browser/task_manager/task_manager.cc', | 2168 'browser/task_manager/task_manager.cc', |
2151 'browser/task_manager/task_manager.h', | 2169 'browser/task_manager/task_manager.h', |
2152 'browser/task_manager/task_manager_background_resource_provider.cc', | 2170 'browser/task_manager/task_manager_util.cc', |
2153 'browser/task_manager/task_manager_background_resource_provider.h', | 2171 'browser/task_manager/task_manager_util.h', |
2154 'browser/task_manager/task_manager_browser_process_resource_provider.cc'
, | 2172 'browser/task_manager/worker_resource_provider.cc', |
2155 'browser/task_manager/task_manager_browser_process_resource_provider.h', | 2173 'browser/task_manager/worker_resource_provider.h', |
2156 'browser/task_manager/task_manager_child_process_resource_provider.cc', | |
2157 'browser/task_manager/task_manager_child_process_resource_provider.h', | |
2158 'browser/task_manager/task_manager_extension_process_resource_provider.c
c', | |
2159 'browser/task_manager/task_manager_extension_process_resource_provider.h
', | |
2160 'browser/task_manager/task_manager_guest_resource_provider.cc', | |
2161 'browser/task_manager/task_manager_guest_resource_provider.h', | |
2162 'browser/task_manager/task_manager_notification_resource_provider.cc', | |
2163 'browser/task_manager/task_manager_notification_resource_provider.h', | |
2164 'browser/task_manager/task_manager_os_resources_win.cc', | |
2165 'browser/task_manager/task_manager_os_resources_win.h', | |
2166 'browser/task_manager/task_manager_panel_resource_provider.cc', | |
2167 'browser/task_manager/task_manager_panel_resource_provider.h', | |
2168 'browser/task_manager/task_manager_render_resource.cc', | |
2169 'browser/task_manager/task_manager_render_resource.h', | |
2170 'browser/task_manager/task_manager_resource_util.cc', | |
2171 'browser/task_manager/task_manager_resource_util.h', | |
2172 'browser/task_manager/task_manager_tab_contents_resource_provider.cc', | |
2173 'browser/task_manager/task_manager_tab_contents_resource_provider.h', | |
2174 'browser/task_manager/task_manager_worker_resource_provider.cc', | |
2175 'browser/task_manager/task_manager_worker_resource_provider.h', | |
2176 'browser/task_profiler/auto_tracking.cc', | 2174 'browser/task_profiler/auto_tracking.cc', |
2177 'browser/task_profiler/auto_tracking.h', | 2175 'browser/task_profiler/auto_tracking.h', |
2178 'browser/task_profiler/task_profiler_data_serializer.cc', | 2176 'browser/task_profiler/task_profiler_data_serializer.cc', |
2179 'browser/task_profiler/task_profiler_data_serializer.h', | 2177 'browser/task_profiler/task_profiler_data_serializer.h', |
2180 'browser/themes/browser_theme_pack.cc', | 2178 'browser/themes/browser_theme_pack.cc', |
2181 'browser/themes/browser_theme_pack.h', | 2179 'browser/themes/browser_theme_pack.h', |
2182 'browser/themes/theme_properties.cc', | 2180 'browser/themes/theme_properties.cc', |
2183 'browser/themes/theme_properties.h', | 2181 'browser/themes/theme_properties.h', |
2184 'browser/themes/theme_service.cc', | 2182 'browser/themes/theme_service.cc', |
2185 'browser/themes/theme_service_factory.cc', | 2183 'browser/themes/theme_service_factory.cc', |
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3205 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3203 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3206 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3204 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3207 }, | 3205 }, |
3208 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3206 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3209 }, | 3207 }, |
3210 ], | 3208 ], |
3211 }, | 3209 }, |
3212 ], | 3210 ], |
3213 ], | 3211 ], |
3214 } | 3212 } |
OLD | NEW |