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

Unified Diff: base/BUILD.gn

Issue 2892173003: Add recursive pattern matching for subfolders in file_enumerator. (Closed)
Patch Set: 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 467ec0c271cf364e9b184a1d0820e52213b33043..3ce9906b4de4a68a1a7d69273cb2818253165903 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1997,6 +1997,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