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 396463004: Implement NetworkingPrivateCrypto for OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across gyp/gn changes. Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('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 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ['use_aura==1', { 404 ['use_aura==1', {
405 'dependencies': [ 405 'dependencies': [
406 '../win8/win8.gyp:test_registrar_constants', 406 '../win8/win8.gyp:test_registrar_constants',
407 '../win8/win8.gyp:test_support_win8', 407 '../win8/win8.gyp:test_support_win8',
408 ], 408 ],
409 }], 409 }],
410 ], 410 ],
411 }], 411 }],
412 ['OS=="win" or OS=="mac"', { 412 ['OS=="win" or OS=="mac"', {
413 'sources': [ 413 'sources': [
414 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
415 'common/media_galleries/picasa_test_util.cc', 414 'common/media_galleries/picasa_test_util.cc',
416 'common/media_galleries/picasa_test_util.cc', 415 'common/media_galleries/picasa_test_util.cc',
417 'common/media_galleries/pmp_test_util.cc', 416 'common/media_galleries/pmp_test_util.cc',
418 'common/media_galleries/pmp_test_util.h', 417 'common/media_galleries/pmp_test_util.h',
419 ], 418 ],
420 }], 419 }],
421 ['OS=="mac"', { 420 ['OS=="mac"', {
422 'dependencies': [ 421 'dependencies': [
423 '../breakpad/breakpad.gyp:breakpad', 422 '../breakpad/breakpad.gyp:breakpad',
424 '../components/components.gyp:breakpad_component', 423 '../components/components.gyp:breakpad_component',
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2479 }], 2478 }],
2480 ['OS!="win" and OS!="mac"', { 2479 ['OS!="win" and OS!="mac"', {
2481 'sources!': [ 2480 'sources!': [
2482 '../skia/ext/platform_canvas_unittest.cc', 2481 '../skia/ext/platform_canvas_unittest.cc',
2483 ], 2482 ],
2484 }], 2483 }],
2485 ['OS=="win" or OS=="mac"', { 2484 ['OS=="win" or OS=="mac"', {
2486 'sources': [ 2485 'sources': [
2487 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2486 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2488 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', 2487 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2488 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2489 'utility/media_galleries/itunes_library_parser_unittest.cc', 2489 'utility/media_galleries/itunes_library_parser_unittest.cc',
2490 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2490 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2491 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2491 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2492 'utility/media_galleries/pmp_column_reader_unittest.cc', 2492 'utility/media_galleries/pmp_column_reader_unittest.cc',
2493 ], 2493 ],
2494 }], 2494 }],
2495 ['OS=="mac"', { 2495 ['OS=="mac"', {
2496 'sources': [ 2496 'sources': [
2497 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc', 2497 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc',
2498 'utility/media_galleries/iphoto_library_parser_unittest.cc', 2498 'utility/media_galleries/iphoto_library_parser_unittest.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 ['exclude', '^../apps/ui/views/'], 2751 ['exclude', '^../apps/ui/views/'],
2752 ['exclude', '^../ui/views/'], 2752 ['exclude', '^../ui/views/'],
2753 ], 2753 ],
2754 }], 2754 }],
2755 ['use_nss==0 and use_openssl_certs==0', { 2755 ['use_nss==0 and use_openssl_certs==0', {
2756 'sources!': [ 2756 'sources!': [
2757 'common/net/x509_certificate_model_unittest.cc', 2757 'common/net/x509_certificate_model_unittest.cc',
2758 ], 2758 ],
2759 }], 2759 }],
2760 ['use_openssl==1', { 2760 ['use_openssl==1', {
2761 'sources!': [
2762 # networking_private_crypto.cc uses NSS functions.
2763 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2764 ],
2765 'sources/': [ 2761 'sources/': [
2766 # OpenSSL build does not support firefox importer. See 2762 # OpenSSL build does not support firefox importer. See
2767 # http://crbug.com/64926 2763 # http://crbug.com/64926
2768 ['exclude', '^browser/importer/'], 2764 ['exclude', '^browser/importer/'],
2769 ], 2765 ],
2770 }], 2766 }],
2771 ['enable_managed_users!=1', { 2767 ['enable_managed_users!=1', {
2772 'sources/': [ 2768 'sources/': [
2773 ['exclude', '^browser/supervised_user/'], 2769 ['exclude', '^browser/supervised_user/'],
2774 ], 2770 ],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 'dependencies': [ 2937 'dependencies': [
2942 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2943 ], 2939 ],
2944 }], 2940 }],
2945 ], 2941 ],
2946 }, 2942 },
2947 ], 2943 ],
2948 }], 2944 }],
2949 ], # 'conditions' 2945 ], # 'conditions'
2950 } 2946 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698