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

Unified Diff: apps/apps.gypi

Issue 14607023: Add support for persistent file access in apps. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 6ba10111f61344c320d6f1217e303fb2d13dd829..f6bfa6c3261695de0fc9943dd2037908d1ecd219 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -42,6 +42,10 @@
'pref_names.h',
'prefs.cc',
'prefs.h',
+ 'saved_files_service.cc',
+ 'saved_files_service.h',
+ 'saved_files_service_factory.cc',
+ 'saved_files_service_factory.h',
'shell_window_geometry_cache.cc',
'shell_window_geometry_cache.h',
'shortcut_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698