summaryrefslogtreecommitdiffstats
path: root/content/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/BUILD.gn')
-rw-r--r--content/common/BUILD.gn9
1 files changed, 4 insertions, 5 deletions
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 51766f1..d3e9124 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -106,11 +106,10 @@ source_set("common") {
"gpu/client/gpu_memory_buffer_impl_surface_texture.h",
]
- # TODO(GYP) enable when these targets are converted.
- #deps += [
- # "//content:content_jni_headers",
- # "//content:common_aidl",
- #]
+ deps += [
+ "//content/public/android:jni",
+ "//content/public/android:common_aidl",
+ ]
libs += [ "android" ]
}