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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1708343002: Add ScopedKeepAlive to c/b/lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ], 91 ],
92 'chrome_browser_extensions_enabled_sources': [ 92 'chrome_browser_extensions_enabled_sources': [
93 'browser/apps/app_launch_for_metro_restart_win.cc', 93 'browser/apps/app_launch_for_metro_restart_win.cc',
94 'browser/apps/app_launch_for_metro_restart_win.h', 94 'browser/apps/app_launch_for_metro_restart_win.h',
95 'browser/apps/app_url_redirector.cc', 95 'browser/apps/app_url_redirector.cc',
96 'browser/apps/app_url_redirector.h', 96 'browser/apps/app_url_redirector.h',
97 'browser/apps/app_window_registry_util.cc', 97 'browser/apps/app_window_registry_util.cc',
98 'browser/apps/app_window_registry_util.h', 98 'browser/apps/app_window_registry_util.h',
99 'browser/apps/install_chrome_app.cc', 99 'browser/apps/install_chrome_app.cc',
100 'browser/apps/install_chrome_app.h', 100 'browser/apps/install_chrome_app.h',
101 'browser/apps/scoped_keep_alive.cc',
102 'browser/apps/scoped_keep_alive.h',
103 'browser/apps/shortcut_manager.cc', 101 'browser/apps/shortcut_manager.cc',
104 'browser/apps/shortcut_manager.h', 102 'browser/apps/shortcut_manager.h',
105 'browser/apps/shortcut_manager_factory.cc', 103 'browser/apps/shortcut_manager_factory.cc',
106 'browser/apps/shortcut_manager_factory.h', 104 'browser/apps/shortcut_manager_factory.h',
107 'browser/copresence/chrome_whispernet_client.cc', 105 'browser/copresence/chrome_whispernet_client.cc',
108 'browser/copresence/chrome_whispernet_client.h', 106 'browser/copresence/chrome_whispernet_client.h',
109 'browser/copresence/chrome_whispernet_config.h', 107 'browser/copresence/chrome_whispernet_config.h',
110 'browser/extensions/active_install_data.cc', 108 'browser/extensions/active_install_data.cc',
111 'browser/extensions/active_install_data.h', 109 'browser/extensions/active_install_data.h',
112 'browser/extensions/active_script_controller.cc', 110 'browser/extensions/active_script_controller.cc',
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 ], 1167 ],
1170 }, { # use_brlapi==0 1168 }, { # use_brlapi==0
1171 'sources': [ 1169 'sources': [
1172 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1170 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1173 ], 1171 ],
1174 }], 1172 }],
1175 ], 1173 ],
1176 }, 1174 },
1177 ], 1175 ],
1178 } 1176 }
OLDNEW
« chrome/browser/ui/views/profiles/user_manager_view.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698