Commit c05fd931 authored by bauerb@chromium.org's avatar bauerb@chromium.org

[Android] Only build relocation_packer_unittests on ARM and ARM64.

This fixes building "all" on non-ARM platforms.

TBR=ben@chromium.org
NOTRY=true
BUG=none

Review URL: https://codereview.chromium.org/404353004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284669 0039d316-1c4b-4281-b951-d872f2087c98
parent 8dfe0bc7
...@@ -54,12 +54,19 @@ ...@@ -54,12 +54,19 @@
'../chrome/chrome.gyp:chrome_shell_apk', '../chrome/chrome.gyp:chrome_shell_apk',
'../remoting/remoting.gyp:remoting_apk', '../remoting/remoting.gyp:remoting_apk',
'../tools/telemetry/telemetry.gyp:*#host', '../tools/telemetry/telemetry.gyp:*#host',
'../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host',
# TODO(nyquist) This should instead by a target for sync when all of # TODO(nyquist) This should instead by a target for sync when all of
# the sync-related code for Android has been upstreamed. # the sync-related code for Android has been upstreamed.
# See http://crbug.com/159203 # See http://crbug.com/159203
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
], ],
'conditions': [
['target_arch == "arm" or target_arch == "arm64"', {
'dependencies': [
# The relocation packer only works on ARM or ARM64.
'../tools/relocation_packer/relocation_packer.gyp:relocation_packer_unittests#host',
],
}],
],
}, { }, {
'dependencies': [ 'dependencies': [
'../content/content_shell_and_tests.gyp:*', '../content/content_shell_and_tests.gyp:*',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment