-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8017020
commit 5c9f306
Showing
13 changed files
with
131 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# proto-file: devtools/blueprint/blueprint_file.proto | ||
# proto-message: BlueprintFile | ||
# DO NOT EDIT! Regenerate the contents by running go/bluze after changing any BUILD file or the Blueprint. | ||
# Override the default values in third_party.unity.pluginapi.blueprint instead. | ||
|
||
buildable_unit: { | ||
name: "third_party.unity.pluginapi" | ||
build_pattern: "//third_party/unity/PluginApi/..." | ||
test_pattern: "//third_party/unity/PluginApi/..." | ||
test_tag_filter: "-nofastbuild" | ||
build_tag_filter: "-nofastbuild" | ||
enable_coverage: true | ||
enable_presubmit: true | ||
enable_continuous_build: true | ||
continuous_build_email: { | ||
build_cop_email_id: "[email protected]" | ||
} | ||
enable_release: false | ||
} | ||
buildable_unit: { | ||
name: "third_party.unity.pluginapi.opt" | ||
test_pattern: "//third_party/unity/PluginApi/..." | ||
test_tag_filter: "-noopt" | ||
build_flag: "--compilation_mode=opt" | ||
enable_coverage: false | ||
enable_presubmit: false | ||
enable_continuous_build: false | ||
continuous_build_email: { | ||
build_cop_email_id: "[email protected]" | ||
} | ||
enable_release: false | ||
[tap.tap_settings]: { | ||
on_demand: true | ||
on_demand_frequency: EVERY_4_HOURS | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
third_party/unity_plugin_api/third_party.unity.pluginapi.blueprint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
include "devtools/blueprint/bluze/public/bluze.ncl"; | ||
include bytes "third_party/unity/PluginApi/bluze.textproto" as textproto; | ||
|
||
// See go/bluze/guide before editing. To check the generated final blueprint run | ||
// rncl third_party/unity/PluginApi/third_party.unity.pluginapi.blueprint printproto blueprint_file | ||
|
||
blueprint_file = ::bluze::BlueprintFile( | ||
textproto, | ||
|
||
project_name = "third_party.unity.pluginapi", | ||
teams_product_id = 1134145041667, | ||
tech_lead = ["jfinder"], | ||
dev_mailing_list = "[email protected]", | ||
mdb_groups = ["third-party-tap-forge"], | ||
buganizer_component_ids = [437622], | ||
metadata_path = "//depot/google3/third_party/unity/PluginApi/METADATA", | ||
|
||
// Customize your blueprint here: go/blueprint/howto-write. | ||
); |