| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/arc | 8 # GN version: //components/arc |
| 9 'target_name': 'arc', | 9 'target_name': 'arc', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'arc/arc_bridge_service_impl.h', | 29 'arc/arc_bridge_service_impl.h', |
| 30 'arc/arc_service_manager.cc', | 30 'arc/arc_service_manager.cc', |
| 31 'arc/arc_service_manager.h', | 31 'arc/arc_service_manager.h', |
| 32 'arc/input/arc_input_bridge.h', | 32 'arc/input/arc_input_bridge.h', |
| 33 'arc/input/arc_input_bridge_impl.cc', | 33 'arc/input/arc_input_bridge_impl.cc', |
| 34 'arc/input/arc_input_bridge_impl.h', | 34 'arc/input/arc_input_bridge_impl.h', |
| 35 'arc/settings/arc_settings_bridge.cc', | 35 'arc/settings/arc_settings_bridge.cc', |
| 36 'arc/settings/arc_settings_bridge.h', | 36 'arc/settings/arc_settings_bridge.h', |
| 37 'arc/power/arc_power_bridge.cc', | 37 'arc/power/arc_power_bridge.cc', |
| 38 'arc/power/arc_power_bridge.h', | 38 'arc/power/arc_power_bridge.h', |
| 39 'arc/video/arc_video_service.cc', |
| 40 'arc/video/arc_video_service.h', |
| 39 ], | 41 ], |
| 40 }, | 42 }, |
| 41 { | 43 { |
| 42 # GN version: //components/arc_test_support | 44 # GN version: //components/arc_test_support |
| 43 'target_name': 'arc_test_support', | 45 'target_name': 'arc_test_support', |
| 44 'type': 'static_library', | 46 'type': 'static_library', |
| 45 'include_dirs': [ | 47 'include_dirs': [ |
| 46 '..', | 48 '..', |
| 47 ], | 49 ], |
| 48 'dependencies': [ | 50 'dependencies': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 67 '../third_party/mojo/mojom_bindings_generator.gypi', | 69 '../third_party/mojo/mojom_bindings_generator.gypi', |
| 68 ], | 70 ], |
| 69 'sources': [ | 71 'sources': [ |
| 70 'arc/common/app.mojom', | 72 'arc/common/app.mojom', |
| 71 'arc/common/arc_bridge.mojom', | 73 'arc/common/arc_bridge.mojom', |
| 72 'arc/common/input.mojom', | 74 'arc/common/input.mojom', |
| 73 'arc/common/notifications.mojom', | 75 'arc/common/notifications.mojom', |
| 74 'arc/common/power.mojom', | 76 'arc/common/power.mojom', |
| 75 'arc/common/process.mojom', | 77 'arc/common/process.mojom', |
| 76 'arc/common/settings.mojom', | 78 'arc/common/settings.mojom', |
| 79 'arc/common/video.mojom', |
| 77 ], | 80 ], |
| 78 }, | 81 }, |
| 79 ], | 82 ], |
| 80 } | 83 } |
| OLD | NEW |