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

Unified Diff: content/test/BUILD.gn

Issue 2398463004: browser_test that creates filesystem resources in extension origin (Closed)
Patch Set: Cleanup. Created 4 years 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4fe504fa6682bab09b9944becea5df00182b6509..dabbb3535ceee4b8740c6e08c538dd4226c084d9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -94,6 +94,8 @@ static_library("test_support") {
"../public/test/test_file_system_context.h",
"../public/test/test_file_system_options.cc",
"../public/test/test_file_system_options.h",
+ "../public/test/test_fileapi_operation_waiter.cc",
+ "../public/test/test_fileapi_operation_waiter.h",
"../public/test/test_frame_navigation_observer.cc",
"../public/test/test_frame_navigation_observer.h",
"../public/test/test_launcher.cc",

Powered by Google App Engine
This is Rietveld 408576698