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

Side by Side Diff: mojo/public/cpp/application/BUILD.gn

Issue 2253513003: Fix the .../cpp/application:test_support target. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | 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("../../mojo_sdk.gni") 5 import("../../mojo_sdk.gni")
6 6
7 # GYP version: mojo/public/mojo_public.gyp:mojo_application_base 7 # GYP version: mojo/public/mojo_public.gyp:mojo_application_base
8 mojo_sdk_source_set("application") { 8 mojo_sdk_source_set("application") {
9 sources = [ 9 sources = [
10 "application_impl_base.h", 10 "application_impl_base.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 testonly = true 48 testonly = true
49 sources = [ 49 sources = [
50 "application_test_base.h", 50 "application_test_base.h",
51 "lib/application_test_base.cc", 51 "lib/application_test_base.cc",
52 ] 52 ]
53 53
54 deps = [ 54 deps = [
55 ":application", 55 ":application",
56 ] 56 ]
57 57
58 mojo_sdk_public_deps = [ "mojo/public:gtest" ]
59
58 mojo_sdk_deps = [ 60 mojo_sdk_deps = [
59 "mojo/public:gtest",
60 "mojo/public/cpp/bindings", 61 "mojo/public/cpp/bindings",
61 "mojo/public/cpp/environment", 62 "mojo/public/cpp/environment",
62 "mojo/public/cpp/system", 63 "mojo/public/cpp/system",
63 "mojo/public/interfaces/application", 64 "mojo/public/interfaces/application",
64 ] 65 ]
65 } 66 }
66 67
67 mojo_sdk_source_set("test_support_standalone") { 68 mojo_sdk_source_set("test_support_standalone") {
68 testonly = true 69 testonly = true
69 sources = [ 70 sources = [
70 "lib/application_test_main.cc", 71 "lib/application_test_main.cc",
71 ] 72 ]
72 73
73 public_deps = [ 74 public_deps = [
74 ":test_support", 75 ":test_support",
75 ] 76 ]
76 77
77 deps = [ 78 deps = [
78 ":application", 79 ":application",
79 ] 80 ]
80 81
81 mojo_sdk_deps = [ 82 mojo_sdk_deps = [
82 "mojo/public/interfaces/application", 83 "mojo/public/interfaces/application",
83 "mojo/public/cpp/environment:standalone", 84 "mojo/public/cpp/environment:standalone",
84 "mojo/public/cpp/system", 85 "mojo/public/cpp/system",
85 "mojo/public/cpp/utility", 86 "mojo/public/cpp/utility",
86 "mojo/public/interfaces/application", 87 "mojo/public/interfaces/application",
87 ] 88 ]
88 } 89 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698