Chromium Code Reviews| Index: components/ntp_tiles/BUILD.gn |
| diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn |
| index 8d5aa414729887032e03fce9334e8e9103d1ad43..ffbdc3b86db1b2c38ac57533cdb309d52acbd68d 100644 |
| --- a/components/ntp_tiles/BUILD.gn |
| +++ b/components/ntp_tiles/BUILD.gn |
| @@ -37,6 +37,10 @@ static_library("ntp_tiles") { |
| "//components/variations", |
| "//components/variations/service", |
| ] |
| + |
| + if (is_android) { |
| + deps += [ "android:ntp_tiles_jni_headers" ] |
| + } |
| } |
| source_set("unit_tests") { |