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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 135193007: Use user specific NSSDatabase in CertLoader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: return of slow task runner Created 6 years, 11 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'browser/chromeos/mobile/mobile_activator.cc', 641 'browser/chromeos/mobile/mobile_activator.cc',
642 'browser/chromeos/mobile/mobile_activator.h', 642 'browser/chromeos/mobile/mobile_activator.h',
643 'browser/chromeos/mobile_config.cc', 643 'browser/chromeos/mobile_config.cc',
644 'browser/chromeos/mobile_config.h', 644 'browser/chromeos/mobile_config.h',
645 'browser/chromeos/net/network_portal_detector.cc', 645 'browser/chromeos/net/network_portal_detector.cc',
646 'browser/chromeos/net/network_portal_detector.h', 646 'browser/chromeos/net/network_portal_detector.h',
647 'browser/chromeos/net/network_portal_detector_impl.cc', 647 'browser/chromeos/net/network_portal_detector_impl.cc',
648 'browser/chromeos/net/network_portal_detector_impl.h', 648 'browser/chromeos/net/network_portal_detector_impl.h',
649 'browser/chromeos/net/network_portal_detector_test_impl.cc', 649 'browser/chromeos/net/network_portal_detector_test_impl.cc',
650 'browser/chromeos/net/network_portal_detector_test_impl.h', 650 'browser/chromeos/net/network_portal_detector_test_impl.h',
651 'browser/chromeos/net/nss_cert_database_factory.cc',
652 'browser/chromeos/net/nss_cert_database_factory.h',
651 'browser/chromeos/net/onc_utils.cc', 653 'browser/chromeos/net/onc_utils.cc',
652 'browser/chromeos/net/onc_utils.h', 654 'browser/chromeos/net/onc_utils.h',
653 'browser/chromeos/net/proxy_config_handler.cc', 655 'browser/chromeos/net/proxy_config_handler.cc',
654 'browser/chromeos/net/proxy_config_handler.h', 656 'browser/chromeos/net/proxy_config_handler.h',
655 'browser/chromeos/offline/offline_load_page.cc', 657 'browser/chromeos/offline/offline_load_page.cc',
656 'browser/chromeos/offline/offline_load_page.h', 658 'browser/chromeos/offline/offline_load_page.h',
657 'browser/chromeos/options/cert_library.cc', 659 'browser/chromeos/options/cert_library.cc',
658 'browser/chromeos/options/cert_library.h', 660 'browser/chromeos/options/cert_library.h',
659 'browser/chromeos/options/network_config_view.cc', 661 'browser/chromeos/options/network_config_view.cc',
660 'browser/chromeos/options/network_config_view.h', 662 'browser/chromeos/options/network_config_view.h',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'browser/chromeos/attestation/attestation_signed_data.proto', 1007 'browser/chromeos/attestation/attestation_signed_data.proto',
1006 ], 1008 ],
1007 'variables': { 1009 'variables': {
1008 'proto_in_dir': 'browser/chromeos/attestation', 1010 'proto_in_dir': 'browser/chromeos/attestation',
1009 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1011 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1010 }, 1012 },
1011 'includes': [ '../build/protoc.gypi' ] 1013 'includes': [ '../build/protoc.gypi' ]
1012 }, 1014 },
1013 ], 1015 ],
1014 } 1016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698