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

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: Addressed comments Created 4 years, 7 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'arc/intent_helper/link_handler_model_impl.h', 67 'arc/intent_helper/link_handler_model_impl.h',
68 'arc/metrics/oom_kills_histogram.h', 68 'arc/metrics/oom_kills_histogram.h',
69 'arc/metrics/oom_kills_monitor.cc', 69 'arc/metrics/oom_kills_monitor.cc',
70 'arc/metrics/oom_kills_monitor.h', 70 'arc/metrics/oom_kills_monitor.h',
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/power/arc_power_bridge.cc', 75 'arc/power/arc_power_bridge.cc',
76 'arc/power/arc_power_bridge.h', 76 'arc/power/arc_power_bridge.h',
77 'arc/userdata/arc_user_data_service.cc',
Daniel Erat 2016/05/18 00:31:26 it feels weird to have an underscore between "user
dspaid 2016/05/20 07:27:07 Done.
78 'arc/userdata/arc_user_data_service.h',
77 'arc/window_manager/arc_window_manager_bridge.cc', 79 'arc/window_manager/arc_window_manager_bridge.cc',
78 'arc/window_manager/arc_window_manager_bridge.h', 80 'arc/window_manager/arc_window_manager_bridge.h',
79 ], 81 ],
80 }, 82 },
81 { 83 {
82 # GN version: //components/arc_test_support 84 # GN version: //components/arc_test_support
83 'target_name': 'arc_test_support', 85 'target_name': 'arc_test_support',
84 'type': 'static_library', 86 'type': 'static_library',
85 'include_dirs': [ 87 'include_dirs': [
86 '..', 88 '..',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 '../base/base.gyp:base', 180 '../base/base.gyp:base',
179 '../ipc/ipc.gyp:ipc', 181 '../ipc/ipc.gyp:ipc',
180 '../mojo/mojo_edk.gyp:mojo_system_impl', 182 '../mojo/mojo_edk.gyp:mojo_system_impl',
181 ], 183 ],
182 'sources': [ 184 'sources': [
183 'arc/standalone/arc_standalone_bridge_main.cc', 185 'arc/standalone/arc_standalone_bridge_main.cc',
184 ] 186 ]
185 } 187 }
186 ], 188 ],
187 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698