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

Unified Diff: apps/BUILD.gn

Issue 1130563002: Moterm part 1: Add MotermModel, a "model" for terminal emulation. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops 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 | « BUILD.gn ('k') | apps/moterm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/mojo/python/mojo_utils/__init__.py b/apps/BUILD.gn
similarity index 66%
copy from mojo/python/mojo_utils/__init__.py
copy to apps/BUILD.gn
index 50b23dff631dbfd12f490f20fe2a2871179b73b9..760232208bee8049026c0641dcdfa28d8b4d5b0e 100644
--- a/mojo/python/mojo_utils/__init__.py
+++ b/apps/BUILD.gn
@@ -1,3 +1,11 @@
# Copyright 2015 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("apps") {
+ testonly = true
+
+ deps = [
+ "//apps/moterm:apptests",
+ ]
+}
« no previous file with comments | « BUILD.gn ('k') | apps/moterm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698