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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14428004: dbus: Add FakeShillManagerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add 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/fake_shill_manager_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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'dependencies': [ 379 'dependencies': [
380 '../build/linux/system.gyp:dbus', 380 '../build/linux/system.gyp:dbus',
381 'chromeos', 381 'chromeos',
382 'power_manager_proto', 382 'power_manager_proto',
383 ], 383 ],
384 'sources': [ 384 'sources': [
385 'dbus/fake_cros_disks_client.cc', 385 'dbus/fake_cros_disks_client.cc',
386 'dbus/fake_cros_disks_client.h', 386 'dbus/fake_cros_disks_client.h',
387 'dbus/fake_power_manager_client.cc', 387 'dbus/fake_power_manager_client.cc',
388 'dbus/fake_power_manager_client.h', 388 'dbus/fake_power_manager_client.h',
389 'dbus/fake_shill_manager_client.cc',
390 'dbus/fake_shill_manager_client.h',
389 'dbus/mock_dbus_thread_manager_without_gmock.cc', 391 'dbus/mock_dbus_thread_manager_without_gmock.cc',
390 'dbus/mock_dbus_thread_manager_without_gmock.h', 392 'dbus/mock_dbus_thread_manager_without_gmock.h',
391 'dbus/ibus/mock_ibus_client.cc', 393 'dbus/ibus/mock_ibus_client.cc',
392 'dbus/ibus/mock_ibus_client.h', 394 'dbus/ibus/mock_ibus_client.h',
393 'dbus/ibus/mock_ibus_config_client.cc', 395 'dbus/ibus/mock_ibus_config_client.cc',
394 'dbus/ibus/mock_ibus_config_client.h', 396 'dbus/ibus/mock_ibus_config_client.h',
395 'dbus/ibus/mock_ibus_input_context_client.cc', 397 'dbus/ibus/mock_ibus_input_context_client.cc',
396 'dbus/ibus/mock_ibus_input_context_client.h', 398 'dbus/ibus/mock_ibus_input_context_client.h',
397 'dbus/ibus/mock_ibus_engine_factory_service.cc', 399 'dbus/ibus/mock_ibus_engine_factory_service.cc',
398 'dbus/ibus/mock_ibus_engine_factory_service.h', 400 'dbus/ibus/mock_ibus_engine_factory_service.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../third_party/cros_system_api/dbus/video_activity_update.proto', 522 '../third_party/cros_system_api/dbus/video_activity_update.proto',
521 ], 523 ],
522 'variables': { 524 'variables': {
523 'proto_in_dir': '../third_party/cros_system_api/dbus/', 525 'proto_in_dir': '../third_party/cros_system_api/dbus/',
524 'proto_out_dir': 'chromeos/dbus', 526 'proto_out_dir': 'chromeos/dbus',
525 }, 527 },
526 'includes': ['../build/protoc.gypi'], 528 'includes': ['../build/protoc.gypi'],
527 }, 529 },
528 ], 530 ],
529 } 531 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/fake_shill_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698