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

Unified Diff: base/BUILD.gn

Issue 2892173003: Add recursive pattern matching for subfolders in file_enumerator. (Closed)
Patch Set: Add recursive pattern matching for subfolders in file_enumerator Created 3 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
« no previous file with comments | « no previous file | base/files/file_enumerator.h » ('j') | base/files/file_enumerator_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index e8e9c6ee0d3383e21ed64b66119b9584aeae8e23..27c711e748c984363486b54fa17d6809ee738891 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2025,6 +2025,7 @@ test("base_unittests") {
"file_version_info_win_unittest.cc",
"files/dir_reader_posix_unittest.cc",
"files/file_descriptor_watcher_posix_unittest.cc",
+ "files/file_enumerator_unittest.cc",
"files/file_locking_unittest.cc",
"files/file_path_unittest.cc",
"files/file_path_watcher_unittest.cc",
« no previous file with comments | « no previous file | base/files/file_enumerator.h » ('j') | base/files/file_enumerator_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698