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

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: rebase 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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'browser/importer/importer_uma.cc', 1093 'browser/importer/importer_uma.cc',
1094 'browser/importer/importer_uma.h', 1094 'browser/importer/importer_uma.h',
1095 'browser/importer/in_process_importer_bridge.cc', 1095 'browser/importer/in_process_importer_bridge.cc',
1096 'browser/importer/in_process_importer_bridge.h', 1096 'browser/importer/in_process_importer_bridge.h',
1097 'browser/importer/profile_writer.cc', 1097 'browser/importer/profile_writer.cc',
1098 'browser/importer/profile_writer.h', 1098 'browser/importer/profile_writer.h',
1099 'browser/invalidation/ticl_profile_settings_provider.cc', 1099 'browser/invalidation/ticl_profile_settings_provider.cc',
1100 'browser/invalidation/ticl_profile_settings_provider.h', 1100 'browser/invalidation/ticl_profile_settings_provider.h',
1101 'browser/lifetime/browser_close_manager.cc', 1101 'browser/lifetime/browser_close_manager.cc',
1102 'browser/lifetime/browser_close_manager.h', 1102 'browser/lifetime/browser_close_manager.h',
1103 'browser/lifetime/browser_keep_alive.cc',
1104 'browser/lifetime/browser_keep_alive.h',
1103 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', 1105 'browser/media_galleries/fileapi/av_scanning_file_validator.cc',
1104 'browser/media_galleries/fileapi/av_scanning_file_validator.h', 1106 'browser/media_galleries/fileapi/av_scanning_file_validator.h',
1105 'browser/media_galleries/fileapi/device_media_async_file_util.cc', 1107 'browser/media_galleries/fileapi/device_media_async_file_util.cc',
1106 'browser/media_galleries/fileapi/device_media_async_file_util.h', 1108 'browser/media_galleries/fileapi/device_media_async_file_util.h',
1107 'browser/media_galleries/fileapi/iapps_finder.h', 1109 'browser/media_galleries/fileapi/iapps_finder.h',
1108 'browser/media_galleries/fileapi/iapps_finder_impl.cc', 1110 'browser/media_galleries/fileapi/iapps_finder_impl.cc',
1109 'browser/media_galleries/fileapi/iapps_finder_impl.h', 1111 'browser/media_galleries/fileapi/iapps_finder_impl.h',
1110 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm', 1112 'browser/media_galleries/fileapi/iapps_finder_impl_mac.mm',
1111 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc', 1113 'browser/media_galleries/fileapi/iapps_finder_impl_win.cc',
1112 'browser/media_galleries/fileapi/media_file_system_backend.cc', 1114 'browser/media_galleries/fileapi/media_file_system_backend.cc',
(...skipping 3010 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 '../components/components.gyp:omnibox_browser', 4125 '../components/components.gyp:omnibox_browser',
4124 '../components/components.gyp:rlz', 4126 '../components/components.gyp:rlz',
4125 '../components/components.gyp:search_engines', 4127 '../components/components.gyp:search_engines',
4126 '../rlz/rlz.gyp:rlz_lib', 4128 '../rlz/rlz.gyp:rlz_lib',
4127 ], 4129 ],
4128 }, 4130 },
4129 ], 4131 ],
4130 }], 4132 }],
4131 ], 4133 ],
4132 } 4134 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698