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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3104022: Move nsNSSCertTrust from chrome/third_party to net/third_party. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: header order Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3064 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 'browser/views/extensions/extension_view.cc', 3075 'browser/views/extensions/extension_view.cc',
3076 'browser/views/extensions/extension_view.h', 3076 'browser/views/extensions/extension_view.h',
3077 ], 3077 ],
3078 'sources': [ 3078 'sources': [
3079 'browser/crash_handler_host_linux.h', 3079 'browser/crash_handler_host_linux.h',
3080 'browser/net/ssl_config_service_manager_pref.cc', 3080 'browser/net/ssl_config_service_manager_pref.cc',
3081 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 3081 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
3082 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 3082 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
3083 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 3083 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
3084 'third_party/mozilla_security_manager/nsNSSCertificate.h', 3084 'third_party/mozilla_security_manager/nsNSSCertificate.h',
3085 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
3086 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
3087 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 3085 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
3088 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 3086 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
3089 ], 3087 ],
3090 'conditions': [ 3088 'conditions': [
3091 ['chromeos==0', { 3089 ['chromeos==0', {
3092 'dependencies': [ 3090 'dependencies': [
3093 '../build/linux/system.gyp:gnome-keyring', 3091 '../build/linux/system.gyp:gnome-keyring',
3094 ], 3092 ],
3095 }], 3093 }],
3096 ['linux_breakpad==1', { 3094 ['linux_breakpad==1', {
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
3854 ], 3852 ],
3855 }, 3853 },
3856 ], 3854 ],
3857 } 3855 }
3858 3856
3859 # Local Variables: 3857 # Local Variables:
3860 # tab-width:2 3858 # tab-width:2
3861 # indent-tabs-mode:nil 3859 # indent-tabs-mode:nil
3862 # End: 3860 # End:
3863 # vim: set expandtab tabstop=2 shiftwidth=2: 3861 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698