commit | ce8c9dc932fb30dbc9fa84ee2fc09586644621a0 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@chromium.org> | Mon Nov 10 11:07:05 2014 -0800 |
committer | James Robinson <jamesr@chromium.org> | Mon Nov 10 11:07:05 2014 -0800 |
tree | 2abe05885deb776c1753733fdbc0291671601f4c | |
parent | 11fa7848543fa8060b7e5ca06190849e24cda0a3 [diff] [blame] |
Add //examples and //services to root build target This makes sure they are reachable in GN even if they aren't explicitly depended on. R=sky@chromium.org Review URL: https://codereview.chromium.org/687823005
diff --git a/BUILD.gn b/BUILD.gn index b85b88d..7cf6fcf 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -6,7 +6,9 @@ testonly = true deps = [ + "//examples", "//mojo", + "//services", ] if (!is_win) {