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

Unified Diff: mojo/shell/domain_socket/BUILD.gn

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/shell/desktop/mojo_main.cc ('k') | mojo/shell/domain_socket/completion_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/domain_socket/BUILD.gn
diff --git a/mojo/shell/domain_socket/BUILD.gn b/mojo/shell/domain_socket/BUILD.gn
deleted file mode 100644
index 601e612d2045adabdbdcd2c5b8fa398b29cc6a05..0000000000000000000000000000000000000000
--- a/mojo/shell/domain_socket/BUILD.gn
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2014 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.
-
-source_set("domain_socket") {
- sources = [
- "completion_callback.h",
- "net_errors.cc",
- "net_errors.h",
- "net_error_list.h",
- "socket_descriptor.h",
- "socket_libevent.cc",
- "socket_libevent.h",
- "unix_domain_client_socket_posix.cc",
- "unix_domain_client_socket_posix.h",
- "unix_domain_server_socket_posix.cc",
- "unix_domain_server_socket_posix.h",
- ]
-
- deps = [
- "//base",
- ]
-}
-
-source_set("tests") {
- testonly = true
-
- sources = [
- "test_completion_callback.cc",
- "test_completion_callback.h",
- "unix_domain_client_socket_posix_unittest.cc",
- "unix_domain_server_socket_posix_unittest.cc",
- ]
-
- deps = [
- ":domain_socket",
- "//base",
- "//base/test:test_support",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « mojo/shell/desktop/mojo_main.cc ('k') | mojo/shell/domain_socket/completion_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698