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

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: update ProfileIOData comment 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'browser/chromeos/login/webui_screen_locker.cc', 634 'browser/chromeos/login/webui_screen_locker.cc',
635 'browser/chromeos/login/webui_screen_locker.h', 635 'browser/chromeos/login/webui_screen_locker.h',
636 'browser/chromeos/login/wizard_controller.cc', 636 'browser/chromeos/login/wizard_controller.cc',
637 'browser/chromeos/login/wizard_controller.h', 637 'browser/chromeos/login/wizard_controller.h',
638 'browser/chromeos/memory/oom_priority_manager.cc', 638 'browser/chromeos/memory/oom_priority_manager.cc',
639 'browser/chromeos/memory/oom_priority_manager.h', 639 'browser/chromeos/memory/oom_priority_manager.h',
640 'browser/chromeos/mobile/mobile_activator.cc', 640 'browser/chromeos/mobile/mobile_activator.cc',
641 'browser/chromeos/mobile/mobile_activator.h', 641 'browser/chromeos/mobile/mobile_activator.h',
642 'browser/chromeos/mobile_config.cc', 642 'browser/chromeos/mobile_config.cc',
643 'browser/chromeos/mobile_config.h', 643 'browser/chromeos/mobile_config.h',
644 'browser/chromeos/net/cert_verify_proc_chromeos.cc',
645 'browser/chromeos/net/cert_verify_proc_chromeos.h',
644 'browser/chromeos/net/network_portal_detector.cc', 646 'browser/chromeos/net/network_portal_detector.cc',
645 'browser/chromeos/net/network_portal_detector.h', 647 'browser/chromeos/net/network_portal_detector.h',
646 'browser/chromeos/net/network_portal_detector_impl.cc', 648 'browser/chromeos/net/network_portal_detector_impl.cc',
647 'browser/chromeos/net/network_portal_detector_impl.h', 649 'browser/chromeos/net/network_portal_detector_impl.h',
648 'browser/chromeos/net/network_portal_detector_test_impl.cc', 650 'browser/chromeos/net/network_portal_detector_test_impl.cc',
649 'browser/chromeos/net/network_portal_detector_test_impl.h', 651 'browser/chromeos/net/network_portal_detector_test_impl.h',
650 'browser/chromeos/net/onc_utils.cc', 652 'browser/chromeos/net/onc_utils.cc',
651 'browser/chromeos/net/onc_utils.h', 653 'browser/chromeos/net/onc_utils.h',
652 'browser/chromeos/net/proxy_config_handler.cc', 654 'browser/chromeos/net/proxy_config_handler.cc',
653 'browser/chromeos/net/proxy_config_handler.h', 655 'browser/chromeos/net/proxy_config_handler.h',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'browser/chromeos/attestation/attestation_signed_data.proto', 1020 'browser/chromeos/attestation/attestation_signed_data.proto',
1019 ], 1021 ],
1020 'variables': { 1022 'variables': {
1021 'proto_in_dir': 'browser/chromeos/attestation', 1023 'proto_in_dir': 'browser/chromeos/attestation',
1022 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1024 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1023 }, 1025 },
1024 'includes': [ '../build/protoc.gypi' ] 1026 'includes': [ '../build/protoc.gypi' ]
1025 }, 1027 },
1026 ], 1028 ],
1027 } 1029 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698