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

Unified Diff: base/BUILD.gn

Issue 1101723004: Revert "Intercept base::File Open/Close" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « BUILD.gn ('k') | base/base.gyp » ('j') | no next file with comments »
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 7750eeecbedaf40248c10719368999e92386dc5f..4831bd3ca18d363cd235db0b39495218e1aa8297 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1042,17 +1042,6 @@ source_set("message_loop_tests") {
]
}
-# TODO(pasko): Remove this target when crbug.com/424562 is fixed.
-source_set("protect_file_posix") {
- sources = [
- "files/protect_file_posix.cc",
- ]
-
- deps = [
- "//base",
- ]
-}
-
if (is_win) {
# Target to manually rebuild pe_image_test.dll which is checked into
# base/test/data/pe_image.
« no previous file with comments | « BUILD.gn ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698