Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: headless/BUILD.gn

Issue 1430673002: Headless demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ]
+}
« no previous file with comments | « BUILD.gn ('k') | headless/OWNERS » ('j') | third_party/WebKit/public/web/WebNode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698