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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1918303002: Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 ], 2021 ],
2022 }], 2022 }],
2023 ['safe_browsing==1', { 2023 ['safe_browsing==1', {
2024 'sources': [ 2024 'sources': [
2025 'browser/extensions/fake_safe_browsing_database_manager.cc', 2025 'browser/extensions/fake_safe_browsing_database_manager.cc',
2026 'browser/extensions/fake_safe_browsing_database_manager.h', 2026 'browser/extensions/fake_safe_browsing_database_manager.h',
2027 ], 2027 ],
2028 }], 2028 }],
2029 ['OS=="linux"', { 2029 ['OS=="linux"', {
2030 'dependencies': [ 2030 'dependencies': [
2031 '../build/linux/system.gyp:ssl', 2031 '../build/linux/system.gyp:nss',
2032 ], 2032 ],
2033 }], 2033 }],
2034 ['enable_print_preview==1', { 2034 ['enable_print_preview==1', {
2035 'dependencies': [ 2035 'dependencies': [
2036 'service', 2036 'service',
2037 ], 2037 ],
2038 }], 2038 }],
2039 ['enable_extensions==1', { 2039 ['enable_extensions==1', {
2040 'dependencies': [ 2040 'dependencies': [
2041 '../components/components.gyp:drive_test_support', 2041 '../components/components.gyp:drive_test_support',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 ], 2526 ],
2527 }], 2527 }],
2528 ['use_x11==1', { 2528 ['use_x11==1', {
2529 'dependencies': [ 2529 'dependencies': [
2530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2531 '../ui/events/devices/events_devices.gyp:events_devices', 2531 '../ui/events/devices/events_devices.gyp:events_devices',
2532 ], 2532 ],
2533 }], 2533 }],
2534 ['OS=="linux"', { 2534 ['OS=="linux"', {
2535 'dependencies': [ 2535 'dependencies': [
2536 '../build/linux/system.gyp:ssl', 2536 '../build/linux/system.gyp:nss',
2537 ], 2537 ],
2538 }], 2538 }],
2539 # Only add this test for 64 bit builds because otherwise we need the 32 2539 # Only add this test for 64 bit builds because otherwise we need the 32
2540 # bit library on 64 bit systems when running this test. 2540 # bit library on 64 bit systems when running this test.
2541 ['use_gnome_keyring == 1 and target_arch=="x64"', { 2541 ['use_gnome_keyring == 1 and target_arch=="x64"', {
2542 'sources': [ 2542 'sources': [
2543 'browser/password_manager/native_backend_gnome_x_unittest.cc', 2543 'browser/password_manager/native_backend_gnome_x_unittest.cc',
2544 ], 2544 ],
2545 # We use a few library functions directly, so link directly. 2545 # We use a few library functions directly, so link directly.
2546 'dependencies': [ 2546 'dependencies': [
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 'dependencies': [ 2994 'dependencies': [
2995 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2995 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2996 ], 2996 ],
2997 }], 2997 }],
2998 ], 2998 ],
2999 }, 2999 },
3000 ], 3000 ],
3001 }], 3001 }],
3002 ], # 'conditions' 3002 ], # 'conditions'
3003 } 3003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698