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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 102993002: Implement Networking Private API VerifyAndEncryptCredentials method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to r255173 Created 6 years, 9 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
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ['use_aura==1', { 403 ['use_aura==1', {
404 'dependencies': [ 404 'dependencies': [
405 '../win8/win8.gyp:test_registrar_constants', 405 '../win8/win8.gyp:test_registrar_constants',
406 '../win8/win8.gyp:test_support_win8', 406 '../win8/win8.gyp:test_support_win8',
407 ], 407 ],
408 }], 408 }],
409 ], 409 ],
410 }], 410 }],
411 ['OS=="win" or OS=="mac"', { 411 ['OS=="win" or OS=="mac"', {
412 'sources': [ 412 'sources': [
413 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
413 'common/media_galleries/picasa_test_util.cc', 414 'common/media_galleries/picasa_test_util.cc',
414 'common/media_galleries/picasa_test_util.cc', 415 'common/media_galleries/picasa_test_util.cc',
415 'common/media_galleries/pmp_test_util.cc', 416 'common/media_galleries/pmp_test_util.cc',
416 'common/media_galleries/pmp_test_util.h', 417 'common/media_galleries/pmp_test_util.h',
417 ], 418 ],
418 }], 419 }],
419 ['OS=="mac"', { 420 ['OS=="mac"', {
420 'dependencies': [ 421 'dependencies': [
421 '../components/components.gyp:breakpad_stubs', 422 '../components/components.gyp:breakpad_stubs',
422 ], 423 ],
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2458 ['win_use_allocator_shim==1', { 2459 ['win_use_allocator_shim==1', {
2459 'dependencies': [ 2460 'dependencies': [
2460 '<(allocator_target)', 2461 '<(allocator_target)',
2461 ], 2462 ],
2462 }], 2463 }],
2463 ], 2464 ],
2464 'include_dirs': [ 2465 'include_dirs': [
2465 '<(DEPTH)/third_party/wtl/include', 2466 '<(DEPTH)/third_party/wtl/include',
2466 ], 2467 ],
2467 'sources': [ 2468 'sources': [
2468 'browser/extensions/api/networking_private/networking_private_crypto _unittest.cc',
2469 # TODO: It would be nice to have these pulled in 2469 # TODO: It would be nice to have these pulled in
2470 # automatically from direct_dependent_settings in 2470 # automatically from direct_dependent_settings in
2471 # their various targets (net.gyp:net_resources, etc.), 2471 # their various targets (net.gyp:net_resources, etc.),
2472 # but that causes errors in other targets when 2472 # but that causes errors in other targets when
2473 # resulting .res files get referenced multiple times. 2473 # resulting .res files get referenced multiple times.
2474 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 2474 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
2475 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', 2475 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc',
2476 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', 2476 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ',
2477 ], 2477 ],
2478 'link_settings': { 2478 'link_settings': {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 ], 2669 ],
2670 }], 2670 }],
2671 ['use_nss==0 and use_openssl==0', { 2671 ['use_nss==0 and use_openssl==0', {
2672 'sources!': [ 2672 'sources!': [
2673 'common/net/x509_certificate_model_unittest.cc', 2673 'common/net/x509_certificate_model_unittest.cc',
2674 ], 2674 ],
2675 }], 2675 }],
2676 ['use_openssl==1', { 2676 ['use_openssl==1', {
2677 'sources!': [ 2677 'sources!': [
2678 # networking_private_crypto.cc uses NSS functions. 2678 # networking_private_crypto.cc uses NSS functions.
2679 'browser/extensions/api/networking_private/networking_private_crypto _unittest.cc', 2679 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2680 ], 2680 ],
2681 'sources/': [ 2681 'sources/': [
2682 # OpenSSL build does not support firefox importer. See 2682 # OpenSSL build does not support firefox importer. See
2683 # http://crbug.com/64926 2683 # http://crbug.com/64926
2684 ['exclude', '^browser/importer/'], 2684 ['exclude', '^browser/importer/'],
2685 ], 2685 ],
2686 }], 2686 }],
2687 ['enable_managed_users!=1', { 2687 ['enable_managed_users!=1', {
2688 'sources/': [ 2688 'sources/': [
2689 ['exclude', '^browser/managed_mode/'], 2689 ['exclude', '^browser/managed_mode/'],
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'browser/ui/app_list/test/fake_profile_store.h', 2883 'browser/ui/app_list/test/fake_profile_store.h',
2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2887 ], 2887 ],
2888 }, 2888 },
2889 ], 2889 ],
2890 }], 2890 }],
2891 ], # 'conditions' 2891 ], # 'conditions'
2892 } 2892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698