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

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: Rebase. Created 4 years, 7 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 | « build/secondary/third_party/nss/BUILD.gn ('k') | chrome/chrome_tests.gypi » ('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) 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'sources': [ 595 'sources': [
596 # GN version: //chrome/third_party/mozilla_security_manager 596 # GN version: //chrome/third_party/mozilla_security_manager
597 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 597 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
598 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 598 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
599 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 599 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
600 'third_party/mozilla_security_manager/nsNSSCertificate.h', 600 'third_party/mozilla_security_manager/nsNSSCertificate.h',
601 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 601 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
602 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 602 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
603 ], 603 ],
604 'dependencies': [ 604 'dependencies': [
605 '../build/linux/system.gyp:ssl', 605 '../build/linux/system.gyp:nss',
606 ], 606 ],
607 }, { 607 }, {
608 'sources!': [ 608 'sources!': [
609 'common/net/x509_certificate_model_nss.cc', 609 'common/net/x509_certificate_model_nss.cc',
610 ], 610 ],
611 }], 611 }],
612 ['OS=="win"', { 612 ['OS=="win"', {
613 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 613 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
614 'msvs_disabled_warnings': [4267, ], 614 'msvs_disabled_warnings': [4267, ],
615 }], 615 }],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 ], 665 ],
666 'dependencies': [ 666 'dependencies': [
667 'installer_util', 667 'installer_util',
668 '../base/base.gyp:base', 668 '../base/base.gyp:base',
669 ], 669 ],
670 }, 670 },
671 ], 671 ],
672 }], 672 }],
673 ], 673 ],
674 } 674 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698