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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: certdb: handle GetCertTrust and IsUntrusted, failed attempt to handle SetCertTrust Created 7 years, 1 month 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'browser/chromeos/login/webui_screen_locker.cc', 622 'browser/chromeos/login/webui_screen_locker.cc',
623 'browser/chromeos/login/webui_screen_locker.h', 623 'browser/chromeos/login/webui_screen_locker.h',
624 'browser/chromeos/login/wizard_controller.cc', 624 'browser/chromeos/login/wizard_controller.cc',
625 'browser/chromeos/login/wizard_controller.h', 625 'browser/chromeos/login/wizard_controller.h',
626 'browser/chromeos/memory/oom_priority_manager.cc', 626 'browser/chromeos/memory/oom_priority_manager.cc',
627 'browser/chromeos/memory/oom_priority_manager.h', 627 'browser/chromeos/memory/oom_priority_manager.h',
628 'browser/chromeos/mobile/mobile_activator.cc', 628 'browser/chromeos/mobile/mobile_activator.cc',
629 'browser/chromeos/mobile/mobile_activator.h', 629 'browser/chromeos/mobile/mobile_activator.h',
630 'browser/chromeos/mobile_config.cc', 630 'browser/chromeos/mobile_config.cc',
631 'browser/chromeos/mobile_config.h', 631 'browser/chromeos/mobile_config.h',
632 'browser/chromeos/net/client_cert_store_chromeos.cc',
633 'browser/chromeos/net/client_cert_store_chromeos.h',
632 'browser/chromeos/net/network_portal_detector.cc', 634 'browser/chromeos/net/network_portal_detector.cc',
633 'browser/chromeos/net/network_portal_detector.h', 635 'browser/chromeos/net/network_portal_detector.h',
634 'browser/chromeos/net/network_portal_detector_impl.cc', 636 'browser/chromeos/net/network_portal_detector_impl.cc',
635 'browser/chromeos/net/network_portal_detector_impl.h', 637 'browser/chromeos/net/network_portal_detector_impl.h',
636 'browser/chromeos/net/network_portal_detector_test_impl.cc', 638 'browser/chromeos/net/network_portal_detector_test_impl.cc',
637 'browser/chromeos/net/network_portal_detector_test_impl.h', 639 'browser/chromeos/net/network_portal_detector_test_impl.h',
638 'browser/chromeos/net/onc_utils.cc', 640 'browser/chromeos/net/onc_utils.cc',
639 'browser/chromeos/net/onc_utils.h', 641 'browser/chromeos/net/onc_utils.h',
640 'browser/chromeos/net/proxy_config_handler.cc', 642 'browser/chromeos/net/proxy_config_handler.cc',
641 'browser/chromeos/net/proxy_config_handler.h', 643 'browser/chromeos/net/proxy_config_handler.h',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'browser/chromeos/attestation/attestation_signed_data.proto', 978 'browser/chromeos/attestation/attestation_signed_data.proto',
977 ], 979 ],
978 'variables': { 980 'variables': {
979 'proto_in_dir': 'browser/chromeos/attestation', 981 'proto_in_dir': 'browser/chromeos/attestation',
980 'proto_out_dir': 'chrome/browser/chromeos/attestation', 982 'proto_out_dir': 'chrome/browser/chromeos/attestation',
981 }, 983 },
982 'includes': [ '../build/protoc.gypi' ] 984 'includes': [ '../build/protoc.gypi' ]
983 }, 985 },
984 ], 986 ],
985 } 987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698