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

Side by Side Diff: content/content_tests.gypi

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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/BUILD.gn » ('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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'browser/loader/mime_type_resource_handler_unittest.cc', 467 'browser/loader/mime_type_resource_handler_unittest.cc',
468 'browser/loader/navigation_url_loader_unittest.cc', 468 'browser/loader/navigation_url_loader_unittest.cc',
469 'browser/loader/resource_buffer_unittest.cc', 469 'browser/loader/resource_buffer_unittest.cc',
470 'browser/loader/resource_dispatcher_host_unittest.cc', 470 'browser/loader/resource_dispatcher_host_unittest.cc',
471 'browser/loader/resource_loader_unittest.cc', 471 'browser/loader/resource_loader_unittest.cc',
472 'browser/loader/resource_scheduler_unittest.cc', 472 'browser/loader/resource_scheduler_unittest.cc',
473 'browser/loader/temporary_file_stream_unittest.cc', 473 'browser/loader/temporary_file_stream_unittest.cc',
474 'browser/loader/upload_data_stream_builder_unittest.cc', 474 'browser/loader/upload_data_stream_builder_unittest.cc',
475 'browser/mach_broker_mac_unittest.cc', 475 'browser/mach_broker_mac_unittest.cc',
476 'browser/media/audio_stream_monitor_unittest.cc', 476 'browser/media/audio_stream_monitor_unittest.cc',
477 'browser/media/capture/animated_content_sampler_unittest.cc',
478 'browser/media/capture/audio_mirroring_manager_unittest.cc', 477 'browser/media/capture/audio_mirroring_manager_unittest.cc',
479 'browser/media/capture/capture_resolution_chooser_unittest.cc',
480 'browser/media/capture/feedback_signal_accumulator_unittest.cc',
481 'browser/media/capture/smooth_event_sampler_unittest.cc',
482 'browser/media/capture/video_capture_oracle_unittest.cc',
483 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 478 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
484 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 479 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
485 'browser/media/media_internals_unittest.cc', 480 'browser/media/media_internals_unittest.cc',
486 'browser/media/midi_host_unittest.cc', 481 'browser/media/midi_host_unittest.cc',
487 'browser/media/webrtc_identity_store_unittest.cc', 482 'browser/media/webrtc_identity_store_unittest.cc',
488 'browser/net/quota_policy_cookie_store_unittest.cc', 483 'browser/net/quota_policy_cookie_store_unittest.cc',
489 'browser/notification_service_impl_unittest.cc', 484 'browser/notification_service_impl_unittest.cc',
490 'browser/notifications/notification_database_data_unittest.cc', 485 'browser/notifications/notification_database_data_unittest.cc',
491 'browser/notifications/notification_database_unittest.cc', 486 'browser/notifications/notification_database_unittest.cc',
492 'browser/notifications/notification_id_generator_unittest.cc', 487 'browser/notifications/notification_id_generator_unittest.cc',
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 ], 2043 ],
2049 }, 2044 },
2050 'includes': [ 2045 'includes': [
2051 '../build/host_jar.gypi', 2046 '../build/host_jar.gypi',
2052 ], 2047 ],
2053 }, 2048 },
2054 ], 2049 ],
2055 }], 2050 }],
2056 ], 2051 ],
2057 } 2052 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698