OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/public/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 static_library("arc") { | 8 static_library("arc") { |
9 sources = [ | 9 sources = [ |
10 "arc_service_manager.cc", | 10 "arc_service_manager.cc", |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "common/net.mojom", | 143 "common/net.mojom", |
144 "common/notifications.mojom", | 144 "common/notifications.mojom", |
145 "common/obb_mounter.mojom", | 145 "common/obb_mounter.mojom", |
146 "common/policy.mojom", | 146 "common/policy.mojom", |
147 "common/power.mojom", | 147 "common/power.mojom", |
148 "common/print.mojom", | 148 "common/print.mojom", |
149 "common/process.mojom", | 149 "common/process.mojom", |
150 "common/scale_factor.mojom", | 150 "common/scale_factor.mojom", |
151 "common/screen_rect.mojom", | 151 "common/screen_rect.mojom", |
152 "common/storage_manager.mojom", | 152 "common/storage_manager.mojom", |
| 153 "common/trace.mojom", |
153 "common/tts.mojom", | 154 "common/tts.mojom", |
154 "common/video.mojom", | 155 "common/video.mojom", |
155 "common/video_accelerator.mojom", | 156 "common/video_accelerator.mojom", |
156 "common/wallpaper.mojom", | 157 "common/wallpaper.mojom", |
157 ] | 158 ] |
158 | 159 |
159 public_deps = [ | 160 public_deps = [ |
160 "//mojo/common:common_custom_types", | 161 "//mojo/common:common_custom_types", |
161 "//ui/gfx/geometry/mojo", | 162 "//ui/gfx/geometry/mojo", |
162 ] | 163 ] |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "//testing/gtest", | 219 "//testing/gtest", |
219 "//ui/aura", | 220 "//ui/aura", |
220 "//ui/aura:test_support", | 221 "//ui/aura:test_support", |
221 "//ui/base:test_support", | 222 "//ui/base:test_support", |
222 "//ui/base/ime", | 223 "//ui/base/ime", |
223 "//ui/events", | 224 "//ui/events", |
224 "//ui/events:dom_keycode_converter", | 225 "//ui/events:dom_keycode_converter", |
225 "//url:url", | 226 "//url:url", |
226 ] | 227 ] |
227 } | 228 } |
OLD | NEW |