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

Side by Side Diff: content/browser/BUILD.gn

Issue 2553763002: Fix cursor missing in tabCapture on OSX Sierra (Closed)
Patch Set: rebase Created 3 years, 11 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 | content/browser/media/capture/aura_window_capture_machine.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 "media/capture/desktop_capture_device.h", 1504 "media/capture/desktop_capture_device.h",
1505 ] 1505 ]
1506 deps += [ "//third_party/webrtc/modules/desktop_capture" ] 1506 deps += [ "//third_party/webrtc/modules/desktop_capture" ]
1507 } 1507 }
1508 } 1508 }
1509 1509
1510 # Desktop screen capture implementations that are not dependent on WebRTC. 1510 # Desktop screen capture implementations that are not dependent on WebRTC.
1511 if (is_linux || is_mac || is_win) { 1511 if (is_linux || is_mac || is_win) {
1512 defines += [ "ENABLE_SCREEN_CAPTURE=1" ] 1512 defines += [ "ENABLE_SCREEN_CAPTURE=1" ]
1513 sources += [ 1513 sources += [
1514 "media/capture/cursor_renderer.cc",
1514 "media/capture/cursor_renderer.h", 1515 "media/capture/cursor_renderer.h",
1515 "media/capture/web_contents_video_capture_device.cc", 1516 "media/capture/web_contents_video_capture_device.cc",
1516 "media/capture/web_contents_video_capture_device.h", 1517 "media/capture/web_contents_video_capture_device.h",
1517 "media/capture/window_activity_tracker.cc", 1518 "media/capture/window_activity_tracker.cc",
1518 "media/capture/window_activity_tracker.h", 1519 "media/capture/window_activity_tracker.h",
1519 ] 1520 ]
1520 if (use_aura) { 1521 if (use_aura) {
1521 sources += [ 1522 sources += [
1522 "media/capture/aura_window_capture_machine.cc", 1523 "media/capture/aura_window_capture_machine.cc",
1523 "media/capture/aura_window_capture_machine.h", 1524 "media/capture/aura_window_capture_machine.h",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 if (!is_component_build) { 2003 if (!is_component_build) {
2003 public_deps = [ 2004 public_deps = [
2004 ":browser", 2005 ":browser",
2005 ] 2006 ]
2006 } else { 2007 } else {
2007 public_deps = [ 2008 public_deps = [
2008 "//third_party/leveldatabase", 2009 "//third_party/leveldatabase",
2009 ] 2010 ]
2010 } 2011 }
2011 } 2012 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/media/capture/aura_window_capture_machine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698