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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 881213004: Support building BoringSSL with NSS certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2542 '../ui/views/views.gyp:views_test_support', 2542 '../ui/views/views.gyp:views_test_support',
2543 ], 2543 ],
2544 'conditions': [ 2544 'conditions': [
2545 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their 2545 # TODO(tapted): Enable toolkit-views unit_tests on Mac when their
2546 # respective implementations are linked in. http://crbug.com/412234. 2546 # respective implementations are linked in. http://crbug.com/412234.
2547 ['OS != "mac"', { 2547 ['OS != "mac"', {
2548 'sources': [ '<@(chrome_unit_tests_views_sources)' ], 2548 'sources': [ '<@(chrome_unit_tests_views_sources)' ],
2549 }], 2549 }],
2550 ], 2550 ],
2551 }], 2551 }],
2552 ['OS != "android" and (use_nss == 1 or use_openssl_certs == 1)', { 2552 ['use_nss == 1 or (use_openssl_certs == 1 and OS != "android")', {
2553 'sources': [ 2553 'sources': [
2554 'common/net/x509_certificate_model_unittest.cc', 2554 'common/net/x509_certificate_model_unittest.cc',
2555 ], 2555 ],
2556 }], 2556 }],
2557 ['enable_supervised_users == 1', { 2557 ['enable_supervised_users == 1', {
2558 'sources': [ '<@(chrome_unit_tests_supervised_user_sources)' ], 2558 'sources': [ '<@(chrome_unit_tests_supervised_user_sources)' ],
2559 }], 2559 }],
2560 ['safe_browsing==1 and enable_extensions==1', { 2560 ['safe_browsing==1 and enable_extensions==1', {
2561 'sources': [ 2561 'sources': [
2562 'browser/extensions/blacklist_unittest.cc', 2562 'browser/extensions/blacklist_unittest.cc',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2743 'dependencies': [ 2743 'dependencies': [
2744 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2744 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2745 ], 2745 ],
2746 }], 2746 }],
2747 ], 2747 ],
2748 }, 2748 },
2749 ], 2749 ],
2750 }], 2750 }],
2751 ], # 'conditions' 2751 ], # 'conditions'
2752 } 2752 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698