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

Unified Diff: chrome/chrome_browser.gypi

Issue 1382563002: Split the desktop portion of application_lifetime.cc into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/lifetime/application_lifetime_internal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b024dd50372f59da2874b187c74d6c56b87d69f4..1a1b835787551f2718d8ea9800ce1e320851ffdc 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -567,6 +567,7 @@
'browser/lifetime/application_lifetime.h',
'browser/lifetime/application_lifetime_android.cc',
'browser/lifetime/application_lifetime_android.h',
+ 'browser/lifetime/application_lifetime_internal.h',
'browser/lifetime/application_lifetime_mac.mm',
'browser/lifetime/application_lifetime_win.cc',
'browser/mac/bluetooth_utility.h',
@@ -1101,6 +1102,8 @@
'browser/importer/profile_writer.h',
'browser/invalidation/ticl_profile_settings_provider.cc',
'browser/invalidation/ticl_profile_settings_provider.h',
+ 'browser/lifetime/application_lifetime_desktop.cc',
+ 'browser/lifetime/application_lifetime_desktop.h',
'browser/lifetime/browser_close_manager.cc',
'browser/lifetime/browser_close_manager.h',
'browser/media_galleries/fileapi/av_scanning_file_validator.cc',
« no previous file with comments | « chrome/browser/lifetime/application_lifetime_internal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698