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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 2202443002: [WebRTC] Add ScreenCapturerDifferWrapper to share Differ across ScreenCapturers (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Sync latest changes Created 4 years, 3 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 | « webrtc/modules/desktop_capture/screen_capturer_differ_wrapper_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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'sources': [ 426 'sources': [
427 'desktop_capture/desktop_region_unittest.cc', 427 'desktop_capture/desktop_region_unittest.cc',
428 'desktop_capture/differ_block_unittest.cc', 428 'desktop_capture/differ_block_unittest.cc',
429 'desktop_capture/differ_unittest.cc', 429 'desktop_capture/differ_unittest.cc',
430 ], 430 ],
431 }], 431 }],
432 ['desktop_capture_supported==1', { 432 ['desktop_capture_supported==1', {
433 'sources': [ 433 'sources': [
434 'desktop_capture/desktop_and_cursor_composer_unittest.cc', 434 'desktop_capture/desktop_and_cursor_composer_unittest.cc',
435 'desktop_capture/mouse_cursor_monitor_unittest.cc', 435 'desktop_capture/mouse_cursor_monitor_unittest.cc',
436 'desktop_capture/screen_capturer_differ_wrapper_unittest.cc',
436 'desktop_capture/screen_capturer_helper_unittest.cc', 437 'desktop_capture/screen_capturer_helper_unittest.cc',
437 'desktop_capture/screen_capturer_mac_unittest.cc', 438 'desktop_capture/screen_capturer_mac_unittest.cc',
439 'desktop_capture/fake_desktop_capturer.h',
440 'desktop_capture/fake_screen_capturer.cc',
441 'desktop_capture/fake_screen_capturer.h',
442 'desktop_capture/desktop_frame_generator.cc',
443 'desktop_capture/desktop_frame_generator.h',
438 'desktop_capture/screen_capturer_mock_objects.h', 444 'desktop_capture/screen_capturer_mock_objects.h',
439 'desktop_capture/screen_capturer_unittest.cc', 445 'desktop_capture/screen_capturer_unittest.cc',
440 'desktop_capture/screen_drawer.h', 446 'desktop_capture/screen_drawer.h',
441 'desktop_capture/screen_drawer_linux.cc', 447 'desktop_capture/screen_drawer_linux.cc',
442 'desktop_capture/screen_drawer_mac.cc', 448 'desktop_capture/screen_drawer_mac.cc',
443 'desktop_capture/screen_drawer_unittest.cc', 449 'desktop_capture/screen_drawer_unittest.cc',
444 'desktop_capture/screen_drawer_win.cc', 450 'desktop_capture/screen_drawer_win.cc',
445 'desktop_capture/window_capturer_unittest.cc', 451 'desktop_capture/window_capturer_unittest.cc',
446 'desktop_capture/win/cursor_unittest.cc', 452 'desktop_capture/win/cursor_unittest.cc',
447 'desktop_capture/win/cursor_unittest_resources.h', 453 'desktop_capture/win/cursor_unittest_resources.h',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'sources': [ 798 'sources': [
793 'modules_unittests.isolate', 799 'modules_unittests.isolate',
794 ], 800 ],
795 }, 801 },
796 ], 802 ],
797 }], 803 }],
798 ], 804 ],
799 }], # include_tests 805 }], # include_tests
800 ], # conditions 806 ], # conditions
801 } 807 }
OLDNEW
« no previous file with comments | « webrtc/modules/desktop_capture/screen_capturer_differ_wrapper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698