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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1918303002: Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'sources': [ 600 'sources': [
601 # GN version: //chrome/third_party/mozilla_security_manager 601 # GN version: //chrome/third_party/mozilla_security_manager
602 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 602 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
603 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 603 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
604 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 604 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
605 'third_party/mozilla_security_manager/nsNSSCertificate.h', 605 'third_party/mozilla_security_manager/nsNSSCertificate.h',
606 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 606 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
607 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 607 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
608 ], 608 ],
609 'dependencies': [ 609 'dependencies': [
610 '../build/linux/system.gyp:ssl', 610 '../build/linux/system.gyp:nss',
611 ], 611 ],
612 }, { 612 }, {
613 'sources!': [ 613 'sources!': [
614 'common/net/x509_certificate_model_nss.cc', 614 'common/net/x509_certificate_model_nss.cc',
615 ], 615 ],
616 }], 616 }],
617 ['OS=="win"', { 617 ['OS=="win"', {
618 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 618 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
619 'msvs_disabled_warnings': [4267, ], 619 'msvs_disabled_warnings': [4267, ],
620 }], 620 }],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 ], 669 ],
670 'dependencies': [ 670 'dependencies': [
671 'installer_util', 671 'installer_util',
672 '../base/base.gyp:base', 672 '../base/base.gyp:base',
673 ], 673 ],
674 }, 674 },
675 ], 675 ],
676 }], 676 }],
677 ], 677 ],
678 } 678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698