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

Side by Side Diff: webrtc/modules/BUILD.gn

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 | « no previous file | webrtc/modules/desktop_capture/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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "desktop_capture/desktop_region_unittest.cc", 497 "desktop_capture/desktop_region_unittest.cc",
498 "desktop_capture/differ_block_unittest.cc", 498 "desktop_capture/differ_block_unittest.cc",
499 "desktop_capture/differ_unittest.cc", 499 "desktop_capture/differ_unittest.cc",
500 ] 500 ]
501 } 501 }
502 502
503 if (rtc_desktop_capture_supported) { 503 if (rtc_desktop_capture_supported) {
504 deps += [ "desktop_capture" ] 504 deps += [ "desktop_capture" ]
505 sources += [ 505 sources += [
506 "desktop_capture/desktop_and_cursor_composer_unittest.cc", 506 "desktop_capture/desktop_and_cursor_composer_unittest.cc",
507 "desktop_capture/desktop_frame_generator.cc",
508 "desktop_capture/desktop_frame_generator.h",
509 "desktop_capture/fake_desktop_capturer.h",
510 "desktop_capture/fake_screen_capturer.cc",
511 "desktop_capture/fake_screen_capturer.h",
507 "desktop_capture/mouse_cursor_monitor_unittest.cc", 512 "desktop_capture/mouse_cursor_monitor_unittest.cc",
513 "desktop_capture/screen_capturer_differ_wrapper_unittest.cc",
508 "desktop_capture/screen_capturer_helper_unittest.cc", 514 "desktop_capture/screen_capturer_helper_unittest.cc",
509 "desktop_capture/screen_capturer_mac_unittest.cc", 515 "desktop_capture/screen_capturer_mac_unittest.cc",
510 "desktop_capture/screen_capturer_mock_objects.h", 516 "desktop_capture/screen_capturer_mock_objects.h",
511 "desktop_capture/screen_capturer_unittest.cc", 517 "desktop_capture/screen_capturer_unittest.cc",
512 "desktop_capture/screen_drawer.h", 518 "desktop_capture/screen_drawer.h",
513 "desktop_capture/screen_drawer_linux.cc", 519 "desktop_capture/screen_drawer_linux.cc",
514 "desktop_capture/screen_drawer_mac.cc", 520 "desktop_capture/screen_drawer_mac.cc",
515 "desktop_capture/screen_drawer_unittest.cc", 521 "desktop_capture/screen_drawer_unittest.cc",
516 "desktop_capture/screen_drawer_win.cc", 522 "desktop_capture/screen_drawer_win.cc",
517 "desktop_capture/win/cursor_unittest.cc", 523 "desktop_capture/win/cursor_unittest.cc",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 sources += [ 659 sources += [
654 "audio_device/ios/audio_device_unittest_ios.cc", 660 "audio_device/ios/audio_device_unittest_ios.cc",
655 "audio_device/ios/objc/RTCAudioSessionTest.mm", 661 "audio_device/ios/objc/RTCAudioSessionTest.mm",
656 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 662 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
657 ] 663 ]
658 664
659 ldflags = [ "-ObjC" ] 665 ldflags = [ "-ObjC" ]
660 } 666 }
661 } 667 }
662 } 668 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698