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

Side by Side Diff: components/arc.gypi

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added data removing. 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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'arc/common/notifications.mojom', 176 'arc/common/notifications.mojom',
177 'arc/common/obb_mounter.mojom', 177 'arc/common/obb_mounter.mojom',
178 'arc/common/policy.mojom', 178 'arc/common/policy.mojom',
179 'arc/common/power.mojom', 179 'arc/common/power.mojom',
180 'arc/common/process.mojom', 180 'arc/common/process.mojom',
181 'arc/common/scale_factor.mojom', 181 'arc/common/scale_factor.mojom',
182 'arc/common/screen_rect.mojom', 182 'arc/common/screen_rect.mojom',
183 'arc/common/storage_manager.mojom', 183 'arc/common/storage_manager.mojom',
184 'arc/common/video.mojom', 184 'arc/common/video.mojom',
185 'arc/common/video_accelerator.mojom', 185 'arc/common/video_accelerator.mojom',
186 'arc/common/watchdog.mojom',
186 'arc/common/window_manager.mojom', 187 'arc/common/window_manager.mojom',
187 'arc/common/app_struct_traits.cc', 188 'arc/common/app_struct_traits.cc',
188 ], 189 ],
189 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 190 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
190 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], 191 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ],
191 }, 192 },
192 { 193 {
193 # GN version: //components/arc:arc_standalone_service 194 # GN version: //components/arc:arc_standalone_service
194 'target_name': 'arc_standalone_service', 195 'target_name': 'arc_standalone_service',
195 'type': 'static_library', 196 'type': 'static_library',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../base/base.gyp:base', 235 '../base/base.gyp:base',
235 '../ipc/ipc.gyp:ipc', 236 '../ipc/ipc.gyp:ipc',
236 '../mojo/mojo_edk.gyp:mojo_system_impl', 237 '../mojo/mojo_edk.gyp:mojo_system_impl',
237 ], 238 ],
238 'sources': [ 239 'sources': [
239 'arc/standalone/arc_standalone_bridge_main.cc', 240 'arc/standalone/arc_standalone_bridge_main.cc',
240 ] 241 ]
241 } 242 }
242 ], 243 ],
243 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698