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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 1646813004: Reassign all of earthdok's TODOs and remove from OWNERS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reassign Created 4 years, 11 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
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 54aefa85d5851d3fe9e93611044d15370fe220dd..e6dbe692373f39d9203d23e5cce22ec276bfd23e 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -530,7 +530,7 @@
{
'package_name': 'nss',
'dependencies=': [
- # TODO(earthdok): get rid of this dependency
+ # TODO(eugenis): get rid of this dependency
'<(_sanitizer_type)-libnspr4',
],
'patch': 'patches/nss.diff',
@@ -630,7 +630,7 @@
'--disable-static',
# Without this flag there's a linking step that doesn't honor LDFLAGS
# and fails.
- # TODO(earthdok): find a better fix.
+ # TODO(eugenis): find a better fix.
'--disable-gudev'
],
'pre_build': 'scripts/pre-build/udev.sh',
@@ -726,7 +726,7 @@
'--enable-gtk-doc',
# --enable-introspection introduces a build step that attempts to run
# a just-built binary and crashes. Vala requires introspection.
- # TODO(earthdok): find a better fix.
+ # TODO(eugenis): find a better fix.
'--disable-introspection',
'--disable-vala',
],
« no previous file with comments | « printing/backend/print_backend_cups.cc ('k') | third_party/instrumented_libraries/scripts/download_build_install.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698