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

Unified Diff: ui/gl/gl.gyp

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « testing/android/native_test.gyp ('k') | webkit/glue/fling_animator_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 53b3136281663c226053f91f30080ec5dcf76632..ea9f280add7f7520ca13074bbc0cf5da5b0dc93d 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -259,6 +259,11 @@
'android_native_window.cc',
'android_native_window.h',
],
+ 'link_settings': {
+ 'libraries': [
+ '-landroid',
+ ],
+ },
'sources!': [
'gl_context_osmesa.cc',
'system_monitor_posix.cc',
« no previous file with comments | « testing/android/native_test.gyp ('k') | webkit/glue/fling_animator_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698