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

Side by Side Diff: chromeos/chromeos.gyp

Issue 547553005: Make ONCCertificateImporter async. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nss_util_deadcode
Patch Set: Addressed comments. Created 6 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
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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'login/auth/mock_auth_status_consumer.cc', 468 'login/auth/mock_auth_status_consumer.cc',
469 'login/auth/mock_auth_status_consumer.h', 469 'login/auth/mock_auth_status_consumer.h',
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/mock_certificate_importer.cc',
479 'network/onc/mock_certificate_importer.h',
480 'network/onc/onc_test_utils.cc', 478 'network/onc/onc_test_utils.cc',
481 'network/onc/onc_test_utils.h', 479 'network/onc/onc_test_utils.h',
482 'system/mock_statistics_provider.cc', 480 'system/mock_statistics_provider.cc',
483 'system/mock_statistics_provider.h', 481 'system/mock_statistics_provider.h',
484 ], 482 ],
485 'include_dirs': [ 483 'include_dirs': [
486 '..', 484 '..',
487 ], 485 ],
488 }, 486 },
489 { 487 {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 ], 657 ],
660 'variables': { 658 'variables': {
661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
662 'proto_out_dir': 'chromeos/cryptohome', 660 'proto_out_dir': 'chromeos/cryptohome',
663 }, 661 },
664 'includes': ['../build/protoc.gypi'], 662 'includes': ['../build/protoc.gypi'],
665 }, 663 },
666 664
667 ], 665 ],
668 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698