This is another thing we were only using for Impeller Scene.
This commit is contained in:
Brandon DeRosier 2024-09-17 13:53:22 -07:00 committed by GitHub
parent 025f3839d8
commit 806cddf7d3
7 changed files with 2 additions and 43 deletions

4
DEPS
View File

@ -234,7 +234,6 @@ vars = {
"upstream_term_glyph": "https://github.com/dart-lang/term_glyph.git",
"upstream_test_reflective_loader": "https://github.com/dart-lang/test_reflective_loader.git",
"upstream_test": "https://github.com/dart-lang/test.git",
"upstream_tinygltf": "https://github.com/syoyo/tinygltf.git",
"upstream_typed_data": "https://github.com/dart-lang/typed_data.git",
"upstream_usage": "https://github.com/dart-lang/usage.git",
"upstream_vector_math": "https://github.com/google/vector_math.dart.git",
@ -715,9 +714,6 @@ deps = {
'src/flutter/third_party/imgui':
Var('flutter_git') + '/third_party/imgui.git' + '@' + '3ea0fad204e994d669f79ed29dcaf61cd5cb571d',
'src/flutter/third_party/tinygltf':
Var('flutter_git') + '/third_party/tinygltf.git' + '@' + '9bb5806df4055ac973b970ba5b3e27ce27d98148',
'src/flutter/third_party/json':
Var('flutter_git') + '/third_party/json.git' + '@' + '17d9eacd248f58b73f4d1be518ef649fe2295642',

View File

@ -1,24 +0,0 @@
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_root = "//flutter/third_party/tinygltf"
source_set("tinygltf") {
public = [ "$source_root/tiny_gltf.h" ]
if (is_clang) {
cflags_cc = [ "-Wno-sign-compare" ]
}
include_dirs = [
"$source_root",
"$source_root/third_party/include",
]
sources = [
"//flutter/build/secondary/flutter/third_party/tinygltf/tinygltf_stub.cc",
]
deps = [ "//flutter/third_party/json" ]
}

View File

@ -1,11 +0,0 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "nlohmann/json.hpp"
#define TINYGLTF_IMPLEMENTATION
#define TINYGLTF_NO_INCLUDE_JSON
#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "flutter/third_party/tinygltf/tiny_gltf.h"

View File

@ -2973,7 +2973,6 @@
../../../flutter/third_party/swiftshader/third_party
../../../flutter/third_party/swiftshader/tools/cmake_generate_graphviz/CMakeGraphVizOptions.cmake
../../../flutter/third_party/test_shaders
../../../flutter/third_party/tinygltf
../../../flutter/third_party/tonic/.clang-format
../../../flutter/third_party/tonic/AUTHORS
../../../flutter/third_party/tonic/PATENTS

View File

@ -4785,7 +4785,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/de4a3d63671c2691b18e0bbab243ae008d5cd3c0
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/84fac36df65a2799ee2eaef7095f7fa2950ccbf5
/third_party/fallback_root_certificates/
====================================================================================================

View File

@ -1,2 +1,2 @@
Signature: bfa759efc581b40df166470e433a04ce
Signature: 53025d1261891c38c7bccb158862e09f

View File

@ -175,7 +175,6 @@ final Set<String> skippedPaths = <String>{
r'flutter/third_party/stb',
r'flutter/third_party/swiftshader/third_party', // See: https://github.com/flutter/flutter/issues/145726
r'flutter/third_party/test_shaders', // for tests only
r'flutter/third_party/tinygltf',
r'flutter/third_party/txt/third_party/fonts',
r'flutter/third_party/vulkan-deps/glslang/LICENSE', // excluded to make sure we don't accidentally apply it as a default license
r'flutter/third_party/vulkan-deps/glslang/src/LICENSE.txt', // redundant with licenses inside files