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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1708343002: Add ScopedKeepAlive to c/b/lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use singleton instead of browserprocess Created 4 years, 10 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 'browser/importer/importer_lock_dialog.h', 1181 'browser/importer/importer_lock_dialog.h',
1182 'browser/importer/importer_progress_observer.h', 1182 'browser/importer/importer_progress_observer.h',
1183 'browser/importer/importer_uma.cc', 1183 'browser/importer/importer_uma.cc',
1184 'browser/importer/importer_uma.h', 1184 'browser/importer/importer_uma.h',
1185 'browser/importer/in_process_importer_bridge.cc', 1185 'browser/importer/in_process_importer_bridge.cc',
1186 'browser/importer/in_process_importer_bridge.h', 1186 'browser/importer/in_process_importer_bridge.h',
1187 'browser/importer/profile_writer.cc', 1187 'browser/importer/profile_writer.cc',
1188 'browser/importer/profile_writer.h', 1188 'browser/importer/profile_writer.h',
1189 'browser/lifetime/browser_close_manager.cc', 1189 'browser/lifetime/browser_close_manager.cc',
1190 'browser/lifetime/browser_close_manager.h', 1190 'browser/lifetime/browser_close_manager.h',
1191 'browser/lifetime/keep_alive_registry.cc',
1192 'browser/lifetime/keep_alive_registry.h',
1193 'browser/lifetime/scoped_keep_alive.cc',
1194 'browser/lifetime/scoped_keep_alive.h',
1191 'browser/media/tab_desktop_media_list.cc', 1195 'browser/media/tab_desktop_media_list.cc',
1192 'browser/media/tab_desktop_media_list.h', 1196 'browser/media/tab_desktop_media_list.h',
1193 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', 1197 'browser/media_galleries/fileapi/av_scanning_file_validator.cc',
1194 'browser/media_galleries/fileapi/av_scanning_file_validator.h', 1198 'browser/media_galleries/fileapi/av_scanning_file_validator.h',
1195 'browser/media_galleries/fileapi/device_media_async_file_util.cc', 1199 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
1196 'browser/media_galleries/fileapi/device_media_async_file_util.h', 1200 'browser/media_galleries/fileapi/device_media_async_file_util.h',
1197 'browser/media_galleries/fileapi/iapps_finder.h', 1201 'browser/media_galleries/fileapi/iapps_finder.h',
1198 'browser/media_galleries/fileapi/iapps_finder_impl.cc', 1202 'browser/media_galleries/fileapi/iapps_finder_impl.cc',
1199 'browser/media_galleries/fileapi/iapps_finder_impl.h', 1203 'browser/media_galleries/fileapi/iapps_finder_impl.h',
1200 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', 1204 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm',
(...skipping 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after
4199 '../components/components.gyp:rlz', 4203 '../components/components.gyp:rlz',
4200 '../components/components.gyp:search_engines', 4204 '../components/components.gyp:search_engines',
4201 '../rlz/rlz.gyp:rlz_lib', 4205 '../rlz/rlz.gyp:rlz_lib',
4202 'common', 4206 'common',
4203 ], 4207 ],
4204 }, 4208 },
4205 ], 4209 ],
4206 }], 4210 }],
4207 ], 4211 ],
4208 } 4212 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698