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

Unified Diff: mojo/mojo_public_gles2_for_loadable_module.gypi

Issue 806533003: android: don't export unnecessary symbols. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | « build/config/compiler/BUILD.gn ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public_gles2_for_loadable_module.gypi
diff --git a/mojo/mojo_public_gles2_for_loadable_module.gypi b/mojo/mojo_public_gles2_for_loadable_module.gypi
index 31a350e4fef7b5dfb317d1b6097db3ba54083241..cd5dbbf1a15f84cdf30ed731ac1cc98a547d6783 100644
--- a/mojo/mojo_public_gles2_for_loadable_module.gypi
+++ b/mojo/mojo_public_gles2_for_loadable_module.gypi
@@ -31,17 +31,6 @@
'GLES2_USE_MOJO',
],
},
- 'all_dependent_settings': {
- 'conditions': [
- # We need to be able to call the MojoSetGLES2Thunks() function in
- # gles2_thunks.cc
- ['OS=="android"', {
- 'ldflags!': [
- '-Wl,--exclude-libs=ALL',
- ],
- }],
- ],
- },
'sources': [
'<(DEPTH)/third_party/mojo/src/mojo/public/c/gles2/gles2.h',
'<(DEPTH)/third_party/mojo/src/mojo/public/c/gles2/gles2_export.h',
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | testing/android/native_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698