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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 1151763007: Add the boilerplate for actions to File System Provider API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 6 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: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index d22a9282b962dc5fddae63fbf9a986c1a150b009..33057612d93d06c9939fda8b0a7d7e89548a3ed0 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -302,6 +302,8 @@
'browser/chromeos/file_system_provider/operations/create_file.h',
'browser/chromeos/file_system_provider/operations/delete_entry.cc',
'browser/chromeos/file_system_provider/operations/delete_entry.h',
+ 'browser/chromeos/file_system_provider/operations/get_actions.cc',
+ 'browser/chromeos/file_system_provider/operations/get_actions.h',
'browser/chromeos/file_system_provider/operations/get_metadata.cc',
'browser/chromeos/file_system_provider/operations/get_metadata.h',
'browser/chromeos/file_system_provider/operations/move_entry.cc',

Powered by Google App Engine
This is Rietveld 408576698