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

Side by Side Diff: media/mojo/common/BUILD.gn

Issue 1769673002: Transfer media::VideoFrame using mojo shared memory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | media/mojo/common/media_type_converters.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 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # Target naming conventions: 7 # Target naming conventions:
8 # - unittests: Unit tests for a particular class/file. 8 # - unittests: Unit tests for a particular class/file.
9 9
10 source_set("common") { 10 source_set("common") {
(...skipping 26 matching lines...) Expand all
37 ":common", 37 ":common",
38 "//base", 38 "//base",
39 "//base/test:test_support", 39 "//base/test:test_support",
40 "//media", 40 "//media",
41 "//media/base:test_support", 41 "//media/base:test_support",
42 "//media/mojo/interfaces", 42 "//media/mojo/interfaces",
43 "//mojo/edk/system", 43 "//mojo/edk/system",
44 "//mojo/edk/test:run_all_unittests", 44 "//mojo/edk/test:run_all_unittests",
45 "//testing/gmock", 45 "//testing/gmock",
46 "//testing/gtest", 46 "//testing/gtest",
47 "//ui/gfx:test_support",
47 ] 48 ]
48 } 49 }
49 50
50 group("tests") { 51 group("tests") {
51 testonly = true 52 testonly = true
52 deps = [ 53 deps = [
53 ":media_mojo_unittests", 54 ":media_mojo_unittests",
54 ] 55 ]
55 } 56 }
OLDNEW
« no previous file with comments | « no previous file | media/mojo/common/media_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698