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

Side by Side Diff: build/all.gyp

Issue 1871043003: Fixing BoringSSL on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding simulator fix. 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
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/cert/cert_verify_proc_ios.cc » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 ], 255 ],
256 }], 256 }],
257 ['use_openssl==0', { 257 ['use_openssl==0', {
258 'dependencies': [ 258 'dependencies': [
259 '../net/third_party/nss/ssl.gyp:*', 259 '../net/third_party/nss/ssl.gyp:*',
260 ], 260 ],
261 }], 261 }],
262 ['use_openssl==1', { 262 ['use_openssl==1', {
263 'dependencies': [ 263 'dependencies': [
264 '../third_party/boringssl/boringssl.gyp:*', 264 '../third_party/boringssl/boringssl.gyp:*',
265 ],
266 }],
267 ['use_openssl==1 and OS!="ios"', {
268 'dependencies': [
265 '../third_party/boringssl/boringssl_tests.gyp:*', 269 '../third_party/boringssl/boringssl_tests.gyp:*',
266 ], 270 ],
267 }], 271 }],
268 ['enable_app_list==1', { 272 ['enable_app_list==1', {
269 'dependencies': [ 273 'dependencies': [
270 '../ui/app_list/app_list.gyp:*', 274 '../ui/app_list/app_list.gyp:*',
271 ], 275 ],
272 }], 276 }],
273 ['OS!="android" and OS!="ios"', { 277 ['OS!="android" and OS!="ios"', {
274 'dependencies': [ 278 'dependencies': [
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'dependencies': [ 1406 'dependencies': [
1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1407 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1404 '../ui/views/views.gyp:views', 1408 '../ui/views/views.gyp:views',
1405 '../ui/views/views.gyp:views_unittests', 1409 '../ui/views/views.gyp:views_unittests',
1406 ], 1410 ],
1407 }, # target_name: macviews_builder 1411 }, # target_name: macviews_builder
1408 ], # targets 1412 ], # targets
1409 }], # os=='mac' and toolkit_views==1 1413 }], # os=='mac' and toolkit_views==1
1410 ], # conditions 1414 ], # conditions
1411 } 1415 }
OLDNEW
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/cert/cert_verify_proc_ios.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698