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

Side by Side Diff: chromeos/chromeos.gyp

Issue 13927010: Bluetooth: implement BlueZ 5 backend for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix review comment Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/dbus/experimental_bluetooth_adapter_client.cc » ('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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'dbus/experimental_bluetooth_agent_manager_client.cc', 75 'dbus/experimental_bluetooth_agent_manager_client.cc',
76 'dbus/experimental_bluetooth_agent_manager_client.h', 76 'dbus/experimental_bluetooth_agent_manager_client.h',
77 'dbus/experimental_bluetooth_agent_service_provider.cc', 77 'dbus/experimental_bluetooth_agent_service_provider.cc',
78 'dbus/experimental_bluetooth_agent_service_provider.h', 78 'dbus/experimental_bluetooth_agent_service_provider.h',
79 'dbus/experimental_bluetooth_device_client.cc', 79 'dbus/experimental_bluetooth_device_client.cc',
80 'dbus/experimental_bluetooth_device_client.h', 80 'dbus/experimental_bluetooth_device_client.h',
81 'dbus/experimental_bluetooth_profile_manager_client.cc', 81 'dbus/experimental_bluetooth_profile_manager_client.cc',
82 'dbus/experimental_bluetooth_profile_manager_client.h', 82 'dbus/experimental_bluetooth_profile_manager_client.h',
83 'dbus/experimental_bluetooth_profile_service_provider.cc', 83 'dbus/experimental_bluetooth_profile_service_provider.cc',
84 'dbus/experimental_bluetooth_profile_service_provider.h', 84 'dbus/experimental_bluetooth_profile_service_provider.h',
85 'dbus/fake_bluetooth_adapter_client.cc',
86 'dbus/fake_bluetooth_adapter_client.h',
87 'dbus/fake_bluetooth_agent_manager_client.cc',
88 'dbus/fake_bluetooth_agent_manager_client.h',
89 'dbus/fake_bluetooth_agent_service_provider.cc',
90 'dbus/fake_bluetooth_agent_service_provider.h',
91 'dbus/fake_bluetooth_device_client.cc',
92 'dbus/fake_bluetooth_device_client.h',
93 'dbus/fake_bluetooth_profile_manager_client.cc',
94 'dbus/fake_bluetooth_profile_manager_client.h',
95 'dbus/fake_bluetooth_profile_service_provider.cc',
96 'dbus/fake_bluetooth_profile_service_provider.h',
85 'dbus/gsm_sms_client.cc', 97 'dbus/gsm_sms_client.cc',
86 'dbus/gsm_sms_client.h', 98 'dbus/gsm_sms_client.h',
87 'dbus/shill_client_helper.cc', 99 'dbus/shill_client_helper.cc',
88 'dbus/shill_client_helper.h', 100 'dbus/shill_client_helper.h',
89 'dbus/shill_device_client.cc', 101 'dbus/shill_device_client.cc',
90 'dbus/shill_device_client.h', 102 'dbus/shill_device_client.h',
91 'dbus/shill_device_client_stub.cc', 103 'dbus/shill_device_client_stub.cc',
92 'dbus/shill_device_client_stub.h', 104 'dbus/shill_device_client_stub.h',
93 'dbus/shill_ipconfig_client.cc', 105 'dbus/shill_ipconfig_client.cc',
94 'dbus/shill_ipconfig_client.h', 106 'dbus/shill_ipconfig_client.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '../third_party/cros_system_api/dbus/video_activity_update.proto', 523 '../third_party/cros_system_api/dbus/video_activity_update.proto',
512 ], 524 ],
513 'variables': { 525 'variables': {
514 'proto_in_dir': '../third_party/cros_system_api/dbus/', 526 'proto_in_dir': '../third_party/cros_system_api/dbus/',
515 'proto_out_dir': 'chromeos/dbus', 527 'proto_out_dir': 'chromeos/dbus',
516 }, 528 },
517 'includes': ['../build/protoc.gypi'], 529 'includes': ['../build/protoc.gypi'],
518 }, 530 },
519 ], 531 ],
520 } 532 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/experimental_bluetooth_adapter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698