| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'capture_sources': [ | 8 'capture_sources': [ |
| 9 'capture_export.h', | 9 'capture_export.h', |
| 10 'content/animated_content_sampler.cc', | 10 'content/animated_content_sampler.cc', |
| 11 'content/animated_content_sampler.h', | 11 'content/animated_content_sampler.h', |
| 12 'content/capture_resolution_chooser.cc', | 12 'content/capture_resolution_chooser.cc', |
| 13 'content/capture_resolution_chooser.h', | 13 'content/capture_resolution_chooser.h', |
| 14 'content/feedback_signal_accumulator.h', | |
| 15 'content/screen_capture_device_core.cc', | 14 'content/screen_capture_device_core.cc', |
| 16 'content/screen_capture_device_core.h', | 15 'content/screen_capture_device_core.h', |
| 17 'content/smooth_event_sampler.cc', | 16 'content/smooth_event_sampler.cc', |
| 18 'content/smooth_event_sampler.h', | 17 'content/smooth_event_sampler.h', |
| 19 'content/thread_safe_capture_oracle.cc', | 18 'content/thread_safe_capture_oracle.cc', |
| 20 'content/thread_safe_capture_oracle.h', | 19 'content/thread_safe_capture_oracle.h', |
| 21 'content/video_capture_oracle.cc', | 20 'content/video_capture_oracle.cc', |
| 22 'content/video_capture_oracle.h', | 21 'content/video_capture_oracle.h', |
| 23 'device_monitor_mac.h', | 22 'device_monitor_mac.h', |
| 24 'device_monitor_mac.mm', | 23 'device_monitor_mac.mm', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'video/win/video_capture_device_factory_win.h', | 73 'video/win/video_capture_device_factory_win.h', |
| 75 'video/win/video_capture_device_mf_win.cc', | 74 'video/win/video_capture_device_mf_win.cc', |
| 76 'video/win/video_capture_device_mf_win.h', | 75 'video/win/video_capture_device_mf_win.h', |
| 77 'video/win/video_capture_device_win.cc', | 76 'video/win/video_capture_device_win.cc', |
| 78 'video/win/video_capture_device_win.h' | 77 'video/win/video_capture_device_win.h' |
| 79 ], | 78 ], |
| 80 | 79 |
| 81 'capture_unittests_sources': [ | 80 'capture_unittests_sources': [ |
| 82 'content/animated_content_sampler_unittest.cc', | 81 'content/animated_content_sampler_unittest.cc', |
| 83 'content/capture_resolution_chooser_unittest.cc', | 82 'content/capture_resolution_chooser_unittest.cc', |
| 84 'content/feedback_signal_accumulator_unittest.cc', | |
| 85 'content/smooth_event_sampler_unittest.cc', | 83 'content/smooth_event_sampler_unittest.cc', |
| 86 'content/video_capture_oracle_unittest.cc', | 84 'content/video_capture_oracle_unittest.cc', |
| 87 'system_message_window_win_unittest.cc', | 85 'system_message_window_win_unittest.cc', |
| 88 'video/fake_video_capture_device_unittest.cc', | 86 'video/fake_video_capture_device_unittest.cc', |
| 89 'video/mac/video_capture_device_factory_mac_unittest.mm', | 87 'video/mac/video_capture_device_factory_mac_unittest.mm', |
| 90 'video/video_capture_device_unittest.cc' | 88 'video/video_capture_device_unittest.cc' |
| 91 ], | 89 ], |
| 92 | 90 |
| 93 # The following files lack appropriate platform suffixes. | 91 # The following files lack appropriate platform suffixes. |
| 94 'conditions': [ | 92 'conditions': [ |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 ], | 299 ], |
| 302 }, | 300 }, |
| 303 ], | 301 ], |
| 304 }], | 302 }], |
| 305 ], | 303 ], |
| 306 | 304 |
| 307 }], | 305 }], |
| 308 | 306 |
| 309 ], | 307 ], |
| 310 } | 308 } |
| OLD | NEW |