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

Side by Side Diff: mojo/nacl/BUILD.gn

Issue 1531403003: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: rebase Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Untrusted code 5 # Untrusted code
6 if (is_nacl) { 6 if (is_nacl) {
7 # Unit test for the Mojo public API. 7 # Unit test for the Mojo public API.
8 executable("monacl_test") { 8 executable("monacl_test") {
9 testonly = true 9 testonly = true
10 sources = [ 10 sources = [
(...skipping 13 matching lines...) Expand all
24 testonly = true 24 testonly = true
25 deps = [ 25 deps = [
26 ":monacl_test", 26 ":monacl_test",
27 "//examples/apptest", 27 "//examples/apptest",
28 "//examples/wget", 28 "//examples/wget",
29 "//services/clipboard", 29 "//services/clipboard",
30 "//services/clipboard:apptests", 30 "//services/clipboard:apptests",
31 "//services/files:apptests", 31 "//services/files:apptests",
32 "//services/http_server", 32 "//services/http_server",
33 "//services/http_server:apptests", 33 "//services/http_server:apptests",
34 "//services/view_manager:mojo_view_manager_client_apptests",
35 "//services/view_manager:view_manager_service_apptests",
36 "//services/window_manager:window_manager_apptests",
37 "//shell:apptests", 34 "//shell:apptests",
38 ] 35 ]
39 } 36 }
40 } 37 }
OLDNEW
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/window_manager_internal.mojom.dart ('k') | mojo/services/mojo_services.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698