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

Unified Diff: services/debugger/BUILD.gn

Issue 1151573010: Pull Sky debugger up to services/debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « services/BUILD.gn ('k') | services/debugger/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/debugger/BUILD.gn
diff --git a/sky/tools/debugger/BUILD.gn b/services/debugger/BUILD.gn
similarity index 83%
rename from sky/tools/debugger/BUILD.gn
rename to services/debugger/BUILD.gn
index 933e20c7739c9a83649e054c46468e4dc4518a2c..98ed54018c409756db75bae21a5dead8b929ecaf 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/services/debugger/BUILD.gn
@@ -4,16 +4,8 @@
import("//mojo/public/mojo_application.gni")
-group("debugger") {
- testonly = true
-
- deps = [
- ":sky_debugger",
- ]
-}
-
-mojo_native_application("sky_debugger") {
- output_name = "sky_debugger"
+mojo_native_application("debugger") {
+ output_name = "debugger"
sources = [
"debugger.cc",
« no previous file with comments | « services/BUILD.gn ('k') | services/debugger/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698