From 12e9947d84ad55bf8b4e2aa7923a9d345d15ee34 Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 3 Mar 2017 16:23:40 +0000 Subject: Topic describing "what is Bazel" at a high-level, with a focus on: build files and their language, the dependency graph, and Bazel being fast/correct/reproducible. -- PiperOrigin-RevId: 149114565 MOS_MIGRATED_REVID=149114565 --- site/assets/graph_hello-world.svg | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 site/assets/graph_hello-world.svg (limited to 'site/assets') diff --git a/site/assets/graph_hello-world.svg b/site/assets/graph_hello-world.svg new file mode 100644 index 0000000000..93b6144477 --- /dev/null +++ b/site/assets/graph_hello-world.svg @@ -0,0 +1,70 @@ + + + + + + +mygraph + + +//main:hello-world + +//main:hello-world + + +//main:hello-time + +//main:hello-time + + +//main:hello-world->//main:hello-time + + + + +//main:hello-world.cc + +//main:hello-world.cc + + +//main:hello-world->//main:hello-world.cc + + + + +//lib:hello-greet + +//lib:hello-greet + + +//main:hello-world->//lib:hello-greet + + + + +//main:hello-time.cc\n//main:hello-time.h + +//main:hello-time.cc +//main:hello-time.h + + +//main:hello-time->//main:hello-time.cc\n//main:hello-time.h + + + + +//lib:hello-greet.cc\n//lib:hello-greet.h + +//lib:hello-greet.cc +//lib:hello-greet.h + + +//lib:hello-greet->//lib:hello-greet.cc\n//lib:hello-greet.h + + + + + -- cgit v1.2.3