Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 6b2408e3f15da55234a5a33608a3b7dde7e9f32e..462bd2e30a1559af6b2ec641ffc9f7ee8b2f59fa 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -2021,6 +2021,22 @@ if (current_toolchain == v8_snapshot_toolchain) { |
# Public targets |
# |
+group("gn_all") { |
Michael Achenbach
2016/05/25 09:12:53
This ports parts of https://code.google.com/p/chro
|
+ testonly = true |
+ |
+ deps = [ |
+ ":d8", |
+ ":v8_shell", |
+ ] |
+ |
+ if (host_os != "mac" || !is_android) { |
+ # These items don't compile for Android on Mac. |
+ deps += [ |
+ "test/unittests:unittests", |
+ ] |
+ } |
+} |
+ |
if (is_component_build) { |
component("v8") { |
sources = [ |