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

Side by Side Diff: services/video_capture/BUILD.gn

Issue 2539543002: RELAND: ImageCapture: move image_capture.mojom from media/mojo/interfaces/ to media/capture/mojo/ (Closed)
Patch Set: https://codereview.chromium.org/2526953002 Created 4 years 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//services/service_manager/public/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.gni")
6 import("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 service("video_capture") { 9 service("video_capture") {
10 sources = [ 10 sources = [
(...skipping 30 matching lines...) Expand all
41 "mojo_shared_memory_buffer_tracker.cc", 41 "mojo_shared_memory_buffer_tracker.cc",
42 "mojo_shared_memory_buffer_tracker.h", 42 "mojo_shared_memory_buffer_tracker.h",
43 "receiver_mojo_to_media_adapter.cc", 43 "receiver_mojo_to_media_adapter.cc",
44 "receiver_mojo_to_media_adapter.h", 44 "receiver_mojo_to_media_adapter.h",
45 ] 45 ]
46 46
47 public_deps = [ 47 public_deps = [
48 "//base", 48 "//base",
49 "//media", 49 "//media",
50 "//media/capture:capture", 50 "//media/capture:capture",
51 "//media/capture/mojo:image_capture",
51 "//media/mojo/common:common", 52 "//media/mojo/common:common",
52 "//media/mojo/interfaces:image_capture",
53 "//mojo/common:common_base", 53 "//mojo/common:common_base",
54 "//services/service_manager/public/cpp", 54 "//services/service_manager/public/cpp",
55 "//services/video_capture/public/interfaces", 55 "//services/video_capture/public/interfaces",
56 ] 56 ]
57 } 57 }
58 58
59 test("video_capture_unittests") { 59 test("video_capture_unittests") {
60 sources = [ 60 sources = [
61 "test/fake_device_descriptor_test.cc", 61 "test/fake_device_descriptor_test.cc",
62 "test/fake_device_descriptor_test.h", 62 "test/fake_device_descriptor_test.h",
(...skipping 30 matching lines...) Expand all
93 93
94 data_deps = [ 94 data_deps = [
95 ":unittest_manifest", 95 ":unittest_manifest",
96 ] 96 ]
97 } 97 }
98 98
99 service_manifest("unittest_manifest") { 99 service_manifest("unittest_manifest") {
100 name = "video_capture_unittests" 100 name = "video_capture_unittests"
101 source = "test/service_unittest_manifest.json" 101 source = "test/service_unittest_manifest.json"
102 } 102 }
OLDNEW
« no previous file with comments | « media/mojo/interfaces/image_capture.mojom ('k') | third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698