| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 51766f15a0c3a09e032f2505dcd60b297fa8f5a8..d3e9124541558b98cb840bce4793c6c1cc62189d 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" ]
|
| }
|
|
|