Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: third_party/protobuf/protobuf.gyp

Issue 916433002: Fix analyze step on ios_rel_device bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/all.gyp ('K') | « testing/iossim/iossim.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/protobuf.gyp
diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp
index 4e1610e143ed375094c366a255831874771aae38..25ddbae670173d419ad9d6fc151ebd2930c947e9 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',
],
« build/all.gyp ('K') | « testing/iossim/iossim.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698