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

Side by Side Diff: components/arc.gypi

Issue 2061183002: arc: IPC method to set custom wallpaper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style fix. Created 4 years, 6 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'arc/metrics/oom_kills_monitor.cc', 72 'arc/metrics/oom_kills_monitor.cc',
73 'arc/metrics/oom_kills_monitor.h', 73 'arc/metrics/oom_kills_monitor.h',
74 'arc/metrics/arc_metrics_service.cc', 74 'arc/metrics/arc_metrics_service.cc',
75 'arc/metrics/arc_metrics_service.h', 75 'arc/metrics/arc_metrics_service.h',
76 'arc/net/arc_net_host_impl.cc', 76 'arc/net/arc_net_host_impl.cc',
77 'arc/net/arc_net_host_impl.h', 77 'arc/net/arc_net_host_impl.h',
78 'arc/obb_mounter/arc_obb_mounter_bridge.cc', 78 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
79 'arc/obb_mounter/arc_obb_mounter_bridge.h', 79 'arc/obb_mounter/arc_obb_mounter_bridge.h',
80 'arc/power/arc_power_bridge.cc', 80 'arc/power/arc_power_bridge.cc',
81 'arc/power/arc_power_bridge.h', 81 'arc/power/arc_power_bridge.h',
82 'arc/set_wallpaper_delegate.h',
82 'arc/storage_manager/arc_storage_manager.cc', 83 'arc/storage_manager/arc_storage_manager.cc',
83 'arc/storage_manager/arc_storage_manager.h', 84 'arc/storage_manager/arc_storage_manager.h',
84 'arc/user_data/arc_user_data_service.cc', 85 'arc/user_data/arc_user_data_service.cc',
85 'arc/user_data/arc_user_data_service.h', 86 '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.cc',
87 'arc/window_manager/arc_window_manager_bridge.h', 88 'arc/window_manager/arc_window_manager_bridge.h',
88 ], 89 ],
89 }, 90 },
90 { 91 {
91 # GN version: //components/arc_test_support 92 # GN version: //components/arc_test_support
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 '../base/base.gyp:base', 199 '../base/base.gyp:base',
199 '../ipc/ipc.gyp:ipc', 200 '../ipc/ipc.gyp:ipc',
200 '../mojo/mojo_edk.gyp:mojo_system_impl', 201 '../mojo/mojo_edk.gyp:mojo_system_impl',
201 ], 202 ],
202 'sources': [ 203 'sources': [
203 'arc/standalone/arc_standalone_bridge_main.cc', 204 'arc/standalone/arc_standalone_bridge_main.cc',
204 ] 205 ]
205 } 206 }
206 ], 207 ],
207 } 208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698