From 82dd46ca8cdeacf7f0ba4759062901072f2b0429 Mon Sep 17 00:00:00 2001 From: jam Date: Tue, 10 Feb 2015 10:49:54 -0800 Subject: Fix analyze step on ios_rel_device bots. BUG=454416 Review URL: https://codereview.chromium.org/916433002 Cr-Commit-Position: refs/heads/master@{#315600} --- build/all.gyp | 1 - testing/iossim/iossim.gyp | 1 + third_party/protobuf/protobuf.gyp | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/all.gyp b/build/all.gyp index dea7e59..20db7d5 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -59,7 +59,6 @@ '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests', - '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp index a8ad603..6a1fb02 100644 --- a/testing/iossim/iossim.gyp +++ b/testing/iossim/iossim.gyp @@ -136,6 +136,7 @@ { 'target_name': 'iossim', 'type': 'none', + 'toolsets': ['host'], 'variables': { # Gyp to rerun 're_run_targets': [ diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp index 4e1610e..25ddbae 100644 --- a/third_party/protobuf/protobuf.gyp +++ b/third_party/protobuf/protobuf.gyp @@ -53,6 +53,7 @@ # normal protoc target under the condition that "OS==iOS". 'target_name': 'compile_protoc', 'type': 'none', + 'toolsets': ['host'], 'includes': ['../../build/ios/mac_build.gypi'], 'actions': [ { @@ -239,6 +240,7 @@ ], }, { # else, OS=="ios" and "<(GENERATOR)"!="ninja" 'type': 'none', + 'toolsets': ['host'], 'dependencies': [ 'compile_protoc', ], -- cgit v1.1