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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 663583006: Remove nss_util dependency from ClientCertStoreChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo. Created 6 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/ssl/client_cert_store_chromeos.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'browser/chromeos/memory/low_memory_observer.cc', 640 'browser/chromeos/memory/low_memory_observer.cc',
641 'browser/chromeos/memory/low_memory_observer.h', 641 'browser/chromeos/memory/low_memory_observer.h',
642 'browser/chromeos/memory/oom_priority_manager.cc', 642 'browser/chromeos/memory/oom_priority_manager.cc',
643 'browser/chromeos/memory/oom_priority_manager.h', 643 'browser/chromeos/memory/oom_priority_manager.h',
644 'browser/chromeos/mobile/mobile_activator.cc', 644 'browser/chromeos/mobile/mobile_activator.cc',
645 'browser/chromeos/mobile/mobile_activator.h', 645 'browser/chromeos/mobile/mobile_activator.h',
646 'browser/chromeos/mobile_config.cc', 646 'browser/chromeos/mobile_config.cc',
647 'browser/chromeos/mobile_config.h', 647 'browser/chromeos/mobile_config.h',
648 'browser/chromeos/net/cert_verify_proc_chromeos.cc', 648 'browser/chromeos/net/cert_verify_proc_chromeos.cc',
649 'browser/chromeos/net/cert_verify_proc_chromeos.h', 649 'browser/chromeos/net/cert_verify_proc_chromeos.h',
650 'browser/chromeos/net/client_cert_filter_chromeos.cc',
651 'browser/chromeos/net/client_cert_filter_chromeos.h',
650 'browser/chromeos/net/delay_network_call.cc', 652 'browser/chromeos/net/delay_network_call.cc',
651 'browser/chromeos/net/delay_network_call.h', 653 'browser/chromeos/net/delay_network_call.h',
652 'browser/chromeos/net/network_portal_detector_impl.cc', 654 'browser/chromeos/net/network_portal_detector_impl.cc',
653 'browser/chromeos/net/network_portal_detector_impl.h', 655 'browser/chromeos/net/network_portal_detector_impl.h',
654 'browser/chromeos/net/network_portal_detector_test_impl.cc', 656 'browser/chromeos/net/network_portal_detector_test_impl.cc',
655 'browser/chromeos/net/network_portal_detector_test_impl.h', 657 'browser/chromeos/net/network_portal_detector_test_impl.h',
656 'browser/chromeos/net/network_portal_notification_controller.cc', 658 'browser/chromeos/net/network_portal_notification_controller.cc',
657 'browser/chromeos/net/network_portal_notification_controller.h', 659 'browser/chromeos/net/network_portal_notification_controller.h',
658 'browser/chromeos/net/onc_utils.cc', 660 'browser/chromeos/net/onc_utils.cc',
659 'browser/chromeos/net/onc_utils.h', 661 'browser/chromeos/net/onc_utils.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'browser/chromeos/attestation/attestation_signed_data.proto', 1263 'browser/chromeos/attestation/attestation_signed_data.proto',
1262 ], 1264 ],
1263 'variables': { 1265 'variables': {
1264 'proto_in_dir': 'browser/chromeos/attestation', 1266 'proto_in_dir': 'browser/chromeos/attestation',
1265 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1267 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1266 }, 1268 },
1267 'includes': [ '../build/protoc.gypi' ] 1269 'includes': [ '../build/protoc.gypi' ]
1268 }, 1270 },
1269 ], 1271 ],
1270 } 1272 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/ssl/client_cert_store_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698