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

Side by Side Diff: content/content_tests.gypi

Issue 906113002: Support listening for available screens for multiple presentation urls in the same frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Anton's comments Created 5 years, 10 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/browser/presentation/presentation_service_impl_unittest.cc ('k') | no next file » | 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'browser/media/audio_stream_monitor_unittest.cc', 459 'browser/media/audio_stream_monitor_unittest.cc',
460 'browser/media/capture/audio_mirroring_manager_unittest.cc', 460 'browser/media/capture/audio_mirroring_manager_unittest.cc',
461 'browser/media/capture/video_capture_oracle_unittest.cc', 461 'browser/media/capture/video_capture_oracle_unittest.cc',
462 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 462 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
463 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 463 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
464 'browser/media/media_internals_unittest.cc', 464 'browser/media/media_internals_unittest.cc',
465 'browser/media/midi_host_unittest.cc', 465 'browser/media/midi_host_unittest.cc',
466 'browser/media/webrtc_identity_store_unittest.cc', 466 'browser/media/webrtc_identity_store_unittest.cc',
467 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 467 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
468 'browser/notification_service_impl_unittest.cc', 468 'browser/notification_service_impl_unittest.cc',
469 'browser/presentation/presentation_service_impl_unittest.cc',
469 'browser/power_monitor_message_broadcaster_unittest.cc', 470 'browser/power_monitor_message_broadcaster_unittest.cc',
470 'browser/power_usage_monitor_impl_unittest.cc', 471 'browser/power_usage_monitor_impl_unittest.cc',
471 'browser/power_profiler/power_profiler_service_unittest.cc', 472 'browser/power_profiler/power_profiler_service_unittest.cc',
472 'browser/quota/mock_quota_manager.cc', 473 'browser/quota/mock_quota_manager.cc',
473 'browser/quota/mock_quota_manager.h', 474 'browser/quota/mock_quota_manager.h',
474 'browser/quota/mock_quota_manager_proxy.cc', 475 'browser/quota/mock_quota_manager_proxy.cc',
475 'browser/quota/mock_quota_manager_proxy.h', 476 'browser/quota/mock_quota_manager_proxy.h',
476 'browser/quota/mock_quota_manager_unittest.cc', 477 'browser/quota/mock_quota_manager_unittest.cc',
477 'browser/quota/quota_database_unittest.cc', 478 'browser/quota/quota_database_unittest.cc',
478 'browser/quota/quota_backend_impl_unittest.cc', 479 'browser/quota/quota_backend_impl_unittest.cc',
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2136 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2137 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2137 }, 2138 },
2138 ], 2139 ],
2139 }], 2140 }],
2140 ], 2141 ],
2141 }, 2142 },
2142 ], 2143 ],
2143 }], 2144 }],
2144 ], 2145 ],
2145 } 2146 }
OLDNEW
« no previous file with comments | « content/browser/presentation/presentation_service_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698