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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2343993003: chromeos: Refactor D-Bus client creation for ash and browser processes (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chromeos/dbus/dbus_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'dbus/audio_node.cc', 86 'dbus/audio_node.cc',
87 'dbus/audio_node.h', 87 'dbus/audio_node.h',
88 'dbus/blocking_method_caller.cc', 88 'dbus/blocking_method_caller.cc',
89 'dbus/blocking_method_caller.h', 89 'dbus/blocking_method_caller.h',
90 'dbus/cras_audio_client.cc', 90 'dbus/cras_audio_client.cc',
91 'dbus/cras_audio_client.h', 91 'dbus/cras_audio_client.h',
92 'dbus/cros_disks_client.cc', 92 'dbus/cros_disks_client.cc',
93 'dbus/cros_disks_client.h', 93 'dbus/cros_disks_client.h',
94 'dbus/cryptohome_client.cc', 94 'dbus/cryptohome_client.cc',
95 'dbus/cryptohome_client.h', 95 'dbus/cryptohome_client.h',
96 'dbus/dbus_client_bundle.cc',
97 'dbus/dbus_client_bundle.h',
98 'dbus/dbus_client_types.cc', 96 'dbus/dbus_client_types.cc',
99 'dbus/dbus_client_types.h', 97 'dbus/dbus_client_types.h',
98 'dbus/dbus_clients_browser.cc',
99 'dbus/dbus_clients_browser.h',
100 'dbus/dbus_clients_common.cc',
101 'dbus/dbus_clients_common.h',
100 'dbus/dbus_method_call_status.cc', 102 'dbus/dbus_method_call_status.cc',
101 'dbus/dbus_method_call_status.h', 103 'dbus/dbus_method_call_status.h',
102 'dbus/dbus_thread_manager.cc', 104 'dbus/dbus_thread_manager.cc',
103 'dbus/dbus_thread_manager.h', 105 'dbus/dbus_thread_manager.h',
104 'dbus/debug_daemon_client.cc', 106 'dbus/debug_daemon_client.cc',
105 'dbus/debug_daemon_client.h', 107 'dbus/debug_daemon_client.h',
106 'dbus/easy_unlock_client.cc', 108 'dbus/easy_unlock_client.cc',
107 'dbus/easy_unlock_client.h', 109 'dbus/easy_unlock_client.h',
108 'dbus/fake_arc_obb_mounter_client.cc', 110 'dbus/fake_arc_obb_mounter_client.cc',
109 'dbus/fake_arc_obb_mounter_client.h', 111 'dbus/fake_arc_obb_mounter_client.h',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 '../build/isolate.gypi', 728 '../build/isolate.gypi',
727 ], 729 ],
728 'sources': [ 730 'sources': [
729 'chromeos_unittests.isolate', 731 'chromeos_unittests.isolate',
730 ], 732 ],
731 }, 733 },
732 ], 734 ],
733 }], 735 }],
734 ], 736 ],
735 } 737 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chromeos/dbus/dbus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698