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

Unified Diff: Makefile

Issue 3581002: Fixed several cromo problems. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cromo.git
Patch Set: Created 10 years, 3 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 | main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index d5984fd8e6b4cff39564a9840f5588491a7a9827..915cd578737f3c64432d233536056dd5e47147a2 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ dummy_modem.so: $(dummy_OBJS)
$(CXX) -shared -o $@ $^
# Export symbols used by plugins
-KEEP_SYMS:= "_ZN8Cellular \
+KEEP_SYMS:= "_ZN8cellular \
_ZN11CromoServer.*Carrier \
_ZN9HookTable \
_ZN12ModemHandler"
« no previous file with comments | « no previous file | main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698