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

Unified Diff: base/base.gypi

Issue 9358001: Enable building with a small set of JNI related files required for linking content_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | base/test/test_stub_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 2d10270ab212fdc2f8bccc2dafc7f55355a959d7..d4a86ff3ec3299f74abb5cc50986bdaeb194b3a5 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -475,6 +475,10 @@
# TODO(michaelbai): The below files are excluded because of the
# missing JNI, add them back when JNI is ready.
['exclude', '^android/'],
+ ['include', 'android/jni_android.cc'],
+ ['include', 'android/jni_android.h'],
+ ['include', 'android/scoped_java_ref.cc'],
+ ['include', 'android/scoped_java_ref.h'],
['exclude', '^base_paths_android\\.cc$'],
['exclude', '^message_pump_android\\.cc$'],
],
« no previous file with comments | « no previous file | base/test/test_stub_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698