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

Unified Diff: components/filesystem/filesystem.gyp

Issue 1935863002: mojo: Fix leveldb unittests by making fs::Directories cloneable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gyp continues to exist. Created 4 years, 8 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 | « components/filesystem/file_system_impl.cc ('k') | components/filesystem/public/interfaces/directory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/filesystem.gyp
diff --git a/components/filesystem/filesystem.gyp b/components/filesystem/filesystem.gyp
index 7ec313afb4919c484374b259ee46064a7d6092af..3f54366fd54e51bad2197370b3c7530e0f094f42 100644
--- a/components/filesystem/filesystem.gyp
+++ b/components/filesystem/filesystem.gyp
@@ -26,6 +26,8 @@
'file_system_impl.h',
'lock_table.cc',
'lock_table.h',
+ 'shared_temp_dir.cc',
+ 'shared_temp_dir.h',
'util.cc',
'util.h',
],
« no previous file with comments | « components/filesystem/file_system_impl.cc ('k') | components/filesystem/public/interfaces/directory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698