summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 00:50:10 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-18 00:50:10 +0000
commit928e36da355582636feb7155549fadcc33c7aa8c (patch)
tree84493cd14af80e0b3934e5e78bdf1248a090cdf8 /BUILD.gn
parentf5716e311d3c562657bf074718490775d6607a2e (diff)
downloadchromium_src-928e36da355582636feb7155549fadcc33c7aa8c.zip
chromium_src-928e36da355582636feb7155549fadcc33c7aa8c.tar.gz
chromium_src-928e36da355582636feb7155549fadcc33c7aa8c.tar.bz2
Add generate_jni template
This adds a template for using the jni_generator. Creates the base_jni_headers target and updates the base target to depend on it and actually use the sources that required it. Adds //third_party/android_tools:cpu_features required by one of the base files that also required jni. Disable a bunch of third_party targets for Android builds. BUG=359249 Review URL: https://codereview.chromium.org/237973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3899b0a..2e3799e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -56,6 +56,8 @@ group("root") {
if (is_android) {
deps -= [
+ "//crypto",
+ "//net",
"//skia",
"//third_party/libusb",
"//tools/gn",