OLD | NEW |
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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 'login/auth/mock_authenticator.cc', | 470 'login/auth/mock_authenticator.cc', |
471 'login/auth/mock_authenticator.h', | 471 'login/auth/mock_authenticator.h', |
472 'login/auth/mock_url_fetchers.cc', | 472 'login/auth/mock_url_fetchers.cc', |
473 'login/auth/mock_url_fetchers.h', | 473 'login/auth/mock_url_fetchers.h', |
474 'network/fake_network_device_handler.cc', | 474 'network/fake_network_device_handler.cc', |
475 'network/fake_network_device_handler.h', | 475 'network/fake_network_device_handler.h', |
476 'network/mock_managed_network_configuration_handler.cc', | 476 'network/mock_managed_network_configuration_handler.cc', |
477 'network/mock_managed_network_configuration_handler.h', | 477 'network/mock_managed_network_configuration_handler.h', |
478 'network/onc/onc_test_utils.cc', | 478 'network/onc/onc_test_utils.cc', |
479 'network/onc/onc_test_utils.h', | 479 'network/onc/onc_test_utils.h', |
| 480 'system/fake_statistics_provider.cc', |
| 481 'system/fake_statistics_provider.h', |
480 'system/mock_statistics_provider.cc', | 482 'system/mock_statistics_provider.cc', |
481 'system/mock_statistics_provider.h', | 483 'system/mock_statistics_provider.h', |
482 ], | 484 ], |
483 'include_dirs': [ | 485 'include_dirs': [ |
484 '..', | 486 '..', |
485 ], | 487 ], |
486 }, | 488 }, |
487 { | 489 { |
488 'target_name': 'chromeos_test_support_without_gmock', | 490 'target_name': 'chromeos_test_support_without_gmock', |
489 'type': 'static_library', | 491 'type': 'static_library', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 ], | 659 ], |
658 'variables': { | 660 'variables': { |
659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
660 'proto_out_dir': 'chromeos/cryptohome', | 662 'proto_out_dir': 'chromeos/cryptohome', |
661 }, | 663 }, |
662 'includes': ['../build/protoc.gypi'], | 664 'includes': ['../build/protoc.gypi'], |
663 }, | 665 }, |
664 | 666 |
665 ], | 667 ], |
666 } | 668 } |
OLD | NEW |