Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. $ grep -rn image_capture.mojom content/ media/ third_party/WebKit/
  2. content//browser/media/capture/image_capture_impl.h:8:#include "media/capture/mojo/image_capture.mojom.h"
  3. media//capture/mojo/BUILD.gn:21:    "image_capture.mojom",
  4. media//capture/video/blob_utils.h:8:#include "media/capture/mojo/image_capture.mojom.h"
  5. media//capture/video/video_capture_device.h:31:#include "media/capture/mojo/image_capture.mojom.h"
  6. third_party/WebKit//LayoutTests/imagecapture/resources/mock-imagecapture.js:5:  ['media/capture/mojo/image_capture.mojom',
  7. third_party/WebKit//Source/modules/imagecapture/DEPS:2:  "+media/capture/mojo/image_capture.mojom-blink.h",
  8. third_party/WebKit//Source/modules/imagecapture/ImageCapture.h:12:#include "media/capture/mojo/image_capture.mojom-blink.h"
  9. third_party/WebKit//Source/modules/imagecapture/PhotoCapabilities.h:9:#include "media/capture/mojo/image_capture.mojom-blink.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement