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

Unified Diff: chrome/android/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_migration.gypi ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index d6f5cf85cb6c50e0468d02c5d5f7b8e10019e40a..762051b694a2ed1da4f3fca043bf76ba4a830798 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -192,14 +192,6 @@ shared_library("chrome_shell") {
deps = [
":chrome_shell_base",
]
-
- # GYP: via base/files/protect_file_posix.gypi
- # TODO(pasko): Remove this non-trivial linker wrapping as soon as
- # crbug.com/424562 is fixed.
- if (!is_component_build) {
- ldflags = [ "-Wl,--wrap=close" ]
- deps += [ "//base:protect_file_posix" ]
- }
}
# GYP: //chrome/chrome_shell.gypi:libchromesyncshell
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698