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

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

Issue 1136763003: Simplify mojo/application/public/cpp/BUILD.gn to call the target cpp instead of application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « mojo/services/tracing/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("shell") { 8 source_set("shell") {
9 output_name = "mojo_shell" 9 output_name = "mojo_shell"
10 sources = [ 10 sources = [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 sources = [ 54 sources = [
55 "application_manager_unittest.cc", 55 "application_manager_unittest.cc",
56 "query_util_unittest.cc", 56 "query_util_unittest.cc",
57 ] 57 ]
58 58
59 deps = [ 59 deps = [
60 ":shell", 60 ":shell",
61 ":test_bindings", 61 ":test_bindings",
62 "//base", 62 "//base",
63 "//mojo/application", 63 "//mojo/application",
64 "//mojo/application/public/cpp:application", 64 "//mojo/application/public/cpp",
65 "//mojo/common", 65 "//mojo/common",
66 "//mojo/environment:chromium", 66 "//mojo/environment:chromium",
67 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 67 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
68 "//third_party/mojo/src/mojo/public/cpp/bindings", 68 "//third_party/mojo/src/mojo/public/cpp/bindings",
69 "//testing/gtest", 69 "//testing/gtest",
70 "//url", 70 "//url",
71 ] 71 ]
72 } 72 }
73 73
74 mojom("test_bindings") { 74 mojom("test_bindings") {
75 sources = [ 75 sources = [
76 "test.mojom", 76 "test.mojom",
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « mojo/services/tracing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698