Chromium Code Reviews

Side by Side Diff: mojo/edk/system/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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_edk.gni") 5 import("../mojo_edk.gni")
6 import("//testing/test.gni")
6 7
7 if (is_android) { 8 if (is_android) {
8 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
10 } 11 }
11 12
12 config("system_config") { 13 config("system_config") {
13 defines = [ 14 defines = [
14 # Ensures that dependent projects import the core functions on Windows. 15 # Ensures that dependent projects import the core functions on Windows.
15 "MOJO_USE_SYSTEM_IMPL", 16 "MOJO_USE_SYSTEM_IMPL",
(...skipping 175 matching lines...)
191 deps = [ 192 deps = [
192 ":system", 193 ":system",
193 ":test_utils", 194 ":test_utils",
194 "../test:test_support", 195 "../test:test_support",
195 "//base", 196 "//base",
196 "//base/test:test_support", 197 "//base/test:test_support",
197 "//base/test:test_support_perf", 198 "//base/test:test_support_perf",
198 "//testing/gtest", 199 "//testing/gtest",
199 ] 200 ]
200 } 201 }
201
202 if (is_android) {
203 unittest_apk("mojo_system_unittests_apk") {
204 deps = [
205 ":mojo_system_unittests",
206 ]
207 unittests_dep = ":mojo_system_unittests"
208 }
209 }
OLDNEW
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/edk/test/BUILD.gn » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine