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

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

Issue 2666873006: [Media Router] Convert to use typemaps for media_router.mojom. (Closed)
Patch Set: Remove DCHECK since tests are hitting the code path Created 3 years, 10 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 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 5
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 static_library("router") { 9 static_library("router") {
10 deps = [ 10 deps = [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "media_router_ui_service.cc", 84 "media_router_ui_service.cc",
85 "media_router_ui_service.h", 85 "media_router_ui_service.h",
86 "media_router_ui_service_factory.cc", 86 "media_router_ui_service_factory.cc",
87 "media_router_ui_service_factory.h", 87 "media_router_ui_service_factory.h",
88 "mojo/media_route_provider_util_win.cc", 88 "mojo/media_route_provider_util_win.cc",
89 "mojo/media_route_provider_util_win.h", 89 "mojo/media_route_provider_util_win.h",
90 "mojo/media_router_mojo_impl.cc", 90 "mojo/media_router_mojo_impl.cc",
91 "mojo/media_router_mojo_impl.h", 91 "mojo/media_router_mojo_impl.h",
92 "mojo/media_router_mojo_metrics.cc", 92 "mojo/media_router_mojo_metrics.cc",
93 "mojo/media_router_mojo_metrics.h", 93 "mojo/media_router_mojo_metrics.h",
94 "mojo/media_router_type_converters.cc",
95 "mojo/media_router_type_converters.h",
96 ] 94 ]
97 } 95 }
98 } 96 }
99 97
100 mojom("mojo_bindings") { 98 mojom("mojo_bindings") {
101 sources = [ 99 sources = [
102 "mojo/media_router.mojom", 100 "mojo/media_router.mojom",
103 ] 101 ]
104 102
105 public_deps = [ 103 public_deps = [
(...skipping 22 matching lines...) Expand all
128 deps += [ 126 deps += [
129 ":mojo_bindings", 127 ":mojo_bindings",
130 "//extensions/common", 128 "//extensions/common",
131 ] 129 ]
132 sources += [ 130 sources += [
133 "mojo/media_router_mojo_test.cc", 131 "mojo/media_router_mojo_test.cc",
134 "mojo/media_router_mojo_test.h", 132 "mojo/media_router_mojo_test.h",
135 ] 133 ]
136 } 134 }
137 } 135 }
OLDNEW
« no previous file with comments | « chrome/browser/media/android/router/media_router_android.cc ('k') | chrome/browser/media/router/media_route.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698