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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3235007: This adds periodic OOM score adjustment, based on the last access time (Closed)
Patch Set: Final review changes Created 10 years, 3 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
« no previous file with comments | « chrome/browser/zygote_host_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'browser/notifications/notification_options_menu_model.cc', 2124 'browser/notifications/notification_options_menu_model.cc',
2125 'browser/notifications/notification_options_menu_model.h', 2125 'browser/notifications/notification_options_menu_model.h',
2126 'browser/notifications/notification_ui_manager.cc', 2126 'browser/notifications/notification_ui_manager.cc',
2127 'browser/notifications/notification_ui_manager.h', 2127 'browser/notifications/notification_ui_manager.h',
2128 'browser/notifications/notifications_prefs_cache.cc', 2128 'browser/notifications/notifications_prefs_cache.cc',
2129 'browser/notifications/notifications_prefs_cache.h', 2129 'browser/notifications/notifications_prefs_cache.h',
2130 'browser/ntp_background_util.cc', 2130 'browser/ntp_background_util.cc',
2131 'browser/ntp_background_util.h', 2131 'browser/ntp_background_util.h',
2132 'browser/omnibox_search_hint.cc', 2132 'browser/omnibox_search_hint.cc',
2133 'browser/omnibox_search_hint.h', 2133 'browser/omnibox_search_hint.h',
2134 'browser/oom_priority_manager.cc',
2135 'browser/oom_priority_manager.h',
2134 'browser/options_page_base.cc', 2136 'browser/options_page_base.cc',
2135 'browser/options_page_base.h', 2137 'browser/options_page_base.h',
2136 'browser/options_util.cc', 2138 'browser/options_util.cc',
2137 'browser/options_util.h', 2139 'browser/options_util.h',
2138 'browser/options_window.h', 2140 'browser/options_window.h',
2139 'browser/page_info_model.cc', 2141 'browser/page_info_model.cc',
2140 'browser/page_info_model.h', 2142 'browser/page_info_model.h',
2141 'browser/parsers/metadata_parser.h', 2143 'browser/parsers/metadata_parser.h',
2142 'browser/parsers/metadata_parser_factory.h', 2144 'browser/parsers/metadata_parser_factory.h',
2143 'browser/parsers/metadata_parser_filebase.cc', 2145 'browser/parsers/metadata_parser_filebase.cc',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 ], 3122 ],
3121 }], 3123 }],
3122 ['chromeos==0', { 3124 ['chromeos==0', {
3123 'sources/': [ 3125 'sources/': [
3124 ['exclude', '^browser/chromeos'], 3126 ['exclude', '^browser/chromeos'],
3125 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'], 3127 ['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
3126 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'], 3128 ['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
3127 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'], 3129 ['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
3128 ['exclude', 'browser/dom_ui/slideshow_ui.cc'], 3130 ['exclude', 'browser/dom_ui/slideshow_ui.cc'],
3129 ['exclude', 'browser/extensions/extension_tts_api.cc'], 3131 ['exclude', 'browser/extensions/extension_tts_api.cc'],
3132 ['exclude', 'browser/extensions/extension_tts_api.h'],
3133 ['exclude', 'browser/oom_priority_manager.cc'],
3134 ['exclude', 'browser/oom_priority_manager.h'],
3130 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], 3135 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'],
3131 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], 3136 ['exclude', 'browser/renderer_host/offline_resource_handler.h'],
3132 ], 3137 ],
3133 }], 3138 }],
3134 ['chromeos==1', { 3139 ['chromeos==1', {
3135 'sources!': [ 3140 'sources!': [
3136 'browser/password_manager/native_backend_gnome_x.h', 3141 'browser/password_manager/native_backend_gnome_x.h',
3137 'browser/password_manager/native_backend_gnome_x.cc', 3142 'browser/password_manager/native_backend_gnome_x.cc',
3138 'browser/password_manager/native_backend_kwallet_x.h', 3143 'browser/password_manager/native_backend_kwallet_x.h',
3139 'browser/password_manager/native_backend_kwallet_x.cc', 3144 'browser/password_manager/native_backend_kwallet_x.cc',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
3958 ], 3963 ],
3959 }, 3964 },
3960 ], 3965 ],
3961 } 3966 }
3962 3967
3963 # Local Variables: 3968 # Local Variables:
3964 # tab-width:2 3969 # tab-width:2
3965 # indent-tabs-mode:nil 3970 # indent-tabs-mode:nil
3966 # End: 3971 # End:
3967 # vim: set expandtab tabstop=2 shiftwidth=2: 3972 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/zygote_host_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698