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

Side by Side Diff: mojo/shell/tests/BUILD.gn

Issue 1764253002: Rename shell.mojom to connector.mojom, ApplicationManager to Shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@32exe
Patch Set: . Created 4 years, 9 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
« no previous file with comments | « mojo/shell/standalone/context.cc ('k') | mojo/shell/tests/application_manager/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/mojo_application_manifest.gni") 6 import("//mojo/public/mojo_application_manifest.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 group("tests") { 10 group("tests") {
(...skipping 13 matching lines...) Expand all
24 ":interfaces", 24 ":interfaces",
25 "//base", 25 "//base",
26 "//base/test:test_support", 26 "//base/test:test_support",
27 "//mojo/edk/system", 27 "//mojo/edk/system",
28 "//mojo/public/cpp/system", 28 "//mojo/public/cpp/system",
29 "//mojo/shell", 29 "//mojo/shell",
30 "//mojo/shell/background:lib", 30 "//mojo/shell/background:lib",
31 "//mojo/shell/background:main", 31 "//mojo/shell/background:main",
32 "//mojo/shell/background/tests:unittests", 32 "//mojo/shell/background/tests:unittests",
33 "//mojo/shell/public/cpp", 33 "//mojo/shell/public/cpp",
34 "//mojo/shell/tests/application_manager",
35 "//mojo/shell/tests/connect", 34 "//mojo/shell/tests/connect",
36 "//mojo/shell/tests/lifecycle", 35 "//mojo/shell/tests/lifecycle",
36 "//mojo/shell/tests/shell",
37 "//mojo/util:filename_util", 37 "//mojo/util:filename_util",
38 "//testing/gtest", 38 "//testing/gtest",
39 ] 39 ]
40 } 40 }
41 41
42 mojom("interfaces") { 42 mojom("interfaces") {
43 sources = [ 43 sources = [
44 "test.mojom", 44 "test.mojom",
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « mojo/shell/standalone/context.cc ('k') | mojo/shell/tests/application_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698