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

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

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « ipc/mojo/run_all_unittests.cc ('k') | mojo/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Things needed by multiple targets, like renderer_impl and renderer_app. 5 # Things needed by multiple targets, like renderer_impl and renderer_app.
6 # GYP version: media/media.gyp:media_mojo_lib 6 # GYP version: media/media.gyp:media_mojo_lib
7 source_set("lib") { 7 source_set("lib") {
8 deps = [ 8 deps = [
9 "//base", 9 "//base",
10 "//media", 10 "//media",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 sources = [ 70 sources = [
71 "media_type_converters_unittest.cc", 71 "media_type_converters_unittest.cc",
72 ] 72 ]
73 73
74 deps = [ 74 deps = [
75 "//base", 75 "//base",
76 "//base/test:test_support", 76 "//base/test:test_support",
77 "//media", 77 "//media",
78 "//media/mojo/interfaces", 78 "//media/mojo/interfaces",
79 "//mojo/common/test:run_all_unittests", 79 "//mojo/common/test:run_all_unittests",
80 "//mojo/edk/system",
81 "//mojo/environment:chromium", 80 "//mojo/environment:chromium",
81 "//mojo/system",
82 "//testing/gtest", 82 "//testing/gtest",
83 ":lib" 83 ":lib"
84 ] 84 ]
85 } 85 }
86 86
87 # GYP version: media/media.gyp:media_mojo_renderer_apptest 87 # GYP version: media/media.gyp:media_mojo_renderer_apptest
88 # Not a 'test' because this is loaded via mojo_shell as an app. 88 # Not a 'test' because this is loaded via mojo_shell as an app.
89 shared_library("renderer_apptest") { 89 shared_library("renderer_apptest") {
90 testonly = true 90 testonly = true
91 output_name = "media_mojo_renderer_apptest" 91 output_name = "media_mojo_renderer_apptest"
(...skipping 26 matching lines...) Expand all
118 ] 118 ]
119 } 119 }
120 120
121 group("tests") { 121 group("tests") {
122 testonly = true 122 testonly = true
123 deps = [ 123 deps = [
124 ":media_mojo_lib_unittests", 124 ":media_mojo_lib_unittests",
125 ":renderer_apptest", 125 ":renderer_apptest",
126 ] 126 ]
127 } 127 }
OLDNEW
« no previous file with comments | « ipc/mojo/run_all_unittests.cc ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698