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

Unified Diff: android/linker/BUILD.gn

Issue 2043183002: Update to Chromium //base at Chromium commit 01cb97b2e09618bbc3a60c7348f0a844eea20547. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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 | « android/javatests/src/org/chromium/base/ObserverListTest.java ('k') | android/linker/android_dlext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/linker/BUILD.gn
diff --git a/android/linker/BUILD.gn b/android/linker/BUILD.gn
index 043bfc6b3be9d9888869a0b7cd12fc7617560bab..9c23a63bc65f1227235e860713426f1b18eec2b2 100644
--- a/android/linker/BUILD.gn
+++ b/android/linker/BUILD.gn
@@ -9,7 +9,13 @@ assert(is_android)
# GYP: //base/base.gyp:chromium_android_linker
shared_library("chromium_android_linker") {
sources = [
+ "android_dlext.h",
"legacy_linker_jni.cc",
+ "legacy_linker_jni.h",
+ "linker_jni.cc",
+ "linker_jni.h",
+ "modern_linker_jni.cc",
+ "modern_linker_jni.h",
]
# The NDK contains the crazy_linker here:
« no previous file with comments | « android/javatests/src/org/chromium/base/ObserverListTest.java ('k') | android/linker/android_dlext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698