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

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

Issue 2210443002: [WebRTC] Implement Windows ScreenDrawer to test ScreenCapturer* (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Lint error, inconsistent local / online lint results Created 4 years, 4 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/screen_drawer.h » ('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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 361
362 if (rtc_desktop_capture_supported) { 362 if (rtc_desktop_capture_supported) {
363 deps += [ "desktop_capture" ] 363 deps += [ "desktop_capture" ]
364 sources += [ 364 sources += [
365 "desktop_capture/desktop_and_cursor_composer_unittest.cc", 365 "desktop_capture/desktop_and_cursor_composer_unittest.cc",
366 "desktop_capture/mouse_cursor_monitor_unittest.cc", 366 "desktop_capture/mouse_cursor_monitor_unittest.cc",
367 "desktop_capture/screen_capturer_helper_unittest.cc", 367 "desktop_capture/screen_capturer_helper_unittest.cc",
368 "desktop_capture/screen_capturer_mac_unittest.cc", 368 "desktop_capture/screen_capturer_mac_unittest.cc",
369 "desktop_capture/screen_capturer_mock_objects.h", 369 "desktop_capture/screen_capturer_mock_objects.h",
370 "desktop_capture/screen_capturer_unittest.cc", 370 "desktop_capture/screen_capturer_unittest.cc",
371 "desktop_capture/screen_drawer.h",
372 "desktop_capture/screen_drawer_linux.cc",
373 "desktop_capture/screen_drawer_mac.cc",
374 "desktop_capture/screen_drawer_unittest.cc",
375 "desktop_capture/screen_drawer_win.cc",
371 "desktop_capture/win/cursor_unittest.cc", 376 "desktop_capture/win/cursor_unittest.cc",
372 "desktop_capture/win/cursor_unittest_resources.h", 377 "desktop_capture/win/cursor_unittest_resources.h",
373 "desktop_capture/win/cursor_unittest_resources.rc", 378 "desktop_capture/win/cursor_unittest_resources.rc",
374 "desktop_capture/window_capturer_unittest.cc", 379 "desktop_capture/window_capturer_unittest.cc",
375 ] 380 ]
376 } 381 }
377 382
378 if (rtc_prefer_fixed_point) { 383 if (rtc_prefer_fixed_point) {
379 defines += [ "WEBRTC_AUDIOPROC_FIXED_PROFILE" ] 384 defines += [ "WEBRTC_AUDIOPROC_FIXED_PROFILE" ]
380 } else { 385 } else {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "audio_device/ios/objc/RTCAudioSessionTest.mm", 620 "audio_device/ios/objc/RTCAudioSessionTest.mm",
616 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 621 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
617 ] 622 ]
618 623
619 ldflags = [ "-ObjC" ] 624 ldflags = [ "-ObjC" ]
620 625
621 # TODO(kjellander): Mac bundle files. 626 # TODO(kjellander): Mac bundle files.
622 } 627 }
623 } 628 }
624 } 629 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/screen_drawer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698