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

Side by Side Diff: chrome/common/media_router/BUILD.gn

Issue 2947403004: [MediaRouter] Replace RouteMessage with PresentationConnectionMessage (Closed)
Patch Set: rebase Created 3 years, 5 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 static_library("router") { 5 static_library("router") {
6 public_deps = [ 6 public_deps = [
7 "mojo:media_controller", 7 "mojo:media_controller",
8 "//base:base", 8 "//base:base",
9 "//base:i18n", 9 "//base:i18n",
10 "//net:net", 10 "//net:net",
(...skipping 11 matching lines...) Expand all
22 "media_route.cc", 22 "media_route.cc",
23 "media_route.h", 23 "media_route.h",
24 "media_sink.cc", 24 "media_sink.cc",
25 "media_sink.h", 25 "media_sink.h",
26 "media_source.cc", 26 "media_source.cc",
27 "media_source.h", 27 "media_source.h",
28 "media_source_helper.cc", 28 "media_source_helper.cc",
29 "media_source_helper.h", 29 "media_source_helper.h",
30 "media_status.cc", 30 "media_status.cc",
31 "media_status.h", 31 "media_status.h",
32 "route_message.cc",
33 "route_message.h",
34 "route_request_result.cc", 32 "route_request_result.cc",
35 "route_request_result.h", 33 "route_request_result.h",
36 ] 34 ]
37 35
38 if (!is_android) { 36 if (!is_android) {
39 public_deps += [ "mojo:media_router" ] 37 public_deps += [ "mojo:media_router" ]
40 } 38 }
41 } 39 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/test_helper.cc ('k') | chrome/common/media_router/mojo/media_router.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698