Introduced an animation settings provider into the overview space.
[chromium-blink-merge.git] / .gn
bloba3bd14dda5945eefee14837bd952d4b919a1ac14
1 # This file is used by the experimental meta-buildsystem in src/tools/gn to
2 # find the root of the source tree and to set startup options.
4 # The location of the build configuration file.
5 buildconfig = "//build/config/BUILDCONFIG.gn"
7 # The secondary source root is a parallel directory tree where
8 # GN build files are placed when they can not be placed directly
9 # in the source tree, e.g. for third party source trees.
10 secondary_source = "//build/secondary/"