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

Side by Side Diff: chromeos/chromeos.gyp

Issue 644413003: Replace MockStatisticsProvider with FakeStatisticsProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'login/auth/mock_authenticator.cc', 535 'login/auth/mock_authenticator.cc',
536 'login/auth/mock_authenticator.h', 536 'login/auth/mock_authenticator.h',
537 'login/auth/mock_url_fetchers.cc', 537 'login/auth/mock_url_fetchers.cc',
538 'login/auth/mock_url_fetchers.h', 538 'login/auth/mock_url_fetchers.h',
539 'network/fake_network_device_handler.cc', 539 'network/fake_network_device_handler.cc',
540 'network/fake_network_device_handler.h', 540 'network/fake_network_device_handler.h',
541 'network/mock_managed_network_configuration_handler.cc', 541 'network/mock_managed_network_configuration_handler.cc',
542 'network/mock_managed_network_configuration_handler.h', 542 'network/mock_managed_network_configuration_handler.h',
543 'network/onc/onc_test_utils.cc', 543 'network/onc/onc_test_utils.cc',
544 'network/onc/onc_test_utils.h', 544 'network/onc/onc_test_utils.h',
545 'system/mock_statistics_provider.cc', 545 'system/fake_statistics_provider.cc',
546 'system/mock_statistics_provider.h', 546 'system/fake_statistics_provider.h',
547 ], 547 ],
548 'include_dirs': [ 548 'include_dirs': [
549 '..', 549 '..',
550 ], 550 ],
551 }, 551 },
552 { 552 {
553 # GN version: //chromeos:test_support_without_gmock 553 # GN version: //chromeos:test_support_without_gmock
554 'target_name': 'chromeos_test_support_without_gmock', 554 'target_name': 'chromeos_test_support_without_gmock',
555 'type': 'static_library', 555 'type': 'static_library',
556 'export_dependent_settings': [ 556 'export_dependent_settings': [
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 668 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
669 ], 669 ],
670 'variables': { 670 'variables': {
671 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 671 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
672 'proto_out_dir': 'chromeos/cryptohome', 672 'proto_out_dir': 'chromeos/cryptohome',
673 }, 673 },
674 'includes': ['../build/protoc.gypi'], 674 'includes': ['../build/protoc.gypi'],
675 }, 675 },
676 ], 676 ],
677 } 677 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698