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

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

Issue 2500883004: Add DesktopFrame rotation functions (Closed)
Patch Set: Created 4 years, 1 month 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
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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "desktop_capture/desktop_region_unittest.cc", 554 "desktop_capture/desktop_region_unittest.cc",
555 "desktop_capture/differ_block_unittest.cc", 555 "desktop_capture/differ_block_unittest.cc",
556 ] 556 ]
557 } 557 }
558 558
559 if (rtc_desktop_capture_supported) { 559 if (rtc_desktop_capture_supported) {
560 deps += [ "desktop_capture:desktop_capture_mock" ] 560 deps += [ "desktop_capture:desktop_capture_mock" ]
561 sources += [ 561 sources += [
562 "desktop_capture/desktop_and_cursor_composer_unittest.cc", 562 "desktop_capture/desktop_and_cursor_composer_unittest.cc",
563 "desktop_capture/desktop_capturer_differ_wrapper_unittest.cc", 563 "desktop_capture/desktop_capturer_differ_wrapper_unittest.cc",
564 "desktop_capture/desktop_frame_rotator_unittest.cc",
565 "desktop_capture/desktop_frame_unittest.cc",
564 "desktop_capture/mouse_cursor_monitor_unittest.cc", 566 "desktop_capture/mouse_cursor_monitor_unittest.cc",
565 "desktop_capture/rgba_color_unittest.cc", 567 "desktop_capture/rgba_color_unittest.cc",
566 "desktop_capture/screen_capturer_helper_unittest.cc", 568 "desktop_capture/screen_capturer_helper_unittest.cc",
567 "desktop_capture/screen_capturer_mac_unittest.cc", 569 "desktop_capture/screen_capturer_mac_unittest.cc",
568 "desktop_capture/screen_capturer_mock_objects.h", 570 "desktop_capture/screen_capturer_mock_objects.h",
569 "desktop_capture/screen_capturer_unittest.cc", 571 "desktop_capture/screen_capturer_unittest.cc",
570 "desktop_capture/win/cursor_unittest.cc", 572 "desktop_capture/win/cursor_unittest.cc",
571 "desktop_capture/win/cursor_unittest_resources.h", 573 "desktop_capture/win/cursor_unittest_resources.h",
572 "desktop_capture/win/cursor_unittest_resources.rc", 574 "desktop_capture/win/cursor_unittest_resources.rc",
573 "desktop_capture/window_capturer_unittest.cc", 575 "desktop_capture/window_capturer_unittest.cc",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "../test:test_common", 748 "../test:test_common",
747 "../test:test_support_main", 749 "../test:test_support_main",
748 "remote_bitrate_estimator:bwe_simulator_lib", 750 "remote_bitrate_estimator:bwe_simulator_lib",
749 "video_capture", 751 "video_capture",
750 "//testing/gmock", 752 "//testing/gmock",
751 "//testing/gtest", 753 "//testing/gtest",
752 "//third_party/gflags", 754 "//third_party/gflags",
753 ] 755 ]
754 } 756 }
755 } 757 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/BUILD.gn » ('j') | webrtc/modules/desktop_capture/desktop_frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698