blob: 0ccb18a1366f505b536025f0137c497e1fd6e224 [file] [log] [blame]
kjellander@webrtc.org1227ab82014-06-23 19:21:07 +00001# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2#
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
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9import("../../build/webrtc.gni")
10
11source_set("desktop_capture") {
12 # TODO(jiayl): Implement.
13}
14
15if (!is_ios && (cpu_arch == "x86" || cpu_arch == "x64")) {
16 source_set("desktop_capture_differ_sse2") {
17 # TODO(jiayl): Implement.
18 }
19}