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

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: Added missing copyright notice 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
« no previous file with comments | « content/content_browser.gypi ('k') | media/base/android/media_player_android.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 (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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 ['use_aura!=1 and OS!="mac"', { 1113 ['use_aura!=1 and OS!="mac"', {
1114 'sources/': [ 1114 'sources/': [
1115 ['exclude', '^browser/compositor/'], 1115 ['exclude', '^browser/compositor/'],
1116 ], 1116 ],
1117 }], 1117 }],
1118 ['OS == "android"', { 1118 ['OS == "android"', {
1119 'sources': [ '<@(content_unittests_android_sources)' ], 1119 'sources': [ '<@(content_unittests_android_sources)' ],
1120 'sources!': [ 1120 'sources!': [
1121 'browser/geolocation/network_location_provider_unittest.cc', 1121 'browser/geolocation/network_location_provider_unittest.cc',
1122 'browser/geolocation/wifi_data_provider_common_unittest.cc', 1122 'browser/geolocation/wifi_data_provider_common_unittest.cc',
1123 'browser/media/audio_stream_monitor_unittest.cc',
1123 'browser/webui/url_data_manager_backend_unittest.cc', 1124 'browser/webui/url_data_manager_backend_unittest.cc',
1124 ], 1125 ],
1125 'dependencies': [ 1126 'dependencies': [
1126 '../testing/android/native_test.gyp:native_test_native_code', 1127 '../testing/android/native_test.gyp:native_test_native_code',
1127 ], 1128 ],
1128 }], 1129 }],
1129 ['OS != "android" and OS != "ios"', { 1130 ['OS != "android" and OS != "ios"', {
1130 'dependencies': [ 1131 'dependencies': [
1131 '../third_party/libvpx/libvpx.gyp:libvpx', 1132 '../third_party/libvpx/libvpx.gyp:libvpx',
1132 ], 1133 ],
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2146 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2146 }, 2147 },
2147 ], 2148 ],
2148 }], 2149 }],
2149 ], 2150 ],
2150 }, 2151 },
2151 ], 2152 ],
2152 }], 2153 }],
2153 ], 2154 ],
2154 } 2155 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | media/base/android/media_player_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698