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

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: Moved chromeos/arc/bridge/common to components/arc/common 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.gypi ('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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 'storage_monitor/storage_monitor_linux_unittest.cc', 1369 'storage_monitor/storage_monitor_linux_unittest.cc',
1370 ], 1370 ],
1371 'dependencies': [ 1371 'dependencies': [
1372 '../chromeos/chromeos.gyp:chromeos_test_support', 1372 '../chromeos/chromeos.gyp:chromeos_test_support',
1373 'components.gyp:ownership', 1373 'components.gyp:ownership',
1374 'components.gyp:pairing', 1374 'components.gyp:pairing',
1375 'components.gyp:user_manager_test_support', 1375 'components.gyp:user_manager_test_support',
1376 'components.gyp:wifi_sync', 1376 'components.gyp:wifi_sync',
1377 ], 1377 ],
1378 }], 1378 }],
1379 ['chromeos==1 and enable_arc==1', {
1380 'sources': [
1381 'arc/arc_bridge_service_unittest.cc',
1382 ],
1383 'dependencies': [
1384 'components.gyp:arc',
1385 ],
1386 }],
1379 ['OS=="linux"', { 1387 ['OS=="linux"', {
1380 'sources': [ 1388 'sources': [
1381 'metrics/serialization/serialization_utils_unittest.cc', 1389 'metrics/serialization/serialization_utils_unittest.cc',
1382 ], 1390 ],
1383 'dependencies': [ 1391 'dependencies': [
1384 'components.gyp:metrics_serialization', 1392 'components.gyp:metrics_serialization',
1385 '../dbus/dbus.gyp:dbus', 1393 '../dbus/dbus.gyp:dbus',
1386 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1394 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1387 ], 1395 ],
1388 }], 1396 }],
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'dependencies': [ 1830 'dependencies': [
1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1831 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1824 ], 1832 ],
1825 }], 1833 }],
1826 ], 1834 ],
1827 }, 1835 },
1828 ], 1836 ],
1829 }], 1837 }],
1830 ], 1838 ],
1831 } 1839 }
OLDNEW
« components/arc.gypi ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698