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

Side by Side Diff: components/arc.gypi

Issue 2168533002: Remove window_manager.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'arc/net/arc_net_host_impl.h', 76 'arc/net/arc_net_host_impl.h',
77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
78 'arc/obb_mounter/arc_obb_mounter_bridge.h', 78 'arc/obb_mounter/arc_obb_mounter_bridge.h',
79 'arc/power/arc_power_bridge.cc', 79 'arc/power/arc_power_bridge.cc',
80 'arc/power/arc_power_bridge.h', 80 'arc/power/arc_power_bridge.h',
81 'arc/set_wallpaper_delegate.h', 81 'arc/set_wallpaper_delegate.h',
82 'arc/storage_manager/arc_storage_manager.cc', 82 'arc/storage_manager/arc_storage_manager.cc',
83 'arc/storage_manager/arc_storage_manager.h', 83 'arc/storage_manager/arc_storage_manager.h',
84 'arc/user_data/arc_user_data_service.cc', 84 'arc/user_data/arc_user_data_service.cc',
85 'arc/user_data/arc_user_data_service.h', 85 'arc/user_data/arc_user_data_service.h',
86 'arc/window_manager/arc_window_manager_bridge.cc',
87 'arc/window_manager/arc_window_manager_bridge.h',
88 ], 86 ],
89 }, 87 },
90 { 88 {
91 # GN version: //components/arc:arc_base 89 # GN version: //components/arc:arc_base
92 'target_name': 'arc_base', 90 'target_name': 'arc_base',
93 'type': 'static_library', 91 'type': 'static_library',
94 'include_dirs': [ 92 'include_dirs': [
95 '..', 93 '..',
96 ], 94 ],
97 'dependencies': [ 95 'dependencies': [
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'arc/common/notifications.mojom', 174 'arc/common/notifications.mojom',
177 'arc/common/obb_mounter.mojom', 175 'arc/common/obb_mounter.mojom',
178 'arc/common/policy.mojom', 176 'arc/common/policy.mojom',
179 'arc/common/power.mojom', 177 'arc/common/power.mojom',
180 'arc/common/process.mojom', 178 'arc/common/process.mojom',
181 'arc/common/scale_factor.mojom', 179 'arc/common/scale_factor.mojom',
182 'arc/common/screen_rect.mojom', 180 'arc/common/screen_rect.mojom',
183 'arc/common/storage_manager.mojom', 181 'arc/common/storage_manager.mojom',
184 'arc/common/video.mojom', 182 'arc/common/video.mojom',
185 'arc/common/video_accelerator.mojom', 183 'arc/common/video_accelerator.mojom',
186 'arc/common/window_manager.mojom',
187 'arc/common/app_struct_traits.cc', 184 'arc/common/app_struct_traits.cc',
188 ], 185 ],
189 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 186 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
190 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], 187 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ],
191 }, 188 },
192 { 189 {
193 # GN version: //components/arc:arc_standalone_service 190 # GN version: //components/arc:arc_standalone_service
194 'target_name': 'arc_standalone_service', 191 'target_name': 'arc_standalone_service',
195 'type': 'static_library', 192 'type': 'static_library',
196 'dependencies': [ 193 'dependencies': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../base/base.gyp:base', 231 '../base/base.gyp:base',
235 '../ipc/ipc.gyp:ipc', 232 '../ipc/ipc.gyp:ipc',
236 '../mojo/mojo_edk.gyp:mojo_system_impl', 233 '../mojo/mojo_edk.gyp:mojo_system_impl',
237 ], 234 ],
238 'sources': [ 235 'sources': [
239 'arc/standalone/arc_standalone_bridge_main.cc', 236 'arc/standalone/arc_standalone_bridge_main.cc',
240 ] 237 ]
241 } 238 }
242 ], 239 ],
243 } 240 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698