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

Side by Side Diff: content/content_tests.gypi

Issue 896673003: Propagate audible state from player to the containing tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Excluded AudioStreamMonitor unittest on Android Created 5 years, 9 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 ['use_aura!=1 and OS!="mac"', { 1111 ['use_aura!=1 and OS!="mac"', {
1112 'sources/': [ 1112 'sources/': [
1113 ['exclude', '^browser/compositor/'], 1113 ['exclude', '^browser/compositor/'],
1114 ], 1114 ],
1115 }], 1115 }],
1116 ['OS == "android"', { 1116 ['OS == "android"', {
1117 'sources': [ '<@(content_unittests_android_sources)' ], 1117 'sources': [ '<@(content_unittests_android_sources)' ],
1118 'sources!': [ 1118 'sources!': [
1119 'browser/geolocation/network_location_provider_unittest.cc', 1119 'browser/geolocation/network_location_provider_unittest.cc',
1120 'browser/geolocation/wifi_data_provider_common_unittest.cc', 1120 'browser/geolocation/wifi_data_provider_common_unittest.cc',
1121 'browser/media/audio_stream_monitor_unittest.cc',
1121 'browser/webui/url_data_manager_backend_unittest.cc', 1122 'browser/webui/url_data_manager_backend_unittest.cc',
1122 ], 1123 ],
1123 'dependencies': [ 1124 'dependencies': [
1124 '../testing/android/native_test.gyp:native_test_native_code', 1125 '../testing/android/native_test.gyp:native_test_native_code',
1125 ], 1126 ],
1126 }], 1127 }],
1127 ['OS != "android" and OS != "ios"', { 1128 ['OS != "android" and OS != "ios"', {
1128 'dependencies': [ 1129 'dependencies': [
1129 '../third_party/libvpx/libvpx.gyp:libvpx', 1130 '../third_party/libvpx/libvpx.gyp:libvpx',
1130 ], 1131 ],
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2144 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2144 }, 2145 },
2145 ], 2146 ],
2146 }], 2147 }],
2147 ], 2148 ],
2148 }, 2149 },
2149 ], 2150 ],
2150 }], 2151 }],
2151 ], 2152 ],
2152 } 2153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698