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

Unified Diff: base/base.gyp

Issue 456493002: Add native libraries to gn apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 831681f244eb744310acf99e03aa9f5f7ac28172..5dc693159b3eee17c1874ce61a4fc3f529875194 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1316,10 +1316,7 @@
],
'variables': {
'package_name': 'org/chromium/base/library_loader',
- 'include_path': 'android/java/templates',
- 'template_deps': [
- 'android/java/templates/native_libraries_array.h'
- ],
+ 'template_deps': [],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698