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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Fix according to review comments Created 3 years, 12 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',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 '../build/isolate.gypi', 757 '../build/isolate.gypi',
756 ], 758 ],
757 'sources': [ 759 'sources': [
758 'chromeos_unittests.isolate', 760 'chromeos_unittests.isolate',
759 ], 761 ],
760 }, 762 },
761 ], 763 ],
762 }], 764 }],
763 ], 765 ],
764 } 766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698