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

Side by Side Diff: chrome/chrome_tests_unit.gypi

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 | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/audio_modem.idl » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'browser/browsing_data/hosted_apps_counter_unittest.cc', 407 'browser/browsing_data/hosted_apps_counter_unittest.cc',
408 'browser/extensions/active_tab_unittest.cc', 408 'browser/extensions/active_tab_unittest.cc',
409 'browser/extensions/activity_log/activity_database_unittest.cc', 409 'browser/extensions/activity_log/activity_database_unittest.cc',
410 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', 410 'browser/extensions/activity_log/activity_log_enabled_unittest.cc',
411 'browser/extensions/activity_log/activity_log_policy_unittest.cc', 411 'browser/extensions/activity_log/activity_log_policy_unittest.cc',
412 'browser/extensions/activity_log/activity_log_unittest.cc', 412 'browser/extensions/activity_log/activity_log_unittest.cc',
413 'browser/extensions/activity_log/counting_policy_unittest.cc', 413 'browser/extensions/activity_log/counting_policy_unittest.cc',
414 'browser/extensions/activity_log/database_string_table_unittest.cc', 414 'browser/extensions/activity_log/database_string_table_unittest.cc',
415 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', 415 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc',
416 'browser/extensions/api/activity_log_private/activity_log_private_api_unit test.cc', 416 'browser/extensions/api/activity_log_private/activity_log_private_api_unit test.cc',
417 'browser/extensions/api/audio_modem/audio_modem_api_unittest.cc',
418 'browser/extensions/api/bookmarks/bookmark_api_helpers_unittest.cc', 417 'browser/extensions/api/bookmarks/bookmark_api_helpers_unittest.cc',
419 'browser/extensions/api/content_settings/content_settings_store_unittest.c c', 418 'browser/extensions/api/content_settings/content_settings_store_unittest.c c',
420 'browser/extensions/api/content_settings/content_settings_unittest.cc', 419 'browser/extensions/api/content_settings/content_settings_unittest.cc',
421 'browser/extensions/api/cookies/cookies_unittest.cc', 420 'browser/extensions/api/cookies/cookies_unittest.cc',
422 'browser/extensions/api/cryptotoken_private/cryptotoken_private_api_unitte st.cc', 421 'browser/extensions/api/cryptotoken_private/cryptotoken_private_api_unitte st.cc',
423 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 422 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
424 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc' , 423 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc' ,
425 'browser/extensions/api/declarative_content/chrome_content_rules_registry_ unittest.cc', 424 'browser/extensions/api/declarative_content/chrome_content_rules_registry_ unittest.cc',
426 'browser/extensions/api/declarative_content/content_action_unittest.cc', 425 'browser/extensions/api/declarative_content/content_action_unittest.cc',
427 'browser/extensions/api/declarative_content/content_condition_unittest.cc' , 426 'browser/extensions/api/declarative_content/content_condition_unittest.cc' ,
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 'sources': [ 2401 'sources': [
2403 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc', 2402 'browser/ui/sync/one_click_signin_sync_observer_unittest.cc',
2404 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2403 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2405 ], 2404 ],
2406 }], 2405 }],
2407 ['enable_extensions==1', { 2406 ['enable_extensions==1', {
2408 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], 2407 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ],
2409 'dependencies': [ 2408 'dependencies': [
2410 'common/extensions/api/api.gyp:chrome_api', 2409 'common/extensions/api/api.gyp:chrome_api',
2411 '../device/hid/hid.gyp:device_hid_mocks', 2410 '../device/hid/hid.gyp:device_hid_mocks',
2412 '../components/components.gyp:audio_modem_test_support',
2413 '../extensions/extensions_resources.gyp:extensions_resources', 2411 '../extensions/extensions_resources.gyp:extensions_resources',
2414 '../extensions/extensions_strings.gyp:extensions_strings', 2412 '../extensions/extensions_strings.gyp:extensions_strings',
2415 ], 2413 ],
2416 'conditions': [ 2414 'conditions': [
2417 ['enable_service_discovery==1', { 2415 ['enable_service_discovery==1', {
2418 'sources': [ '<@(chrome_unit_tests_extensions_service_discovery_so urces)' ], 2416 'sources': [ '<@(chrome_unit_tests_extensions_service_discovery_so urces)' ],
2419 }], 2417 }],
2420 ['chromeos==0', { 2418 ['chromeos==0', {
2421 'sources': [ 2419 'sources': [
2422 '<@(chrome_unit_tests_extensions_non_chromeos_sources)', 2420 '<@(chrome_unit_tests_extensions_non_chromeos_sources)',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
3024 'dependencies': [ 3022 'dependencies': [
3025 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3026 ], 3024 ],
3027 }], 3025 }],
3028 ], 3026 ],
3029 }, 3027 },
3030 ], 3028 ],
3031 }], 3029 }],
3032 ], # 'conditions' 3030 ], # 'conditions'
3033 } 3031 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/audio_modem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698