aboutsummaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@google.com>2017-09-27 11:02:09 +0900
committerPrimiano Tucci <primiano@google.com>2017-09-27 11:02:09 +0900
commitae2879e9cc05e716a208420e238d9980016a5981 (patch)
treee905adf9b34f47c192b8d7d5cc4f83d01ef48fbb /.gn
parent6b3acd8510f546173f43528e24bd4c1698dd7913 (diff)
downloadperfetto-ae2879e9cc05e716a208420e238d9980016a5981.tar.gz
Perfetto: first commit. Introduce build files
This CL sets up the directory structure, build files and README for Perfetto. The build files are complete enough to build a hello-world unittest, gtest, gmock and protobuf from Linux and Mac OSX without depending on any external tool. This will allow to build the project without a full Android checkouot and hence being able to get test coverage on other waterfalls (Chrome, Travis CI) and with a larger set of compiler toolchains. The plan is to generate Android.bp build files in the next CLs to build the same targets also from the Android tree. Change-Id: I7a15dcfdb24d5f857fc8c3a70757745741b92545
Diffstat (limited to '.gn')
-rw-r--r--.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gn b/.gn
new file mode 100644
index 000000000..10d86795b
--- /dev/null
+++ b/.gn
@@ -0,0 +1 @@
+buildconfig = "//build/BUILDCONFIG.gn"