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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1376063005: Cleanup: Pull some browser keep alive functions into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 2 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'browser/importer/importer_uma.cc', 1088 'browser/importer/importer_uma.cc',
1089 'browser/importer/importer_uma.h', 1089 'browser/importer/importer_uma.h',
1090 'browser/importer/in_process_importer_bridge.cc', 1090 'browser/importer/in_process_importer_bridge.cc',
1091 'browser/importer/in_process_importer_bridge.h', 1091 'browser/importer/in_process_importer_bridge.h',
1092 'browser/importer/profile_writer.cc', 1092 'browser/importer/profile_writer.cc',
1093 'browser/importer/profile_writer.h', 1093 'browser/importer/profile_writer.h',
1094 'browser/invalidation/ticl_profile_settings_provider.cc', 1094 'browser/invalidation/ticl_profile_settings_provider.cc',
1095 'browser/invalidation/ticl_profile_settings_provider.h', 1095 'browser/invalidation/ticl_profile_settings_provider.h',
1096 'browser/lifetime/browser_close_manager.cc', 1096 'browser/lifetime/browser_close_manager.cc',
1097 'browser/lifetime/browser_close_manager.h', 1097 'browser/lifetime/browser_close_manager.h',
1098 'browser/lifetime/browser_keep_alive.cc',
1099 'browser/lifetime/browser_keep_alive.h',
1098 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', 1100 'browser/media_galleries/fileapi/av_scanning_file_validator.cc',
1099 'browser/media_galleries/fileapi/av_scanning_file_validator.h', 1101 'browser/media_galleries/fileapi/av_scanning_file_validator.h',
1100 'browser/media_galleries/fileapi/device_media_async_file_util.cc', 1102 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
1101 'browser/media_galleries/fileapi/device_media_async_file_util.h', 1103 'browser/media_galleries/fileapi/device_media_async_file_util.h',
1102 'browser/media_galleries/fileapi/iapps_finder.h', 1104 'browser/media_galleries/fileapi/iapps_finder.h',
1103 'browser/media_galleries/fileapi/iapps_finder_impl.cc', 1105 'browser/media_galleries/fileapi/iapps_finder_impl.cc',
1104 'browser/media_galleries/fileapi/iapps_finder_impl.h', 1106 'browser/media_galleries/fileapi/iapps_finder_impl.h',
1105 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', 1107 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm',
1106 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', 1108 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc',
1107 'browser/media_galleries/fileapi/media_file_system_backend.cc', 1109 'browser/media_galleries/fileapi/media_file_system_backend.cc',
(...skipping 3010 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 '../components/components.gyp:omnibox_browser', 4120 '../components/components.gyp:omnibox_browser',
4119 '../components/components.gyp:rlz', 4121 '../components/components.gyp:rlz',
4120 '../components/components.gyp:search_engines', 4122 '../components/components.gyp:search_engines',
4121 '../rlz/rlz.gyp:rlz_lib', 4123 '../rlz/rlz.gyp:rlz_lib',
4122 ], 4124 ],
4123 }, 4125 },
4124 ], 4126 ],
4125 }], 4127 }],
4126 ], 4128 ],
4127 } 4129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698