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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2345593002: chromeos: Add suspend delay tests for PowerManagerClient. (Closed)
Patch Set: address review comments 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 | « no previous file | chromeos/dbus/power_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 # 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'cryptohome/system_salt_getter_unittest.cc', 408 'cryptohome/system_salt_getter_unittest.cc',
409 'dbus/blocking_method_caller_unittest.cc', 409 'dbus/blocking_method_caller_unittest.cc',
410 'dbus/cras_audio_client_unittest.cc', 410 'dbus/cras_audio_client_unittest.cc',
411 'dbus/cros_disks_client_unittest.cc', 411 'dbus/cros_disks_client_unittest.cc',
412 'dbus/dbus_client_bundle_unittest.cc', 412 'dbus/dbus_client_bundle_unittest.cc',
413 'dbus/fake_cryptohome_client_unittest.cc', 413 'dbus/fake_cryptohome_client_unittest.cc',
414 'dbus/fake_easy_unlock_client_unittest.cc', 414 'dbus/fake_easy_unlock_client_unittest.cc',
415 'dbus/fake_power_manager_client_unittest.cc', 415 'dbus/fake_power_manager_client_unittest.cc',
416 'dbus/gsm_sms_client_unittest.cc', 416 'dbus/gsm_sms_client_unittest.cc',
417 'dbus/modem_messaging_client_unittest.cc', 417 'dbus/modem_messaging_client_unittest.cc',
418 'dbus/power_manager_client_unittest.cc',
418 'dbus/power_policy_controller_unittest.cc', 419 'dbus/power_policy_controller_unittest.cc',
419 'dbus/services/cros_dbus_service_unittest.cc', 420 'dbus/services/cros_dbus_service_unittest.cc',
420 'dbus/services/proxy_resolution_service_provider_unittest.cc', 421 'dbus/services/proxy_resolution_service_provider_unittest.cc',
421 'dbus/shill_client_unittest_base.cc', 422 'dbus/shill_client_unittest_base.cc',
422 'dbus/shill_client_unittest_base.h', 423 'dbus/shill_client_unittest_base.h',
423 'dbus/shill_device_client_unittest.cc', 424 'dbus/shill_device_client_unittest.cc',
424 'dbus/shill_ipconfig_client_unittest.cc', 425 'dbus/shill_ipconfig_client_unittest.cc',
425 'dbus/shill_manager_client_unittest.cc', 426 'dbus/shill_manager_client_unittest.cc',
426 'dbus/shill_profile_client_unittest.cc', 427 'dbus/shill_profile_client_unittest.cc',
427 'dbus/shill_service_client_unittest.cc', 428 'dbus/shill_service_client_unittest.cc',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 '../build/isolate.gypi', 724 '../build/isolate.gypi',
724 ], 725 ],
725 'sources': [ 726 'sources': [
726 'chromeos_unittests.isolate', 727 'chromeos_unittests.isolate',
727 ], 728 ],
728 }, 729 },
729 ], 730 ],
730 }], 731 }],
731 ], 732 ],
732 } 733 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698