Skip to content

Commit

Permalink
Updating third_party/dawn from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser committed Oct 31, 2020
1 parent 5955e18 commit b294441
Show file tree
Hide file tree
Showing 740 changed files with 158,542 additions and 19,890 deletions.
4 changes: 4 additions & 0 deletions third_party/dawn/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto
*.sh eol=lf
*.gn eol=lf
*.gni eol=lf
10 changes: 7 additions & 3 deletions third_party/dawn/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc

# Directories added by gclient sync and the GN build
.cipd
.gclient
.gclient_entries
build
Expand All @@ -14,12 +15,17 @@ third_party/glm/
third_party/glslang/
third_party/googletest/
third_party/jinja2/
third_party/jsoncpp/
third_party/llvm-build
third_party/markupsafe/
third_party/shaderc/
third_party/swiftshader/
third_party/spirv-cross/
third_party/spirv-headers/
third_party/stb/
third_party/tint/
third_party/vulkan-headers/
third_party/vulkan-loader/
third_party/vulkan-validation-layers/
tools
out

Expand All @@ -45,8 +51,6 @@ tramp
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
._*
.DocumentRevisions-V100
.fseventsd
Expand Down
7 changes: 7 additions & 0 deletions third_party/dawn/.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ buildconfig = "//build/config/BUILDCONFIG.gn"

default_args = {
clang_use_chrome_plugins = false

# Override the mac version so standalone Dawn compiles with at least 10.11
# which allows us to not skip the -Wunguarded-availability warning and get
# proper warnings for use of APIs that are 10.12 and above (even if
# Chromium is still on 10.10).
mac_deployment_target = "10.11.0"
mac_min_system_version = "10.11.0"
}

check_targets = [
Expand Down
Loading

0 comments on commit b294441

Please sign in to comment.