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

Unified Diff: headless/BUILD.gn

Issue 1410573004: headless: Add a headless shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to a top level directory. 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/chrome/installer/launcher_support/BUILD.gn b/headless/BUILD.gn
similarity index 55%
copy from chrome/installer/launcher_support/BUILD.gn
copy to headless/BUILD.gn
index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..e049e6e85dfa31ca211d6265e27ce319664c5355 100644
--- a/chrome/installer/launcher_support/BUILD.gn
+++ b/headless/BUILD.gn
@@ -2,13 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("launcher_support") {
- sources = [
- "chrome_launcher_support.cc",
- "chrome_launcher_support.h",
+group("headless") {
+ deps = [
+ "//headless/lib:headless",
]
+}
+
+group("headless_shell") {
+ testonly = true
deps = [
- "//base",
+ "//headless/app:headless_shell",
]
}

Powered by Google App Engine
This is Rietveld 408576698