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

Side by Side Diff: components/components_tests.gyp

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again 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') | extensions/browser/extension_event_histogram_value.h » ('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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'favicon/core/favicon_handler_unittest.cc', 238 'favicon/core/favicon_handler_unittest.cc',
239 'favicon/core/large_icon_service_unittest.cc', 239 'favicon/core/large_icon_service_unittest.cc',
240 ], 240 ],
241 'flags_ui_unittest_sources': [ 241 'flags_ui_unittest_sources': [
242 'flags_ui/flags_state_unittest.cc', 242 'flags_ui/flags_state_unittest.cc',
243 ], 243 ],
244 'undo_unittest_sources': [ 244 'undo_unittest_sources': [
245 'undo/bookmark_undo_service_test.cc', 245 'undo/bookmark_undo_service_test.cc',
246 'undo/undo_manager_test.cc', 246 'undo/undo_manager_test.cc',
247 ], 247 ],
248
249 'audio_modem_unittest_sources': [
250 'audio_modem/audio_player_unittest.cc',
251 'audio_modem/audio_recorder_unittest.cc',
252 'audio_modem/modem_unittest.cc',
253 ],
254 'data_use_measurement_unittest_sources': [ 248 'data_use_measurement_unittest_sources': [
255 'data_use_measurement/content/data_use_measurement_unittest.cc', 249 'data_use_measurement/content/data_use_measurement_unittest.cc',
256 ], 250 ],
257 'error_page_unittest_sources': [ 251 'error_page_unittest_sources': [
258 'error_page/renderer/net_error_helper_core_unittest.cc', 252 'error_page/renderer/net_error_helper_core_unittest.cc',
259 ], 253 ],
260 'feedback_unittest_sources': [ 254 'feedback_unittest_sources': [
261 'feedback/anonymizer_tool_unittest.cc', 255 'feedback/anonymizer_tool_unittest.cc',
262 'feedback/feedback_common_unittest.cc', 256 'feedback/feedback_common_unittest.cc',
263 'feedback/feedback_data_unittest.cc', 257 'feedback/feedback_data_unittest.cc',
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 'components.gyp:web_modal', 1509 'components.gyp:web_modal',
1516 'components.gyp:web_modal_test_support', 1510 'components.gyp:web_modal_test_support',
1517 ], 1511 ],
1518 }, { 1512 }, {
1519 'sources': [ 1513 'sources': [
1520 '<@(invalidation_unittest_sources)', 1514 '<@(invalidation_unittest_sources)',
1521 ], 1515 ],
1522 }], 1516 }],
1523 ['OS != "ios" and OS != "android"', { 1517 ['OS != "ios" and OS != "android"', {
1524 'sources': [ 1518 'sources': [
1525 '<@(audio_modem_unittest_sources)',
1526 '<@(feedback_unittest_sources)', 1519 '<@(feedback_unittest_sources)',
1527 '<@(proximity_auth_unittest_sources)', 1520 '<@(proximity_auth_unittest_sources)',
1528 '<@(webusb_detector_unittest_sources)', 1521 '<@(webusb_detector_unittest_sources)',
1529 ], 1522 ],
1530 'sources!': [ 1523 'sources!': [
1531 'variations/variations_request_scheduler_mobile_unittest.cc', 1524 'variations/variations_request_scheduler_mobile_unittest.cc',
1532 'web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1525 'web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1533 ], 1526 ],
1534 'dependencies': [ 1527 'dependencies': [
1535 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1528 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1536 '../device/core/core.gyp:device_core', 1529 '../device/core/core.gyp:device_core',
1537 '../device/core/core.gyp:device_core_mocks', 1530 '../device/core/core.gyp:device_core_mocks',
1538 '../device/hid/hid.gyp:device_hid_mocks', 1531 '../device/hid/hid.gyp:device_hid_mocks',
1539 '../device/usb/usb.gyp:device_usb', 1532 '../device/usb/usb.gyp:device_usb',
1540 '../device/usb/usb.gyp:device_usb_mocks', 1533 '../device/usb/usb.gyp:device_usb_mocks',
1541 '../google_apis/google_apis.gyp:google_apis_test_support', 1534 '../google_apis/google_apis.gyp:google_apis_test_support',
1542 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1535 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1543 'components.gyp:audio_modem',
1544 'components.gyp:audio_modem_test_support',
1545 'components.gyp:cryptauth', 1536 'components.gyp:cryptauth',
1546 'components.gyp:cryptauth_proto', 1537 'components.gyp:cryptauth_proto',
1547 'components.gyp:cryptauth_test_support', 1538 'components.gyp:cryptauth_test_support',
1548 'components.gyp:feedback_component', 1539 'components.gyp:feedback_component',
1549 'components.gyp:pref_registry_test_support', 1540 'components.gyp:pref_registry_test_support',
1550 'components.gyp:proximity_auth', 1541 'components.gyp:proximity_auth',
1551 'components.gyp:proximity_auth_test_support', 1542 'components.gyp:proximity_auth_test_support',
1552 'components.gyp:webusb', 1543 'components.gyp:webusb',
1553 ], 1544 ],
1554 }], 1545 }],
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 'dependencies': [ 2030 'dependencies': [
2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2041 ], 2032 ],
2042 }], 2033 }],
2043 ], 2034 ],
2044 }, 2035 },
2045 ], 2036 ],
2046 }], 2037 }],
2047 ], 2038 ],
2048 } 2039 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698