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

Unified Diff: apps/apps.gypi

Issue 12095052: Move app_launcher.* out of chrome/browser/extensions and into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Beserk Q. More rebase Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_launcher.cc ('k') | apps/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 43f9cc50fbe43792325e9fa868093cd9da3fc31c..257195dde87318f72c6a53174298a965b8791542 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -22,10 +22,16 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'app_launcher.cc',
+ 'app_launcher.h',
'app_restore_service.cc',
'app_restore_service.h',
'app_restore_service_factory.cc',
'app_restore_service_factory.h',
+ 'pref_names.cc',
+ 'pref_names.h',
+ 'prefs.cc',
+ 'prefs.h',
],
'conditions': [
['enable_extensions==0', {
« no previous file with comments | « apps/app_launcher.cc ('k') | apps/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698