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

Unified Diff: content/content_common.gypi

Issue 335393005: Do not directly link to EGL/GLESv2 for arm x11 chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 3a91365a3e98593c84fbf1aed6533d2e721ab91e..12a09f398aa565835ac8dbc9bc1805fe41bdefef 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -665,12 +665,6 @@
'include_dirs': [
'<(DEPTH)/third_party/khronos',
],
- 'link_settings': {
- 'libraries': [
- '-lEGL',
- '-lGLESv2',
- ],
- },
}],
['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
'sources': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698