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

Side by Side Diff: content/public/browser/DEPS

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/public/browser/BUILD.gn ('k') | content/public/browser/desktop_capture.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 include_rules = [ 1 include_rules = [
2 "+content/common/input/input_handler.mojom.h", 2 "+content/common/input/input_handler.mojom.h",
3 "+device/screen_orientation/public/interfaces", 3 "+device/screen_orientation/public/interfaces",
4 "+services/device/public/interfaces", 4 "+services/device/public/interfaces",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 ".*\.cc": [ 8 ".*\.cc": [
9 "+content/browser", 9 "+content/browser",
10 "-content/browser/loader", 10 "-content/browser/loader",
11 11
12 # TODO: content/browser/loader is being separated out of content, and this 12 # TODO: content/browser/loader is being separated out of content, and this
13 # file will be moved elsewhere. See http://crbug.com/598073. 13 # file will be moved elsewhere. See http://crbug.com/598073.
14 "!content/browser/loader/resource_dispatcher_host_impl.h", 14 "!content/browser/loader/resource_dispatcher_host_impl.h",
15 ], 15 ],
16
17 "desktop_capture\.h": [
18 # desktop_capture.h creates a DesktopCaptureOptions to share between
19 # content/browser and chrome/browser.
20 "+third_party/webrtc/modules/desktop_capture/desktop_capture_options.h",
21 ],
16 } 22 }
OLDNEW
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/desktop_capture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698