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

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, 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
« no previous file with comments | « no previous file | base/files/file_enumerator.h » ('j') | base/files/file_enumerator.h » ('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 7d37750deff38cf4561ca9b03b615ff45d99e0af..2bb25c5ae23101cedd8d71278a712840bae86abe 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2011,6 +2011,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.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698