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

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

Issue 2961193002: Use same DesktopCaptureOptions in DesktopCaptureBase and DesktopCaptureDevice (Closed)
Patch Set: Sync latest changes Created 3 years, 5 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 | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/public/browser/DEPS » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "cdm_registry.h", 80 "cdm_registry.h",
81 "certificate_request_result_type.h", 81 "certificate_request_result_type.h",
82 "child_process_data.h", 82 "child_process_data.h",
83 "child_process_security_policy.h", 83 "child_process_security_policy.h",
84 "client_certificate_delegate.h", 84 "client_certificate_delegate.h",
85 "color_chooser.h", 85 "color_chooser.h",
86 "content_browser_client.cc", 86 "content_browser_client.cc",
87 "content_browser_client.h", 87 "content_browser_client.h",
88 "context_factory.h", 88 "context_factory.h",
89 "cookie_store_factory.h", 89 "cookie_store_factory.h",
90 "desktop_capture.cc",
91 "desktop_capture.h",
90 "desktop_media_id.cc", 92 "desktop_media_id.cc",
91 "desktop_media_id.h", 93 "desktop_media_id.h",
92 "devtools_agent_host.h", 94 "devtools_agent_host.h",
93 "devtools_agent_host_client.h", 95 "devtools_agent_host_client.h",
94 "devtools_agent_host_observer.cc", 96 "devtools_agent_host_observer.cc",
95 "devtools_agent_host_observer.h", 97 "devtools_agent_host_observer.h",
96 "devtools_external_agent_proxy.h", 98 "devtools_external_agent_proxy.h",
97 "devtools_external_agent_proxy_delegate.h", 99 "devtools_external_agent_proxy_delegate.h",
98 "devtools_frontend_host.h", 100 "devtools_frontend_host.h",
99 "devtools_manager_delegate.cc", 101 "devtools_manager_delegate.cc",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "//gpu", 321 "//gpu",
320 "//media", 322 "//media",
321 "//net", 323 "//net",
322 "//ppapi/c", 324 "//ppapi/c",
323 "//services/device/public/interfaces", 325 "//services/device/public/interfaces",
324 "//ui/accessibility", 326 "//ui/accessibility",
325 "//ui/base", 327 "//ui/base",
326 "//ui/events", 328 "//ui/events",
327 "//ui/gl", 329 "//ui/gl",
328 "//ui/surface", 330 "//ui/surface",
331 "//third_party/webrtc/modules/desktop_capture",
329 ] 332 ]
330 333
331 allow_circular_includes_from = [ 334 allow_circular_includes_from = [
332 # This target is a pair with content/browser. They always go together and 335 # This target is a pair with content/browser. They always go together and
333 # include headers from each other. 336 # include headers from each other.
334 "//content/browser", 337 "//content/browser",
335 ] 338 ]
336 339
337 if (is_android) { 340 if (is_android) {
338 deps += [ "//ui/android" ] 341 deps += [ "//ui/android" ]
(...skipping 12 matching lines...) Expand all
351 ] 354 ]
352 } 355 }
353 356
354 if (is_chromeos) { 357 if (is_chromeos) {
355 sources += [ 358 sources += [
356 "arc_tracing_agent.cc", 359 "arc_tracing_agent.cc",
357 "arc_tracing_agent.h", 360 "arc_tracing_agent.h",
358 ] 361 ]
359 } 362 }
360 } 363 }
OLDNEW
« no previous file with comments | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/public/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698