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

Unified Diff: content/content_shell.gypi

Issue 10637006: Fixes to allow building in an Android tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed .gitignore exception Created 8 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 | « Android.mk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index c8fc373d2b36e016dd229ea58e47376fcb784ec7..599d5f2e006b978560d3203ee784e1982a5b7ada 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -483,7 +483,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
- 'target_name': 'content_shell_content_view',
+ 'target_name': 'libcontent_shell_content_view',
Yaron 2012/06/22 18:02:33 How do you plan to reconcile this with downstream?
'type': 'shared_library',
'dependencies': [
'content_shell_jni_headers',
« no previous file with comments | « Android.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698