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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15196003: Create task_manager namespace and wrap classes related to TaskManager with it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RendererResource 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 | 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', 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 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 'browser/tab_contents/retargeting_details.h', 2131 'browser/tab_contents/retargeting_details.h',
2132 'browser/tab_contents/tab_util.cc', 2132 'browser/tab_contents/tab_util.cc',
2133 'browser/tab_contents/tab_util.h', 2133 'browser/tab_contents/tab_util.h',
2134 'browser/tab_contents/spellchecker_submenu_observer.h', 2134 'browser/tab_contents/spellchecker_submenu_observer.h',
2135 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 2135 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2136 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', 2136 'browser/tab_contents/spellchecker_submenu_observer_mac.cc',
2137 'browser/tab_contents/spelling_bubble_model.cc', 2137 'browser/tab_contents/spelling_bubble_model.cc',
2138 'browser/tab_contents/spelling_bubble_model.h', 2138 'browser/tab_contents/spelling_bubble_model.h',
2139 'browser/tab_contents/spelling_menu_observer.cc', 2139 'browser/tab_contents/spelling_menu_observer.cc',
2140 'browser/tab_contents/spelling_menu_observer.h', 2140 'browser/tab_contents/spelling_menu_observer.h',
2141 'browser/task_manager/background_resource_provider.cc',
2142 'browser/task_manager/background_resource_provider.h',
2143 'browser/task_manager/browser_process_resource_provider.cc',
2144 'browser/task_manager/browser_process_resource_provider.h',
2145 'browser/task_manager/child_process_resource_provider.cc',
2146 'browser/task_manager/child_process_resource_provider.h',
2147 'browser/task_manager/extension_process_resource_provider.cc',
2148 'browser/task_manager/extension_process_resource_provider.h',
2149 'browser/task_manager/guest_resource_provider.cc',
2150 'browser/task_manager/guest_resource_provider.h',
2151 'browser/task_manager/notification_resource_provider.cc',
2152 'browser/task_manager/notification_resource_provider.h',
2153 'browser/task_manager/panel_resource_provider.cc',
2154 'browser/task_manager/panel_resource_provider.h',
2155 'browser/task_manager/renderer_resource.cc',
2156 'browser/task_manager/renderer_resource.h',
2157 'browser/task_manager/resource_util.cc',
2158 'browser/task_manager/resource_util.h',
2159 'browser/task_manager/tab_contents_resource_provider.cc',
2160 'browser/task_manager/tab_contents_resource_provider.h',
2141 'browser/task_manager/task_manager.cc', 2161 'browser/task_manager/task_manager.cc',
2142 'browser/task_manager/task_manager.h', 2162 'browser/task_manager/task_manager.h',
2143 'browser/task_manager/task_manager_background_resource_provider.cc', 2163 'browser/task_manager/worker_resource_provider.cc',
2144 'browser/task_manager/task_manager_background_resource_provider.h', 2164 'browser/task_manager/worker_resource_provider.h',
2145 'browser/task_manager/task_manager_browser_process_resource_provider.cc' ,
2146 'browser/task_manager/task_manager_browser_process_resource_provider.h',
2147 'browser/task_manager/task_manager_child_process_resource_provider.cc',
2148 'browser/task_manager/task_manager_child_process_resource_provider.h',
2149 'browser/task_manager/task_manager_extension_process_resource_provider.c c',
2150 'browser/task_manager/task_manager_extension_process_resource_provider.h ',
2151 'browser/task_manager/task_manager_guest_resource_provider.cc',
2152 'browser/task_manager/task_manager_guest_resource_provider.h',
2153 'browser/task_manager/task_manager_notification_resource_provider.cc',
2154 'browser/task_manager/task_manager_notification_resource_provider.h',
2155 'browser/task_manager/task_manager_os_resources_win.cc',
2156 'browser/task_manager/task_manager_os_resources_win.h',
2157 'browser/task_manager/task_manager_panel_resource_provider.cc',
2158 'browser/task_manager/task_manager_panel_resource_provider.h',
2159 'browser/task_manager/task_manager_render_resource.cc',
2160 'browser/task_manager/task_manager_render_resource.h',
2161 'browser/task_manager/task_manager_tab_contents_resource_provider.cc',
2162 'browser/task_manager/task_manager_tab_contents_resource_provider.h',
2163 'browser/task_manager/task_manager_worker_resource_provider.cc',
2164 'browser/task_manager/task_manager_worker_resource_provider.h',
2165 'browser/task_profiler/auto_tracking.cc', 2165 'browser/task_profiler/auto_tracking.cc',
2166 'browser/task_profiler/auto_tracking.h', 2166 'browser/task_profiler/auto_tracking.h',
2167 'browser/task_profiler/task_profiler_data_serializer.cc', 2167 'browser/task_profiler/task_profiler_data_serializer.cc',
2168 'browser/task_profiler/task_profiler_data_serializer.h', 2168 'browser/task_profiler/task_profiler_data_serializer.h',
2169 'browser/themes/browser_theme_pack.cc', 2169 'browser/themes/browser_theme_pack.cc',
2170 'browser/themes/browser_theme_pack.h', 2170 'browser/themes/browser_theme_pack.h',
2171 'browser/themes/theme_properties.cc', 2171 'browser/themes/theme_properties.cc',
2172 'browser/themes/theme_properties.h', 2172 'browser/themes/theme_properties.h',
2173 'browser/themes/theme_service.cc', 2173 'browser/themes/theme_service.cc',
2174 'browser/themes/theme_service_factory.cc', 2174 'browser/themes/theme_service_factory.cc',
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3193 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3194 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3194 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3195 }, 3195 },
3196 'includes': [ '../build/android/java_cpp_template.gypi' ], 3196 'includes': [ '../build/android/java_cpp_template.gypi' ],
3197 }, 3197 },
3198 ], 3198 ],
3199 }, 3199 },
3200 ], 3200 ],
3201 ], 3201 ],
3202 } 3202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698