Index: headless/BUILD.gn |
diff --git a/build/android/gyp/util/__init__.py b/headless/BUILD.gn |
similarity index 50% |
copy from build/android/gyp/util/__init__.py |
copy to headless/BUILD.gn |
index 727e987e6b621957ed56f20af1968525a9abadcf..c65593e95b4342d14cf75ac8f98825909ef9f40e 100644 |
--- a/build/android/gyp/util/__init__.py |
+++ b/headless/BUILD.gn |
@@ -1,4 +1,10 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+group("headless_shell") { |
+ testonly = true |
+ |
+ deps = [ |
+ "//headless/app:headless_shell", |
+ ] |
+} |