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

Side by Side Diff: components/components_tests.gyp

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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/components.gyp ('k') | components/copresence.gypi » ('j') | 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'undo_unittest_sources': [ 242 'undo_unittest_sources': [
243 'undo/bookmark_undo_service_test.cc', 243 'undo/bookmark_undo_service_test.cc',
244 'undo/undo_manager_test.cc', 244 'undo/undo_manager_test.cc',
245 ], 245 ],
246 246
247 'audio_modem_unittest_sources': [ 247 'audio_modem_unittest_sources': [
248 'audio_modem/audio_player_unittest.cc', 248 'audio_modem/audio_player_unittest.cc',
249 'audio_modem/audio_recorder_unittest.cc', 249 'audio_modem/audio_recorder_unittest.cc',
250 'audio_modem/modem_unittest.cc', 250 'audio_modem/modem_unittest.cc',
251 ], 251 ],
252 'copresence_unittest_sources': [
253 'copresence/copresence_state_unittest.cc',
254 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
255 'copresence/handlers/audio/audio_directive_list_unittest.cc',
256 'copresence/handlers/directive_handler_unittest.cc',
257 'copresence/handlers/gcm_handler_unittest.cc',
258 'copresence/rpc/http_post_unittest.cc',
259 'copresence/rpc/rpc_handler_unittest.cc',
260 'copresence/timed_map_unittest.cc',
261 ],
262 'data_use_measurement_unittest_sources': [ 252 'data_use_measurement_unittest_sources': [
263 'data_use_measurement/content/data_use_measurement_unittest.cc', 253 'data_use_measurement/content/data_use_measurement_unittest.cc',
264 ], 254 ],
265 'error_page_unittest_sources': [ 255 'error_page_unittest_sources': [
266 'error_page/renderer/net_error_helper_core_unittest.cc', 256 'error_page/renderer/net_error_helper_core_unittest.cc',
267 ], 257 ],
268 'feedback_unittest_sources': [ 258 'feedback_unittest_sources': [
269 'feedback/anonymizer_tool_unittest.cc', 259 'feedback/anonymizer_tool_unittest.cc',
270 'feedback/feedback_common_unittest.cc', 260 'feedback/feedback_common_unittest.cc',
271 'feedback/feedback_data_unittest.cc', 261 'feedback/feedback_data_unittest.cc',
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 'components.gyp:web_modal_test_support', 1511 'components.gyp:web_modal_test_support',
1522 ], 1512 ],
1523 }, { 1513 }, {
1524 'sources': [ 1514 'sources': [
1525 '<@(invalidation_unittest_sources)', 1515 '<@(invalidation_unittest_sources)',
1526 ], 1516 ],
1527 }], 1517 }],
1528 ['OS != "ios" and OS != "android"', { 1518 ['OS != "ios" and OS != "android"', {
1529 'sources': [ 1519 'sources': [
1530 '<@(audio_modem_unittest_sources)', 1520 '<@(audio_modem_unittest_sources)',
1531 '<@(copresence_unittest_sources)',
1532 '<@(feedback_unittest_sources)', 1521 '<@(feedback_unittest_sources)',
1533 '<@(proximity_auth_unittest_sources)', 1522 '<@(proximity_auth_unittest_sources)',
1534 '<@(webusb_detector_unittest_sources)', 1523 '<@(webusb_detector_unittest_sources)',
1535 ], 1524 ],
1536 'sources!': [ 1525 'sources!': [
1537 'variations/variations_request_scheduler_mobile_unittest.cc', 1526 'variations/variations_request_scheduler_mobile_unittest.cc',
1538 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1527 'web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1539 ], 1528 ],
1540 'dependencies': [ 1529 'dependencies': [
1541 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1530 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1542 '../device/core/core.gyp:device_core', 1531 '../device/core/core.gyp:device_core',
1543 '../device/core/core.gyp:device_core_mocks', 1532 '../device/core/core.gyp:device_core_mocks',
1544 '../device/hid/hid.gyp:device_hid_mocks', 1533 '../device/hid/hid.gyp:device_hid_mocks',
1545 '../device/usb/usb.gyp:device_usb', 1534 '../device/usb/usb.gyp:device_usb',
1546 '../device/usb/usb.gyp:device_usb_mocks', 1535 '../device/usb/usb.gyp:device_usb_mocks',
1547 '../google_apis/google_apis.gyp:google_apis_test_support', 1536 '../google_apis/google_apis.gyp:google_apis_test_support',
1548 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1537 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1549 'components.gyp:audio_modem', 1538 'components.gyp:audio_modem',
1550 'components.gyp:audio_modem_test_support', 1539 'components.gyp:audio_modem_test_support',
1551 'components.gyp:copresence',
1552 'components.gyp:copresence_test_support',
1553 'components.gyp:cryptauth', 1540 'components.gyp:cryptauth',
1554 'components.gyp:cryptauth_proto', 1541 'components.gyp:cryptauth_proto',
1555 'components.gyp:cryptauth_test_support', 1542 'components.gyp:cryptauth_test_support',
1556 'components.gyp:feedback_component', 1543 'components.gyp:feedback_component',
1557 'components.gyp:pref_registry_test_support', 1544 'components.gyp:pref_registry_test_support',
1558 'components.gyp:proximity_auth', 1545 'components.gyp:proximity_auth',
1559 'components.gyp:proximity_auth_test_support', 1546 'components.gyp:proximity_auth_test_support',
1560 'components.gyp:webusb', 1547 'components.gyp:webusb',
1561 ], 1548 ],
1562 }], 1549 }],
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'dependencies': [ 2033 'dependencies': [
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2048 ], 2035 ],
2049 }], 2036 }],
2050 ], 2037 ],
2051 }, 2038 },
2052 ], 2039 ],
2053 }], 2040 }],
2054 ], 2041 ],
2055 } 2042 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/copresence.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698