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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1725883002: Add KeepAliveStateObserver, add the Restart option (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeepAlive
Patch Set: Address comments Created 4 years, 9 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/ui/views/profiles/user_manager_view.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 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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 'browser/importer/in_process_importer_bridge.cc', 1203 'browser/importer/in_process_importer_bridge.cc',
1204 'browser/importer/in_process_importer_bridge.h', 1204 'browser/importer/in_process_importer_bridge.h',
1205 'browser/importer/profile_writer.cc', 1205 'browser/importer/profile_writer.cc',
1206 'browser/importer/profile_writer.h', 1206 'browser/importer/profile_writer.h',
1207 'browser/lifetime/browser_close_manager.cc', 1207 'browser/lifetime/browser_close_manager.cc',
1208 'browser/lifetime/browser_close_manager.h', 1208 'browser/lifetime/browser_close_manager.h',
1209 'browser/lifetime/keep_alive_types.cc', 1209 'browser/lifetime/keep_alive_types.cc',
1210 'browser/lifetime/keep_alive_types.h', 1210 'browser/lifetime/keep_alive_types.h',
1211 'browser/lifetime/keep_alive_registry.cc', 1211 'browser/lifetime/keep_alive_registry.cc',
1212 'browser/lifetime/keep_alive_registry.h', 1212 'browser/lifetime/keep_alive_registry.h',
1213 'browser/lifetime/keep_alive_state_observer.h',
1213 'browser/lifetime/scoped_keep_alive.cc', 1214 'browser/lifetime/scoped_keep_alive.cc',
1214 'browser/lifetime/scoped_keep_alive.h', 1215 'browser/lifetime/scoped_keep_alive.h',
1215 'browser/media/tab_desktop_media_list.cc', 1216 'browser/media/tab_desktop_media_list.cc',
1216 'browser/media/tab_desktop_media_list.h', 1217 'browser/media/tab_desktop_media_list.h',
1217 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', 1218 'browser/media_galleries/fileapi/av_scanning_file_validator.cc',
1218 'browser/media_galleries/fileapi/av_scanning_file_validator.h', 1219 'browser/media_galleries/fileapi/av_scanning_file_validator.h',
1219 'browser/media_galleries/fileapi/device_media_async_file_util.cc', 1220 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
1220 'browser/media_galleries/fileapi/device_media_async_file_util.h', 1221 'browser/media_galleries/fileapi/device_media_async_file_util.h',
1221 'browser/media_galleries/fileapi/iapps_finder.h', 1222 'browser/media_galleries/fileapi/iapps_finder.h',
1222 'browser/media_galleries/fileapi/iapps_finder_impl.cc', 1223 'browser/media_galleries/fileapi/iapps_finder_impl.cc',
(...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after
4245 '../components/components.gyp:rlz', 4246 '../components/components.gyp:rlz',
4246 '../components/components.gyp:search_engines', 4247 '../components/components.gyp:search_engines',
4247 '../rlz/rlz.gyp:rlz_lib', 4248 '../rlz/rlz.gyp:rlz_lib',
4248 'common', 4249 'common',
4249 ], 4250 ],
4250 }, 4251 },
4251 ], 4252 ],
4252 }], 4253 }],
4253 ], 4254 ],
4254 } 4255 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/user_manager_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698