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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 137553004: NSS Cros multiprofile: trust roots added by a profile shouldn't apply to other profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: handle additional trust roots, add TestRootCertsTest.Contains, remove instantiated certtests from c… Created 6 years, 10 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'browser/chromeos/login/webui_screen_locker.cc', 635 'browser/chromeos/login/webui_screen_locker.cc',
636 'browser/chromeos/login/webui_screen_locker.h', 636 'browser/chromeos/login/webui_screen_locker.h',
637 'browser/chromeos/login/wizard_controller.cc', 637 'browser/chromeos/login/wizard_controller.cc',
638 'browser/chromeos/login/wizard_controller.h', 638 'browser/chromeos/login/wizard_controller.h',
639 'browser/chromeos/memory/oom_priority_manager.cc', 639 'browser/chromeos/memory/oom_priority_manager.cc',
640 'browser/chromeos/memory/oom_priority_manager.h', 640 'browser/chromeos/memory/oom_priority_manager.h',
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/cert_verify_proc_chromeos.cc',
646 'browser/chromeos/net/cert_verify_proc_chromeos.h',
645 'browser/chromeos/net/network_portal_detector.cc', 647 'browser/chromeos/net/network_portal_detector.cc',
646 'browser/chromeos/net/network_portal_detector.h', 648 'browser/chromeos/net/network_portal_detector.h',
647 'browser/chromeos/net/network_portal_detector_impl.cc', 649 'browser/chromeos/net/network_portal_detector_impl.cc',
648 'browser/chromeos/net/network_portal_detector_impl.h', 650 'browser/chromeos/net/network_portal_detector_impl.h',
649 'browser/chromeos/net/network_portal_detector_test_impl.cc', 651 'browser/chromeos/net/network_portal_detector_test_impl.cc',
650 'browser/chromeos/net/network_portal_detector_test_impl.h', 652 'browser/chromeos/net/network_portal_detector_test_impl.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',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'browser/chromeos/attestation/attestation_signed_data.proto', 1009 'browser/chromeos/attestation/attestation_signed_data.proto',
1008 ], 1010 ],
1009 'variables': { 1011 'variables': {
1010 'proto_in_dir': 'browser/chromeos/attestation', 1012 'proto_in_dir': 'browser/chromeos/attestation',
1011 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1013 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1012 }, 1014 },
1013 'includes': [ '../build/protoc.gypi' ] 1015 'includes': [ '../build/protoc.gypi' ]
1014 }, 1016 },
1015 ], 1017 ],
1016 } 1018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698