File tree Expand file tree Collapse file tree 16 files changed +40
-49
lines changed Expand file tree Collapse file tree 16 files changed +40
-49
lines changed Original file line number Diff line number Diff line change 33# found in the LICENSE file.
44
55config (" impeller_public_config" ) {
6- include_dirs = [
7- " .." ,
8- " ." ,
9- ]
6+ include_dirs = [ " .." ]
107}
118
12- is_host = is_mac || is_linux || is_win
13-
149group (" impeller" ) {
1510 public_deps = [
1611 " aiks" ,
@@ -24,10 +19,6 @@ group("impeller") {
2419 " tessellator" ,
2520 " typographer" ,
2621 ]
27-
28- if (is_host ) {
29- public_deps += [ " compiler" ]
30- }
3122}
3223
3324executable (" impeller_unittests" ) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/aiks/image.h"
5+ #include " impeller/aiks/image.h"
66
77namespace impeller {
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/aiks/picture_recorder.h"
5+ #include " impeller/aiks/picture_recorder.h"
66
7- #include " flutter/ impeller/aiks/canvas.h"
7+ #include " impeller/aiks/canvas.h"
88
99namespace impeller {
1010
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/base/validation.h"
5+ #include " impeller/base/validation.h"
66
77#include " flutter/fml/logging.h"
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/compiler/compiler.h"
5+ #include " impeller/compiler/compiler.h"
66
77#include < filesystem>
88#include < memory>
99#include < sstream>
1010
1111#include " flutter/fml/paths.h"
12- #include " flutter/ impeller/compiler/logger.h"
12+ #include " impeller/compiler/logger.h"
1313
1414namespace impeller {
1515namespace compiler {
Original file line number Diff line number Diff line change 1010
1111#include " flutter/fml/macros.h"
1212#include " flutter/fml/mapping.h"
13- #include " flutter/ impeller/compiler/include_dir.h"
14- #include " flutter/ impeller/compiler/reflector.h"
13+ #include " impeller/compiler/include_dir.h"
14+ #include " impeller/compiler/reflector.h"
1515#include " shaderc/shaderc.hpp"
1616#include " third_party/spirv_cross/spirv_msl.hpp"
1717#include " third_party/spirv_cross/spirv_parser.hpp"
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/impeller/compiler/compiler.h"
65#include " flutter/testing/testing.h"
76#include " gtest/gtest.h"
87#include " impeller/base/validation.h"
8+ #include " impeller/compiler/compiler.h"
99
1010namespace impeller {
1111namespace compiler {
Original file line number Diff line number Diff line change 88#include " flutter/fml/file.h"
99#include " flutter/fml/macros.h"
1010#include " flutter/fml/mapping.h"
11- #include " flutter/ impeller/compiler/compiler.h"
12- #include " flutter/ impeller/compiler/switches.h"
13- #include " flutter/ impeller/compiler/utilities.h"
11+ #include " impeller/compiler/compiler.h"
12+ #include " impeller/compiler/switches.h"
13+ #include " impeller/compiler/utilities.h"
1414#include " third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp"
1515
1616namespace impeller {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/compiler/reflector.h"
5+ #include " impeller/compiler/reflector.h"
66
77#include < atomic>
88#include < optional>
1111
1212#include " flutter/fml/closure.h"
1313#include " flutter/fml/logging.h"
14- #include " flutter/impeller/compiler/code_gen_template.h"
15- #include " flutter/impeller/compiler/utilities.h"
16- #include " flutter/impeller/geometry/matrix.h"
17- #include " flutter/impeller/geometry/scalar.h"
1814#include " impeller/base/strings.h"
1915#include " impeller/base/validation.h"
16+ #include " impeller/compiler/code_gen_template.h"
17+ #include " impeller/compiler/utilities.h"
18+ #include " impeller/geometry/matrix.h"
19+ #include " impeller/geometry/scalar.h"
2020
2121namespace impeller {
2222namespace compiler {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- #include " flutter/ impeller/compiler/switches.h"
5+ #include " impeller/compiler/switches.h"
66
77#include < filesystem>
88#include < map>
You can’t perform that action at this time.
0 commit comments