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

Unified Diff: base/base.gyp

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 | « base/BUILD.gn ('k') | base/files/file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 325210f4af2f702adee32e37b90cd746e21f66a3..8907b423a901cc18a17ec79a0621b6fa465545a4 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -376,24 +376,6 @@
],
},
{
- # TODO(pasko): Remove this target when crbug.com/424562 is fixed.
- # GN: //base:protect_file_posix
- 'target_name': 'protect_file_posix',
- 'conditions': [
- ['os_posix == 1', {
- 'type': 'static_library',
- 'dependencies': [
- 'base',
- ],
- 'sources': [
- 'files/protect_file_posix.cc',
- ],
- }, {
- 'type': 'none',
- }],
- ],
- },
- {
'target_name': 'base_prefs_test_support',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « base/BUILD.gn ('k') | base/files/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698