| 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", |
| 11 "arc_service_manager.h", | 11 "arc_service_manager.h", |
| 12 "audio/arc_audio_bridge.cc", | 12 "audio/arc_audio_bridge.cc", |
| 13 "audio/arc_audio_bridge.h", | 13 "audio/arc_audio_bridge.h", |
| 14 "bluetooth/arc_bluetooth_bridge.cc", | 14 "bluetooth/arc_bluetooth_bridge.cc", |
| 15 "bluetooth/arc_bluetooth_bridge.h", | 15 "bluetooth/arc_bluetooth_bridge.h", |
| 16 "bluetooth/bluetooth_struct_traits.cc", | 16 "bluetooth/bluetooth_struct_traits.cc", |
| 17 "bluetooth/bluetooth_struct_traits.h", | 17 "bluetooth/bluetooth_struct_traits.h", |
| 18 "bluetooth/bluetooth_type_converters.cc", | 18 "bluetooth/bluetooth_type_converters.cc", |
| 19 "bluetooth/bluetooth_type_converters.h", | 19 "bluetooth/bluetooth_type_converters.h", |
| 20 "clipboard/arc_clipboard_bridge.cc", | 20 "clipboard/arc_clipboard_bridge.cc", |
| 21 "clipboard/arc_clipboard_bridge.h", | 21 "clipboard/arc_clipboard_bridge.h", |
| 22 "crash_collector/arc_crash_collector_bridge.cc", | 22 "crash_collector/arc_crash_collector_bridge.cc", |
| 23 "crash_collector/arc_crash_collector_bridge.h", | 23 "crash_collector/arc_crash_collector_bridge.h", |
| 24 "file_system/arc_file_system_operation_runner.cc", | |
| 25 "file_system/arc_file_system_operation_runner.h", | |
| 26 "ime/arc_ime_bridge.h", | 24 "ime/arc_ime_bridge.h", |
| 27 "ime/arc_ime_bridge_impl.cc", | 25 "ime/arc_ime_bridge_impl.cc", |
| 28 "ime/arc_ime_bridge_impl.h", | 26 "ime/arc_ime_bridge_impl.h", |
| 29 "ime/arc_ime_service.cc", | 27 "ime/arc_ime_service.cc", |
| 30 "ime/arc_ime_service.h", | 28 "ime/arc_ime_service.h", |
| 31 "intent_helper/activity_icon_loader.cc", | 29 "intent_helper/activity_icon_loader.cc", |
| 32 "intent_helper/activity_icon_loader.h", | 30 "intent_helper/activity_icon_loader.h", |
| 33 "intent_helper/arc_intent_helper_bridge.cc", | 31 "intent_helper/arc_intent_helper_bridge.cc", |
| 34 "intent_helper/arc_intent_helper_bridge.h", | 32 "intent_helper/arc_intent_helper_bridge.h", |
| 35 "intent_helper/font_size_util.cc", | 33 "intent_helper/font_size_util.cc", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 | 157 |
| 160 public_deps = [ | 158 public_deps = [ |
| 161 "//mojo/common:common_custom_types", | 159 "//mojo/common:common_custom_types", |
| 162 "//ui/gfx/geometry/mojo", | 160 "//ui/gfx/geometry/mojo", |
| 163 ] | 161 ] |
| 164 } | 162 } |
| 165 | 163 |
| 166 static_library("arc_test_support") { | 164 static_library("arc_test_support") { |
| 167 testonly = true | 165 testonly = true |
| 168 sources = [ | 166 sources = [ |
| 169 "file_system/test/fake_arc_file_system_operation_runner.cc", | |
| 170 "file_system/test/fake_arc_file_system_operation_runner.h", | |
| 171 "test/fake_app_instance.cc", | 167 "test/fake_app_instance.cc", |
| 172 "test/fake_app_instance.h", | 168 "test/fake_app_instance.h", |
| 173 "test/fake_arc_session.cc", | 169 "test/fake_arc_session.cc", |
| 174 "test/fake_arc_session.h", | 170 "test/fake_arc_session.h", |
| 175 "test/fake_bluetooth_instance.cc", | 171 "test/fake_bluetooth_instance.cc", |
| 176 "test/fake_bluetooth_instance.h", | 172 "test/fake_bluetooth_instance.h", |
| 177 "test/fake_file_system_instance.cc", | 173 "test/fake_file_system_instance.cc", |
| 178 "test/fake_file_system_instance.h", | 174 "test/fake_file_system_instance.h", |
| 179 "test/fake_intent_helper_instance.cc", | 175 "test/fake_intent_helper_instance.cc", |
| 180 "test/fake_intent_helper_instance.h", | 176 "test/fake_intent_helper_instance.h", |
| 181 "test/fake_notifications_instance.cc", | 177 "test/fake_notifications_instance.cc", |
| 182 "test/fake_notifications_instance.h", | 178 "test/fake_notifications_instance.h", |
| 183 "test/fake_policy_instance.cc", | 179 "test/fake_policy_instance.cc", |
| 184 "test/fake_policy_instance.h", | 180 "test/fake_policy_instance.h", |
| 185 ] | 181 ] |
| 186 | 182 |
| 187 public_deps = [ | 183 public_deps = [ |
| 188 ":arc", | 184 ":arc", |
| 189 ] | 185 ] |
| 190 | 186 |
| 191 deps = [ | 187 deps = [ |
| 192 "//base", | 188 "//base", |
| 193 "//mojo/common:common_base", | 189 "//mojo/common:common_base", |
| 190 "//mojo/edk/embedder:headers", |
| 194 ] | 191 ] |
| 195 } | 192 } |
| 196 | 193 |
| 197 source_set("unit_tests") { | 194 source_set("unit_tests") { |
| 198 testonly = true | 195 testonly = true |
| 199 sources = [ | 196 sources = [ |
| 200 "arc_service_manager_unittest.cc", | 197 "arc_service_manager_unittest.cc", |
| 201 "arc_session_runner_unittest.cc", | 198 "arc_session_runner_unittest.cc", |
| 202 "bluetooth/arc_bluetooth_bridge_unittest.cc", | 199 "bluetooth/arc_bluetooth_bridge_unittest.cc", |
| 203 "bluetooth/bluetooth_struct_traits_unittest.cc", | 200 "bluetooth/bluetooth_struct_traits_unittest.cc", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 221 "//testing/gtest", | 218 "//testing/gtest", |
| 222 "//ui/aura", | 219 "//ui/aura", |
| 223 "//ui/aura:test_support", | 220 "//ui/aura:test_support", |
| 224 "//ui/base:test_support", | 221 "//ui/base:test_support", |
| 225 "//ui/base/ime", | 222 "//ui/base/ime", |
| 226 "//ui/events", | 223 "//ui/events", |
| 227 "//ui/events:dom_keycode_converter", | 224 "//ui/events:dom_keycode_converter", |
| 228 "//url:url", | 225 "//url:url", |
| 229 ] | 226 ] |
| 230 } | 227 } |
| OLD | NEW |