commit | 06a4b4b4d0b53ca8d79eaa830ab20ea1ca11f00b | [log] [tgz] |
---|---|---|
author | pkotwicz <[email protected]> | Thu Oct 29 23:11:11 2015 |
committer | Commit bot <[email protected]> | Thu Oct 29 23:12:00 2015 |
tree | e55bfa6d6061d77fcf9705d3c99611fff11bab7c | |
parent | 0404e0139721e92982ed02736e1f950db7d9e3cb [diff] [blame] |
Port android_relocation_packer_unittests to GN BUG=510485 Review URL: https://codereview.chromium.org/1415803005 Cr-Commit-Position: refs/heads/master@{#356975}
diff --git a/BUILD.gn b/BUILD.gn index 7cc7b5d..8a6bb8d 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -291,6 +291,10 @@ ] } + if (target_cpu != "x64") { + deps += [ "//third_party/android_platform:android_relocation_packer_unittests($host_toolchain)" ] + } + if (has_chrome_android_internal) { deps += [ "//clank" ] # TODO(GYP) ?? }