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

Side by Side Diff: components/components_tests.gyp

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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 | « components/certificate_reporting/error_reporter_unittest.cc ('k') | components/gcm_driver.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'components.gyp:visitedlink_browser', 1279 'components.gyp:visitedlink_browser',
1280 'components.gyp:visitedlink_renderer', 1280 'components.gyp:visitedlink_renderer',
1281 'components.gyp:wallpaper', 1281 'components.gyp:wallpaper',
1282 'components.gyp:web_cache_browser', 1282 'components.gyp:web_cache_browser',
1283 'components.gyp:web_modal', 1283 'components.gyp:web_modal',
1284 'components.gyp:web_modal_test_support', 1284 'components.gyp:web_modal_test_support',
1285 'scheduler/scheduler.gyp:scheduler', 1285 'scheduler/scheduler.gyp:scheduler',
1286 'test_runner/test_runner.gyp:test_runner', 1286 'test_runner/test_runner.gyp:test_runner',
1287 'tracing.gyp:tracing', 1287 'tracing.gyp:tracing',
1288 'webcrypto/webcrypto.gyp:webcrypto', 1288 'webcrypto/webcrypto.gyp:webcrypto',
1289 '../third_party/boringssl/boringssl.gyp:boringssl',
1289 '../third_party/re2/re2.gyp:re2', 1290 '../third_party/re2/re2.gyp:re2',
1290 ], 1291 ],
1291 'conditions': [ 1292 'conditions': [
1292 ['OS=="android"', { 1293 ['OS=="android"', {
1293 'sources' : [ 1294 'sources' : [
1294 '<@(web_restrictions_unittest_sources)', 1295 '<@(web_restrictions_unittest_sources)',
1295 ], 1296 ],
1296 'dependencies': [ 1297 'dependencies': [
1297 'components.gyp:web_restrictions_browser', 1298 'components.gyp:web_restrictions_browser',
1298 'components.gyp:web_restrictions_test_support', 1299 'components.gyp:web_restrictions_test_support',
1299 '../build/android/ndk.gyp:cpu_features', 1300 '../build/android/ndk.gyp:cpu_features',
1300 ], 1301 ],
1301 }], 1302 }],
1302 ['OS=="android" and configuration_policy == 1', { 1303 ['OS=="android" and configuration_policy == 1', {
1303 'dependencies': [ 1304 'dependencies': [
1304 'components.gyp:policy_java', 1305 'components.gyp:policy_java',
1305 ], 1306 ],
1306 }], 1307 }],
1307 ['use_openssl==1', {
1308 'dependencies': [
1309 '../third_party/boringssl/boringssl.gyp:boringssl',
1310 ],
1311 }, {
1312 'conditions': [
1313 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "andro id"', {
1314 'dependencies': [
1315 '../build/linux/system.gyp:ssl',
1316 ],
1317 }, {
1318 'dependencies': [
1319 '../third_party/nss/nss.gyp:nspr',
1320 '../third_party/nss/nss.gyp:nss',
1321 ],
1322 }],
1323 ],
1324 }],
1325 ['safe_browsing == 2 and OS != "ios"', { 1308 ['safe_browsing == 2 and OS != "ios"', {
1326 'dependencies': [ 1309 'dependencies': [
1327 'components.gyp:safe_browsing_db_mobile', 1310 'components.gyp:safe_browsing_db_mobile',
1328 ], 1311 ],
1329 'sources': [ 1312 'sources': [
1330 '<@(safe_browsing_db_mobile_unittest_sources)', 1313 '<@(safe_browsing_db_mobile_unittest_sources)',
1331 ], 1314 ],
1332 }], 1315 }],
1333 ], 1316 ],
1334 }, { # 'OS == "ios"' 1317 }, { # 'OS == "ios"'
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'dependencies': [ 1912 'dependencies': [
1930 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1913 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1931 ], 1914 ],
1932 }], 1915 }],
1933 ], 1916 ],
1934 }, 1917 },
1935 ], 1918 ],
1936 }], 1919 }],
1937 ], 1920 ],
1938 } 1921 }
OLDNEW
« no previous file with comments | « components/certificate_reporting/error_reporter_unittest.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698