OLD | NEW |
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_edk.gni") | 5 import("../mojo_edk.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "unique_identifier.cc", | 99 "unique_identifier.cc", |
100 "unique_identifier.h", | 100 "unique_identifier.h", |
101 "waiter.cc", | 101 "waiter.cc", |
102 "waiter.h", | 102 "waiter.h", |
103 ] | 103 ] |
104 | 104 |
105 mojo_edk_public_deps = [ | 105 mojo_edk_public_deps = [ |
106 "mojo/edk/embedder", | 106 "mojo/edk/embedder", |
107 "mojo/edk/embedder:delegates", | 107 "mojo/edk/embedder:delegates", |
108 "mojo/edk/embedder:platform", | 108 "mojo/edk/embedder:platform", |
| 109 "mojo/edk/platform", |
109 "mojo/edk/util", | 110 "mojo/edk/util", |
110 ] | 111 ] |
111 | 112 |
112 mojo_sdk_public_deps = [ | 113 mojo_sdk_public_deps = [ |
113 "mojo/public/c/system", | 114 "mojo/public/c/system", |
114 "mojo/public/cpp/system", | 115 "mojo/public/cpp/system", |
115 ] | 116 ] |
116 | 117 |
117 deps = [ | 118 deps = [ |
118 "//base", | 119 "//base", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 | 196 |
196 mojo_edk_deps = [ | 197 mojo_edk_deps = [ |
197 # TODO(vtl): Add separate test targets for this. | 198 # TODO(vtl): Add separate test targets for this. |
198 "mojo/edk/util:perftests", | 199 "mojo/edk/util:perftests", |
199 | 200 |
200 "mojo/edk/system/test", | 201 "mojo/edk/system/test", |
201 "mojo/edk/system/test:perf", | 202 "mojo/edk/system/test:perf", |
202 "mojo/edk/test:test_support", | 203 "mojo/edk/test:test_support", |
203 ] | 204 ] |
204 } | 205 } |
OLD | NEW |