Name Description Size
__init__.py 0
build_helpers.py This script helps to invoke gn and ninja which lie in depot_tools repository. 4407
build_helpers_test.py 984
check_orphan_headers.py Returns the content of file_path in a string. Args: file_path: the path of the file to read. Returns: A string with the content of the file. 4034
check_orphan_headers_test.py # Some comments if (is_android) { import("//a/b/c.gni") import("//d/e/f.gni") } source_set("foo") { sources = ["foo.h"] deps = [":bar"] } rtc_static_library("bar") { # Public headers should also be included. public = [ "public_foo.h", ] sources = [ "bar.h", "bar.cc", ] deps = [":bar"] } source_set("baz_foo") { sources = ["baz/foo.h"] } 4012
check_package_boundaries.py Returns a regular expression that matches source files inside subpackages of the given query. 4708
check_package_boundaries_test.py 2552
testdata