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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14493004: dbus: Add FakeBus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove garbage line. 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/mock_dbus_thread_manager_without_gmock.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 371 ],
372 'include_dirs': [ 372 'include_dirs': [
373 '..', 373 '..',
374 ], 374 ],
375 }, 375 },
376 { 376 {
377 'target_name': 'chromeos_test_support_without_gmock', 377 'target_name': 'chromeos_test_support_without_gmock',
378 'type': 'static_library', 378 'type': 'static_library',
379 'dependencies': [ 379 'dependencies': [
380 '../build/linux/system.gyp:dbus', 380 '../build/linux/system.gyp:dbus',
381 '../dbus/dbus.gyp:dbus_test_support',
381 'chromeos', 382 'chromeos',
382 'power_manager_proto', 383 'power_manager_proto',
383 ], 384 ],
384 'sources': [ 385 'sources': [
385 'dbus/fake_cros_disks_client.cc', 386 'dbus/fake_cros_disks_client.cc',
386 'dbus/fake_cros_disks_client.h', 387 'dbus/fake_cros_disks_client.h',
387 'dbus/fake_power_manager_client.cc', 388 'dbus/fake_power_manager_client.cc',
388 'dbus/fake_power_manager_client.h', 389 'dbus/fake_power_manager_client.h',
389 'dbus/mock_dbus_thread_manager_without_gmock.cc', 390 'dbus/mock_dbus_thread_manager_without_gmock.cc',
390 'dbus/mock_dbus_thread_manager_without_gmock.h', 391 'dbus/mock_dbus_thread_manager_without_gmock.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../third_party/cros_system_api/dbus/video_activity_update.proto', 521 '../third_party/cros_system_api/dbus/video_activity_update.proto',
521 ], 522 ],
522 'variables': { 523 'variables': {
523 'proto_in_dir': '../third_party/cros_system_api/dbus/', 524 'proto_in_dir': '../third_party/cros_system_api/dbus/',
524 'proto_out_dir': 'chromeos/dbus', 525 'proto_out_dir': 'chromeos/dbus',
525 }, 526 },
526 'includes': ['../build/protoc.gypi'], 527 'includes': ['../build/protoc.gypi'],
527 }, 528 },
528 ], 529 ],
529 } 530 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698