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

Unified Diff: base/base.gyp

Issue 1224963002: Refactor chromium's Linker class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for review feedback. Created 5 years, 5 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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index ac51d259c085352a45cabd77d4c379066d9767ed..4bbe460a430b6d160c2adf87b9976fb6e2873016 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1535,7 +1535,7 @@
'target_name': 'chromium_android_linker',
'type': 'shared_library',
'sources': [
- 'android/linker/linker_jni.cc',
+ 'android/linker/legacy_linker_jni.cc',
],
# The crazy linker is never instrumented.
'cflags!': [

Powered by Google App Engine
This is Rietveld 408576698