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

Side by Side Diff: components/arc.gypi

Issue 1572483002: Implement OnGetNetworks for net.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
29 'arc/arc_bridge_service.h', 29 'arc/arc_bridge_service.h',
30 'arc/arc_bridge_service_impl.cc', 30 'arc/arc_bridge_service_impl.cc',
31 'arc/arc_bridge_service_impl.h', 31 'arc/arc_bridge_service_impl.h',
32 'arc/arc_service_manager.cc', 32 'arc/arc_service_manager.cc',
33 'arc/arc_service_manager.h', 33 'arc/arc_service_manager.h',
34 'arc/clipboard/arc_clipboard_bridge.cc', 34 'arc/clipboard/arc_clipboard_bridge.cc',
35 'arc/clipboard/arc_clipboard_bridge.h', 35 'arc/clipboard/arc_clipboard_bridge.h',
36 'arc/input/arc_input_bridge.h', 36 'arc/input/arc_input_bridge.h',
37 'arc/input/arc_input_bridge_impl.cc', 37 'arc/input/arc_input_bridge_impl.cc',
38 'arc/input/arc_input_bridge_impl.h', 38 'arc/input/arc_input_bridge_impl.h',
39 'arc/net/arc_net_host_impl.cc',
40 'arc/net/arc_net_host_impl.h',
39 'arc/settings/arc_settings_bridge.cc', 41 'arc/settings/arc_settings_bridge.cc',
40 'arc/settings/arc_settings_bridge.h', 42 'arc/settings/arc_settings_bridge.h',
41 'arc/power/arc_power_bridge.cc', 43 'arc/power/arc_power_bridge.cc',
42 'arc/power/arc_power_bridge.h', 44 'arc/power/arc_power_bridge.h',
43 ], 45 ],
44 }, 46 },
45 { 47 {
46 # GN version: //components/arc_test_support 48 # GN version: //components/arc_test_support
47 'target_name': 'arc_test_support', 49 'target_name': 'arc_test_support',
48 'type': 'static_library', 50 'type': 'static_library',
(...skipping 20 matching lines...) Expand all
69 'type': 'static_library', 71 'type': 'static_library',
70 'includes': [ 72 'includes': [
71 '../third_party/mojo/mojom_bindings_generator.gypi', 73 '../third_party/mojo/mojom_bindings_generator.gypi',
72 ], 74 ],
73 'sources': [ 75 'sources': [
74 'arc/common/app.mojom', 76 'arc/common/app.mojom',
75 'arc/common/arc_bridge.mojom', 77 'arc/common/arc_bridge.mojom',
76 'arc/common/auth.mojom', 78 'arc/common/auth.mojom',
77 'arc/common/clipboard.mojom', 79 'arc/common/clipboard.mojom',
78 'arc/common/input.mojom', 80 'arc/common/input.mojom',
81 'arc/common/net.mojom',
79 'arc/common/notifications.mojom', 82 'arc/common/notifications.mojom',
80 'arc/common/power.mojom', 83 'arc/common/power.mojom',
81 'arc/common/process.mojom', 84 'arc/common/process.mojom',
82 'arc/common/settings.mojom', 85 'arc/common/settings.mojom',
83 ], 86 ],
84 }, 87 },
85 ], 88 ],
86 } 89 }
OLDNEW
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698