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

Side by Side Diff: components/arc.gypi

Issue 1966133002: Run RemoveArcData after a user has opted out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unregister observer on shutdown 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'arc/metrics/arc_metrics_service.cc', 71 'arc/metrics/arc_metrics_service.cc',
72 'arc/metrics/arc_metrics_service.h', 72 'arc/metrics/arc_metrics_service.h',
73 'arc/net/arc_net_host_impl.cc', 73 'arc/net/arc_net_host_impl.cc',
74 'arc/net/arc_net_host_impl.h', 74 'arc/net/arc_net_host_impl.h',
75 'arc/obb_mounter/arc_obb_mounter_bridge.cc', 75 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
76 'arc/obb_mounter/arc_obb_mounter_bridge.h', 76 'arc/obb_mounter/arc_obb_mounter_bridge.h',
77 'arc/power/arc_power_bridge.cc', 77 'arc/power/arc_power_bridge.cc',
78 'arc/power/arc_power_bridge.h', 78 'arc/power/arc_power_bridge.h',
79 'arc/storage_manager/arc_storage_manager.cc', 79 'arc/storage_manager/arc_storage_manager.cc',
80 'arc/storage_manager/arc_storage_manager.h', 80 'arc/storage_manager/arc_storage_manager.h',
81 'arc/user_data/arc_user_data_service.cc',
82 'arc/user_data/arc_user_data_service.h',
81 'arc/window_manager/arc_window_manager_bridge.cc', 83 'arc/window_manager/arc_window_manager_bridge.cc',
82 'arc/window_manager/arc_window_manager_bridge.h', 84 'arc/window_manager/arc_window_manager_bridge.h',
83 ], 85 ],
84 }, 86 },
85 { 87 {
86 # GN version: //components/arc_test_support 88 # GN version: //components/arc_test_support
87 'target_name': 'arc_test_support', 89 'target_name': 'arc_test_support',
88 'type': 'static_library', 90 'type': 'static_library',
89 'include_dirs': [ 91 'include_dirs': [
90 '..', 92 '..',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../base/base.gyp:base', 189 '../base/base.gyp:base',
188 '../ipc/ipc.gyp:ipc', 190 '../ipc/ipc.gyp:ipc',
189 '../mojo/mojo_edk.gyp:mojo_system_impl', 191 '../mojo/mojo_edk.gyp:mojo_system_impl',
190 ], 192 ],
191 'sources': [ 193 'sources': [
192 'arc/standalone/arc_standalone_bridge_main.cc', 194 'arc/standalone/arc_standalone_bridge_main.cc',
193 ] 195 ]
194 } 196 }
195 ], 197 ],
196 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698