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

Side by Side Diff: components/components_tests.gyp

Issue 1321013007: Fix dependencies on policy_component_test_support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto current master Created 5 years, 1 month 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 | « no previous file | components/policy/core/browser/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 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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 }, 1409 },
1410 }], 1410 }],
1411 ['configuration_policy==1', { 1411 ['configuration_policy==1', {
1412 'dependencies': [ 1412 'dependencies': [
1413 'components.gyp:policy_component', 1413 'components.gyp:policy_component',
1414 'components.gyp:policy_component_test_support', 1414 'components.gyp:policy_component_test_support',
1415 'components.gyp:policy_test_support', 1415 'components.gyp:policy_test_support',
1416 ], 1416 ],
1417 'sources': [ 1417 'sources': [
1418 '<@(policy_unittest_sources)', 1418 '<@(policy_unittest_sources)',
1419 'search_engines/default_search_policy_handler_unittest.cc',
1420 'sync_driver/sync_policy_handler_unittest.cc', 1419 'sync_driver/sync_policy_handler_unittest.cc',
1421 ], 1420 ],
1422 'conditions': [ 1421 'conditions': [
1423 ['OS=="android"', { 1422 ['OS=="android"', {
1424 'sources/': [ 1423 'sources/': [
1425 ['exclude', '^policy/core/common/async_policy_provider_unittest\ \.cc'], 1424 ['exclude', '^policy/core/common/async_policy_provider_unittest\ \.cc'],
1426 ['exclude', '^tracing/trace_config_file_unittest\\.cc'], 1425 ['exclude', '^tracing/trace_config_file_unittest\\.cc'],
1427 ], 1426 ],
1428 }], 1427 }],
1429 ['OS=="android" or OS=="ios"', { 1428 ['OS=="android" or OS=="ios"', {
(...skipping 19 matching lines...) Expand all
1449 'policy/core/common/cloud/user_cloud_policy_manager_unittest.cc' , 1448 'policy/core/common/cloud/user_cloud_policy_manager_unittest.cc' ,
1450 'policy/core/common/cloud/user_cloud_policy_store_unittest.cc', 1449 'policy/core/common/cloud/user_cloud_policy_store_unittest.cc',
1451 ], 1450 ],
1452 }], 1451 }],
1453 ['OS=="ios" or OS=="mac"', { 1452 ['OS=="ios" or OS=="mac"', {
1454 'sources': [ 1453 'sources': [
1455 'policy/core/common/mac_util_unittest.cc', 1454 'policy/core/common/mac_util_unittest.cc',
1456 ], 1455 ],
1457 }], 1456 }],
1458 ], 1457 ],
1458 }, { # configuration_policy!=1
1459 'sources!': [
1460 'search_engines/default_search_policy_handler_unittest.cc',
1461 'sync_driver/sync_policy_handler_unittest.cc',
1462 ],
1459 }], 1463 }],
1460 ['enable_plugins == 1', { 1464 ['enable_plugins == 1', {
1461 'sources': [ 1465 'sources': [
1462 'content_settings/core/browser/content_settings_provider_unittest.cc ', 1466 'content_settings/core/browser/content_settings_provider_unittest.cc ',
1463 ], 1467 ],
1464 }], 1468 }],
1465 ], 1469 ],
1466 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1470 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1467 'msvs_disabled_warnings': [4267, ], 1471 'msvs_disabled_warnings': [4267, ],
1468 }, 1472 },
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'dependencies': [ 1826 'dependencies': [
1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1827 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1824 ], 1828 ],
1825 }], 1829 }],
1826 ], 1830 ],
1827 }, 1831 },
1828 ], 1832 ],
1829 }], 1833 }],
1830 ], 1834 ],
1831 } 1835 }
OLDNEW
« no previous file with comments | « no previous file | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698