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

Unified Diff: content/content_app.gypi

Issue 10444113: Fixed the dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
Index: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index 75d1cc7e00796b2dbe0ac1aced8f23104310b243..07f7b5a56750c73b971544169941067ef139ebba 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -13,9 +13,13 @@
'../ui/ui.gyp:ui',
],
'sources': [
+ 'app/android/content_jni_registrar.cc',
+ 'app/android/content_jni_registrar.h',
+ 'app/android/library_loader_hooks.cc',
'app/content_main.cc',
'app/content_main_runner.cc',
'app/startup_helper_win.cc',
+ 'public/app/android_library_loader_hooks.h',
'public/app/content_main.h',
'public/app/content_main_delegate.cc',
'public/app/content_main_delegate.h',

Powered by Google App Engine
This is Rietveld 408576698