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

Side by Side Diff: chrome/browser/media/router/BUILD.gn

Issue 1077963002: Revert of [Media Router] Design MediaRouter interface with stub implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | chrome/browser/media/router/media_route.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("router") { 7 source_set("router") {
8 deps = [ 8 deps = [
9 "//base", 9 "//base",
10 "//components/keyed_service/content",
11 "//components/keyed_service/core",
12 "//url", 10 "//url",
13 ] 11 ]
14 sources = [ 12 sources = [
15 "media_route.cc", 13 "media_route.cc",
16 "media_route.h", 14 "media_route.h",
17 "media_route_id.h", 15 "media_route_id.h",
18 "media_router.h",
19 "media_router_impl.cc",
20 "media_router_impl.h",
21 "media_router_impl_factory.cc",
22 "media_router_impl_factory.h",
23 "media_routes_observer.cc",
24 "media_routes_observer.h",
25 "media_sink.cc", 16 "media_sink.cc",
26 "media_sink.h", 17 "media_sink.h",
27 "media_sinks_observer.cc",
28 "media_sinks_observer.h",
29 "media_source.cc", 18 "media_source.cc",
30 "media_source.h", 19 "media_source.h",
31 "media_source_helper.cc", 20 "media_source_helper.cc",
32 "media_source_helper.h", 21 "media_source_helper.h",
33 "route_id_manager.cc", 22 "route_id_manager.cc",
34 "route_id_manager.h", 23 "route_id_manager.h",
35 ] 24 ]
36 } 25 }
37 26
38 source_set("unit_tests") { 27 source_set("unit_tests") {
(...skipping 15 matching lines...) Expand all
54 # Optional standalone test binary, for faster isolated builds. 43 # Optional standalone test binary, for faster isolated builds.
55 test("unit_tests_main") { 44 test("unit_tests_main") {
56 deps = [ 45 deps = [
57 ":unit_tests", 46 ":unit_tests",
58 "//testing/gmock:gmock_main", 47 "//testing/gmock:gmock_main",
59 ] 48 ]
60 sources = [ 49 sources = [
61 ":unittest_files", 50 ":unittest_files",
62 ] 51 ]
63 } 52 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/router/media_route.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698