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

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: changes 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
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 28 matching lines...) Expand all
39 "//base", 39 "//base",
40 "//base/test:test_support", 40 "//base/test:test_support",
41 "//media", 41 "//media",
42 "//media/base:test_support", 42 "//media/base:test_support",
43 "//media/mojo/interfaces", 43 "//media/mojo/interfaces",
44 "//mojo/edk/system", 44 "//mojo/edk/system",
45 "//mojo/edk/test:run_all_unittests", 45 "//mojo/edk/test:run_all_unittests",
46 "//mojo/environment:chromium", 46 "//mojo/environment:chromium",
47 "//testing/gmock", 47 "//testing/gmock",
48 "//testing/gtest", 48 "//testing/gtest",
49 "//ui/gfx:test_support",
49 ] 50 ]
50 } 51 }
51 52
52 group("tests") { 53 group("tests") {
53 testonly = true 54 testonly = true
54 deps = [ 55 deps = [
55 ":media_mojo_unittests", 56 ":media_mojo_unittests",
56 ] 57 ]
57 } 58 }
OLDNEW
« no previous file with comments | « no previous file | media/mojo/common/media_type_converters.cc » ('j') | media/mojo/common/media_type_converters.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698