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

Side by Side Diff: components/components_tests.gyp

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Added Pref names and separated file I/O to the correct thread 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
« components/arc/arc_pref_names.cc ('K') | « components/components.gyp ('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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'components.gyp:cryptauth_test_support', 1308 'components.gyp:cryptauth_test_support',
1309 'components.gyp:feedback_component', 1309 'components.gyp:feedback_component',
1310 'components.gyp:pref_registry_test_support', 1310 'components.gyp:pref_registry_test_support',
1311 'components.gyp:proximity_auth', 1311 'components.gyp:proximity_auth',
1312 'components.gyp:proximity_auth_test_support', 1312 'components.gyp:proximity_auth_test_support',
1313 'components.gyp:webusb', 1313 'components.gyp:webusb',
1314 ], 1314 ],
1315 }], 1315 }],
1316 ['chromeos==1', { 1316 ['chromeos==1', {
1317 'sources': [ 1317 'sources': [
1318 'arc/arc_bridge_service_unittest.cc',
1318 'pairing/message_buffer_unittest.cc', 1319 'pairing/message_buffer_unittest.cc',
1319 'timers/alarm_timer_unittest.cc', 1320 'timers/alarm_timer_unittest.cc',
1320 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1321 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1321 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1322 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1322 'wifi_sync/wifi_credential_unittest.cc', 1323 'wifi_sync/wifi_credential_unittest.cc',
1323 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1324 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1324 'wifi_sync/wifi_security_class_unittest.cc', 1325 'wifi_sync/wifi_security_class_unittest.cc',
1325 '<@(ownership_unittest_sources)', 1326 '<@(ownership_unittest_sources)',
1326 ], 1327 ],
1327 'sources!': [ 1328 'sources!': [
1328 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 1329 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
1329 'storage_monitor/storage_monitor_linux_unittest.cc', 1330 'storage_monitor/storage_monitor_linux_unittest.cc',
1330 ], 1331 ],
1331 'dependencies': [ 1332 'dependencies': [
1332 '../chromeos/chromeos.gyp:chromeos_test_support', 1333 '../chromeos/chromeos.gyp:chromeos_test_support',
1334 'components.gyp:arc',
1333 'components.gyp:ownership', 1335 'components.gyp:ownership',
1334 'components.gyp:pairing', 1336 'components.gyp:pairing',
1335 'components.gyp:user_manager_test_support', 1337 'components.gyp:user_manager_test_support',
1336 'components.gyp:wifi_sync', 1338 'components.gyp:wifi_sync',
1337 ], 1339 ],
1338 }], 1340 }],
1339 ['OS=="linux"', { 1341 ['OS=="linux"', {
1340 'sources': [ 1342 'sources': [
1341 'metrics/serialization/serialization_utils_unittest.cc', 1343 'metrics/serialization/serialization_utils_unittest.cc',
1342 ], 1344 ],
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 'dependencies': [ 1781 'dependencies': [
1780 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1781 ], 1783 ],
1782 }], 1784 }],
1783 ], 1785 ],
1784 }, 1786 },
1785 ], 1787 ],
1786 }], 1788 }],
1787 ], 1789 ],
1788 } 1790 }
OLDNEW
« components/arc/arc_pref_names.cc ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698