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

Side by Side Diff: components/components_tests.gyp

Issue 2156683002: [arc-intents] Remove SSP matching; add unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply CL feedback. Created 4 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
« no previous file with comments | « components/arc/intent_helper/intent_filter_unittest.cc ('k') | no next file » | 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 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 'components.gyp:proximity_auth_test_support', 1541 'components.gyp:proximity_auth_test_support',
1542 ], 1542 ],
1543 }], 1543 }],
1544 ['chromeos==1', { 1544 ['chromeos==1', {
1545 'sources': [ 1545 'sources': [
1546 'arc/arc_bridge_service_unittest.cc', 1546 'arc/arc_bridge_service_unittest.cc',
1547 'arc/ime/arc_ime_service_unittest.cc', 1547 'arc/ime/arc_ime_service_unittest.cc',
1548 'arc/intent_helper/activity_icon_loader_unittest.cc', 1548 'arc/intent_helper/activity_icon_loader_unittest.cc',
1549 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc', 1549 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc',
1550 'arc/intent_helper/font_size_util_unittest.cc', 1550 'arc/intent_helper/font_size_util_unittest.cc',
1551 'arc/intent_helper/intent_filter_unittest.cc',
1551 'arc/intent_helper/link_handler_model_impl_unittest.cc', 1552 'arc/intent_helper/link_handler_model_impl_unittest.cc',
1552 'pairing/message_buffer_unittest.cc', 1553 'pairing/message_buffer_unittest.cc',
1553 'timers/alarm_timer_unittest.cc', 1554 'timers/alarm_timer_unittest.cc',
1554 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1555 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1555 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1556 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1556 'wifi_sync/wifi_credential_unittest.cc', 1557 'wifi_sync/wifi_credential_unittest.cc',
1557 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1558 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1558 'wifi_sync/wifi_security_class_unittest.cc', 1559 'wifi_sync/wifi_security_class_unittest.cc',
1559 '<@(metrics_leak_detector_unittest_sources)', 1560 '<@(metrics_leak_detector_unittest_sources)',
1560 '<@(ownership_unittest_sources)', 1561 '<@(ownership_unittest_sources)',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'dependencies': [ 2030 'dependencies': [
2030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2031 ], 2032 ],
2032 }], 2033 }],
2033 ], 2034 ],
2034 }, 2035 },
2035 ], 2036 ],
2036 }], 2037 }],
2037 ], 2038 ],
2038 } 2039 }
OLDNEW
« no previous file with comments | « components/arc/intent_helper/intent_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698