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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1394573003: chromeos: Add SurfaceServiceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'dbus/services/console_service_provider.cc', 251 'dbus/services/console_service_provider.cc',
252 'dbus/services/console_service_provider.h', 252 'dbus/services/console_service_provider.h',
253 'dbus/services/cros_dbus_service.cc', 253 'dbus/services/cros_dbus_service.cc',
254 'dbus/services/cros_dbus_service.h', 254 'dbus/services/cros_dbus_service.h',
255 'dbus/services/display_power_service_provider.cc', 255 'dbus/services/display_power_service_provider.cc',
256 'dbus/services/display_power_service_provider.h', 256 'dbus/services/display_power_service_provider.h',
257 'dbus/services/liveness_service_provider.cc', 257 'dbus/services/liveness_service_provider.cc',
258 'dbus/services/liveness_service_provider.h', 258 'dbus/services/liveness_service_provider.h',
259 'dbus/services/proxy_resolution_service_provider.cc', 259 'dbus/services/proxy_resolution_service_provider.cc',
260 'dbus/services/proxy_resolution_service_provider.h', 260 'dbus/services/proxy_resolution_service_provider.h',
261 'dbus/services/surface_service_provider.cc',
262 'dbus/services/surface_service_provider.h',
261 'dbus/session_manager_client.cc', 263 'dbus/session_manager_client.cc',
262 'dbus/session_manager_client.h', 264 'dbus/session_manager_client.h',
263 'dbus/shill_client_helper.cc', 265 'dbus/shill_client_helper.cc',
264 'dbus/shill_client_helper.h', 266 'dbus/shill_client_helper.h',
265 'dbus/shill_device_client.cc', 267 'dbus/shill_device_client.cc',
266 'dbus/shill_device_client.h', 268 'dbus/shill_device_client.h',
267 'dbus/shill_ipconfig_client.cc', 269 'dbus/shill_ipconfig_client.cc',
268 'dbus/shill_ipconfig_client.h', 270 'dbus/shill_ipconfig_client.h',
269 'dbus/shill_manager_client.cc', 271 'dbus/shill_manager_client.cc',
270 'dbus/shill_manager_client.h', 272 'dbus/shill_manager_client.h',
(...skipping 484 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