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

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

Issue 1462083003: Add //mojo/edk/platform and move platform_task_runners.h there. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update readme Created 5 years, 1 month 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
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 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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698