aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/xcodegen.proto
diff options
context:
space:
mode:
authorGravatar Rumou Duan <rduan@google.com>2015-06-01 16:14:19 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-06-02 14:39:18 +0000
commit8293af0b51d370bdfb0089aec6c529044cee6fe3 (patch)
tree6ffa6690fbb363598dcd3eb672d5ccfcd36eba11 /src/main/protobuf/xcodegen.proto
parente01aa680eb13dc3c796eeac2393bd2f4ec37fdb7 (diff)
Add a workspace_root optional field for message Control in xcodegen.proto. Modify XcodeGen to use that field as workspace root if it is set.
-- MOS_MIGRATED_REVID=94916387
Diffstat (limited to 'src/main/protobuf/xcodegen.proto')
-rw-r--r--src/main/protobuf/xcodegen.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/protobuf/xcodegen.proto b/src/main/protobuf/xcodegen.proto
index 6a19555637..ddfc10f4bf 100644
--- a/src/main/protobuf/xcodegen.proto
+++ b/src/main/protobuf/xcodegen.proto
@@ -35,6 +35,9 @@ message Control {
// Project-level build settings. These are shared with every target, unless
// an individual target overrides any of them.
repeated XcodeprojBuildSetting build_setting = 3;
+
+ // Absolute path to the root of the current Bazel user workspace.
+ optional string workspace_root = 4;
}
// Information about dependency on a separate target.