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

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: Rebased to ToT 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 | « 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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 'storage_monitor/storage_monitor_linux_unittest.cc', 1376 'storage_monitor/storage_monitor_linux_unittest.cc',
1377 ], 1377 ],
1378 'dependencies': [ 1378 'dependencies': [
1379 '../chromeos/chromeos.gyp:chromeos_test_support', 1379 '../chromeos/chromeos.gyp:chromeos_test_support',
1380 'components.gyp:ownership', 1380 'components.gyp:ownership',
1381 'components.gyp:pairing', 1381 'components.gyp:pairing',
1382 'components.gyp:user_manager_test_support', 1382 'components.gyp:user_manager_test_support',
1383 'components.gyp:wifi_sync', 1383 'components.gyp:wifi_sync',
1384 ], 1384 ],
1385 }], 1385 }],
1386 ['chromeos==1 and enable_arc==1', {
1387 'sources': [
1388 'arc/arc_bridge_service_unittest.cc',
1389 ],
1390 'dependencies': [
1391 'components.gyp:arc',
1392 ],
1393 }],
1386 ['OS=="linux"', { 1394 ['OS=="linux"', {
1387 'sources': [ 1395 'sources': [
1388 'metrics/serialization/serialization_utils_unittest.cc', 1396 'metrics/serialization/serialization_utils_unittest.cc',
1389 ], 1397 ],
1390 'dependencies': [ 1398 'dependencies': [
1391 'components.gyp:metrics_serialization', 1399 'components.gyp:metrics_serialization',
1392 '../dbus/dbus.gyp:dbus', 1400 '../dbus/dbus.gyp:dbus',
1393 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1401 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1394 ], 1402 ],
1395 }], 1403 }],
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1833 'dependencies': [ 1841 'dependencies': [
1834 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1842 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1835 ], 1843 ],
1836 }], 1844 }],
1837 ], 1845 ],
1838 }, 1846 },
1839 ], 1847 ],
1840 }], 1848 }],
1841 ], 1849 ],
1842 } 1850 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698