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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Fix according to comments Created 3 years, 11 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'cryptohome/cryptohome_parameters.cc', 76 'cryptohome/cryptohome_parameters.cc',
77 'cryptohome/cryptohome_parameters.h', 77 'cryptohome/cryptohome_parameters.h',
78 'cryptohome/cryptohome_util.cc', 78 'cryptohome/cryptohome_util.cc',
79 'cryptohome/cryptohome_util.h', 79 'cryptohome/cryptohome_util.h',
80 'cryptohome/homedir_methods.cc', 80 'cryptohome/homedir_methods.cc',
81 'cryptohome/homedir_methods.h', 81 'cryptohome/homedir_methods.h',
82 'cryptohome/system_salt_getter.cc', 82 'cryptohome/system_salt_getter.cc',
83 'cryptohome/system_salt_getter.h', 83 'cryptohome/system_salt_getter.h',
84 'dbus/arc_obb_mounter_client.cc', 84 'dbus/arc_obb_mounter_client.cc',
85 'dbus/arc_obb_mounter_client.h', 85 'dbus/arc_obb_mounter_client.h',
86 'dbus/arc_trace_agent.cc',
87 'dbus/arc_trace_agent.h',
86 'dbus/audio_node.cc', 88 'dbus/audio_node.cc',
87 'dbus/audio_node.h', 89 'dbus/audio_node.h',
88 'dbus/auth_policy_client.cc', 90 'dbus/auth_policy_client.cc',
89 'dbus/auth_policy_client.h', 91 'dbus/auth_policy_client.h',
90 'dbus/blocking_method_caller.cc', 92 'dbus/blocking_method_caller.cc',
91 'dbus/blocking_method_caller.h', 93 'dbus/blocking_method_caller.h',
92 'dbus/cras_audio_client.cc', 94 'dbus/cras_audio_client.cc',
93 'dbus/cras_audio_client.h', 95 'dbus/cras_audio_client.h',
94 'dbus/cros_disks_client.cc', 96 'dbus/cros_disks_client.cc',
95 'dbus/cros_disks_client.h', 97 'dbus/cros_disks_client.h',
96 'dbus/cryptohome_client.cc', 98 'dbus/cryptohome_client.cc',
97 'dbus/cryptohome_client.h', 99 'dbus/cryptohome_client.h',
98 'dbus/dbus_client_implementation_type.h', 100 'dbus/dbus_client_implementation_type.h',
99 'dbus/dbus_clients_browser.cc', 101 'dbus/dbus_clients_browser.cc',
100 'dbus/dbus_clients_browser.h', 102 'dbus/dbus_clients_browser.h',
101 'dbus/dbus_clients_common.cc', 103 'dbus/dbus_clients_common.cc',
102 'dbus/dbus_clients_common.h', 104 'dbus/dbus_clients_common.h',
103 'dbus/dbus_method_call_status.cc', 105 'dbus/dbus_method_call_status.cc',
104 'dbus/dbus_method_call_status.h', 106 'dbus/dbus_method_call_status.h',
105 'dbus/dbus_thread_manager.cc', 107 'dbus/dbus_thread_manager.cc',
106 'dbus/dbus_thread_manager.h', 108 'dbus/dbus_thread_manager.h',
107 'dbus/debug_daemon_client.cc', 109 'dbus/debug_daemon_client.cc',
108 'dbus/debug_daemon_client.h', 110 'dbus/debug_daemon_client.h',
109 'dbus/easy_unlock_client.cc', 111 'dbus/easy_unlock_client.cc',
110 'dbus/easy_unlock_client.h', 112 'dbus/easy_unlock_client.h',
111 'dbus/fake_arc_obb_mounter_client.cc', 113 'dbus/fake_arc_obb_mounter_client.cc',
112 'dbus/fake_arc_obb_mounter_client.h', 114 'dbus/fake_arc_obb_mounter_client.h',
115 'dbus/fake_arc_trace_agent.cc',
116 'dbus/fake_arc_trace_agent.h',
113 'dbus/fake_auth_policy_client.cc', 117 'dbus/fake_auth_policy_client.cc',
114 'dbus/fake_auth_policy_client.h', 118 'dbus/fake_auth_policy_client.h',
115 'dbus/fake_cras_audio_client.cc', 119 'dbus/fake_cras_audio_client.cc',
116 'dbus/fake_cras_audio_client.h', 120 'dbus/fake_cras_audio_client.h',
117 'dbus/fake_cros_disks_client.cc', 121 'dbus/fake_cros_disks_client.cc',
118 'dbus/fake_cros_disks_client.h', 122 'dbus/fake_cros_disks_client.h',
119 'dbus/fake_cryptohome_client.cc', 123 'dbus/fake_cryptohome_client.cc',
120 'dbus/fake_cryptohome_client.h', 124 'dbus/fake_cryptohome_client.h',
121 'dbus/fake_debug_daemon_client.cc', 125 'dbus/fake_debug_daemon_client.cc',
122 'dbus/fake_debug_daemon_client.h', 126 'dbus/fake_debug_daemon_client.h',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 '../build/isolate.gypi', 759 '../build/isolate.gypi',
756 ], 760 ],
757 'sources': [ 761 'sources': [
758 'chromeos_unittests.isolate', 762 'chromeos_unittests.isolate',
759 ], 763 ],
760 }, 764 },
761 ], 765 ],
762 }], 766 }],
763 ], 767 ],
764 } 768 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698