Skip to content

Commit

Permalink
Move the secondary build tree into the engine. (#781)
Browse files Browse the repository at this point in the history
Part of flutter/flutter#67373. Pulled into the
engine in flutter/engine#46989.
  • Loading branch information
chinmaygarde authored Oct 17, 2023
1 parent 60415e4 commit 6f31be5
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 4,437 deletions.
2 changes: 1 addition & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
# The secondary source root is a parallel directory tree where
# GN build files are placed when they can not be placed directly
# in the source tree, e.g. for third party source trees.
secondary_source = "//build/secondary/"
secondary_source = "//flutter/build/secondary/"

# The set of targets known to pass 'gn check'. When all targets pass, remove
# this.
Expand Down
125 changes: 0 additions & 125 deletions build/secondary/flutter/third_party/glfw/BUILD.gn

This file was deleted.

13 changes: 0 additions & 13 deletions build/secondary/flutter/third_party/glfw/README

This file was deleted.

7 changes: 0 additions & 7 deletions build/secondary/flutter/third_party/glfw/glfw_args.gni

This file was deleted.

50 changes: 0 additions & 50 deletions build/secondary/testing/gmock/BUILD.gn

This file was deleted.

132 changes: 0 additions & 132 deletions build/secondary/testing/gtest/BUILD.gn

This file was deleted.

11 changes: 0 additions & 11 deletions build/secondary/testing/libfuzzer/fuzzer_test.gni

This file was deleted.

6 changes: 0 additions & 6 deletions build/secondary/testing/test.gni

This file was deleted.

9 changes: 0 additions & 9 deletions build/secondary/third_party/BUILD.gn

This file was deleted.

8 changes: 0 additions & 8 deletions build/secondary/third_party/android_ndk/BUILD.gn

This file was deleted.

19 changes: 0 additions & 19 deletions build/secondary/third_party/android_tools/BUILD.gn

This file was deleted.

Loading

0 comments on commit 6f31be5

Please sign in to comment.