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

Side by Side Diff: components/ownership.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 | « chromeos/chromeos.gyp ('k') | content/browser/gpu/test_support_gpu.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['chromeos==1', { 7 ['chromeos==1', {
8 'targets': [{ 8 'targets': [{
9 'target_name': 'ownership', 9 'target_name': 'ownership',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 21 matching lines...) Expand all
32 ], 32 ],
33 'conditions': [ 33 'conditions': [
34 ['configuration_policy==1', { 34 ['configuration_policy==1', {
35 'dependencies': [ 35 'dependencies': [
36 '<(DEPTH)/components/components.gyp:cloud_policy_proto', 36 '<(DEPTH)/components/components.gyp:cloud_policy_proto',
37 '<(DEPTH)/components/components.gyp:policy', 37 '<(DEPTH)/components/components.gyp:policy',
38 ], 38 ],
39 }], 39 }],
40 ['use_nss_certs==1', { 40 ['use_nss_certs==1', {
41 'dependencies': [ 41 'dependencies': [
42 '../build/linux/system.gyp:ssl', 42 '../build/linux/system.gyp:nss',
43 ], 43 ],
44 }], 44 }],
45 ], 45 ],
46 }], 46 }],
47 }], 47 }],
48 ], 48 ],
49 } 49 }
OLDNEW
« no previous file with comments | « chromeos/chromeos.gyp ('k') | content/browser/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698