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

Side by Side Diff: components/components_tests.gyp

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment Created 4 years, 8 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/font_size_util_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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 'components.gyp:pref_registry_test_support', 1458 'components.gyp:pref_registry_test_support',
1459 'components.gyp:proximity_auth', 1459 'components.gyp:proximity_auth',
1460 'components.gyp:proximity_auth_test_support', 1460 'components.gyp:proximity_auth_test_support',
1461 'components.gyp:webusb', 1461 'components.gyp:webusb',
1462 ], 1462 ],
1463 }], 1463 }],
1464 ['chromeos==1', { 1464 ['chromeos==1', {
1465 'sources': [ 1465 'sources': [
1466 'arc/arc_bridge_service_unittest.cc', 1466 'arc/arc_bridge_service_unittest.cc',
1467 'arc/ime/arc_ime_service_unittest.cc', 1467 'arc/ime/arc_ime_service_unittest.cc',
1468 'arc/intent_helper/font_size_util_unittest.cc',
1468 'pairing/message_buffer_unittest.cc', 1469 'pairing/message_buffer_unittest.cc',
1469 'timers/alarm_timer_unittest.cc', 1470 'timers/alarm_timer_unittest.cc',
1470 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1471 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1471 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1472 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1472 'wifi_sync/wifi_credential_unittest.cc', 1473 'wifi_sync/wifi_credential_unittest.cc',
1473 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1474 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1474 'wifi_sync/wifi_security_class_unittest.cc', 1475 'wifi_sync/wifi_security_class_unittest.cc',
1475 '<@(metrics_leak_detector_unittest_sources)', 1476 '<@(metrics_leak_detector_unittest_sources)',
1476 '<@(ownership_unittest_sources)', 1477 '<@(ownership_unittest_sources)',
1477 '<@(user_manager_unittest_sources)', 1478 '<@(user_manager_unittest_sources)',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'dependencies': [ 1924 'dependencies': [
1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1925 ], 1926 ],
1926 }], 1927 }],
1927 ], 1928 ],
1928 }, 1929 },
1929 ], 1930 ],
1930 }], 1931 }],
1931 ], 1932 ],
1932 } 1933 }
OLDNEW
« no previous file with comments | « components/arc/intent_helper/font_size_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698