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

Side by Side Diff: build/all.gyp

Issue 686693004: Fix extensions NSS/BoringSSL dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « no previous file | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')
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 # 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../chrome/chrome.gyp:chrome', 149 '../chrome/chrome.gyp:chrome',
150 '../chrome/chrome.gyp:browser_tests', 150 '../chrome/chrome.gyp:browser_tests',
151 ] 151 ]
152 }, { 152 }, {
153 'dependencies': [ 153 'dependencies': [
154 '../chrome/chrome.gyp:*', 154 '../chrome/chrome.gyp:*',
155 ], 155 ],
156 }], 156 }],
157 ], 157 ],
158 }], 158 }],
159 ['OS=="mac" or OS=="ios" or OS=="win"', { 159 ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
160 'dependencies': [ 160 'dependencies': [
161 '../third_party/nss/nss.gyp:*', 161 '../third_party/nss/nss.gyp:*',
162 ], 162 ],
163 }], 163 }],
164 ['OS=="win" or OS=="ios" or OS=="linux"', { 164 ['OS=="win" or OS=="ios" or OS=="linux"', {
165 'dependencies': [ 165 'dependencies': [
166 '../breakpad/breakpad.gyp:*', 166 '../breakpad/breakpad.gyp:*',
167 ], 167 ],
168 }], 168 }],
169 ['OS=="mac"', { 169 ['OS=="mac"', {
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'dependencies': [ 1361 'dependencies': [
1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1363 '../ui/views/views.gyp:views', 1363 '../ui/views/views.gyp:views',
1364 '../ui/views/views.gyp:views_unittests', 1364 '../ui/views/views.gyp:views_unittests',
1365 ], 1365 ],
1366 }, # target_name: macviews_builder 1366 }, # target_name: macviews_builder
1367 ], # targets 1367 ], # targets
1368 }], # os=='mac' and toolkit_views==1 1368 }], # os=='mac' and toolkit_views==1
1369 ], # conditions 1369 ], # conditions
1370 } 1370 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698