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

Side by Side Diff: content/browser/BUILD.gn

Issue 2498203004: Move media::mojom::RemoterFactory to content, add ContentBrowserClient API. (Closed)
Patch Set: REBASE Created 4 years, 1 month 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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "//ui/gfx/geometry/mojo", 141 "//ui/gfx/geometry/mojo",
142 "//ui/gl", 142 "//ui/gl",
143 "//ui/native_theme", 143 "//ui/native_theme",
144 "//ui/resources", 144 "//ui/resources",
145 "//ui/shell_dialogs", 145 "//ui/shell_dialogs",
146 "//ui/snapshot", 146 "//ui/snapshot",
147 "//ui/touch_selection", 147 "//ui/touch_selection",
148 ] 148 ]
149 149
150 public_deps = [ 150 public_deps = [
151 "//media/mojo/interfaces:remoting",
151 "//third_party/leveldatabase", 152 "//third_party/leveldatabase",
152 ] 153 ]
153 154
154 sources = [ 155 sources = [
155 # devtools_protocol_dispatcher.* is generated by 156 # devtools_protocol_dispatcher.* is generated by
156 # //content/browser/devtools:gen_devtools_protocol_handler. 157 # //content/browser/devtools:gen_devtools_protocol_handler.
157 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc", 158 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc",
158 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h", 159 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h",
159 "$target_gen_dir/devtools/protocol/forward.h", 160 "$target_gen_dir/devtools/protocol/forward.h",
160 "$target_gen_dir/devtools/protocol/io.cc", 161 "$target_gen_dir/devtools/protocol/io.cc",
(...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1966 if (!is_component_build) {
1966 public_deps = [ 1967 public_deps = [
1967 ":browser", 1968 ":browser",
1968 ] 1969 ]
1969 } else { 1970 } else {
1970 public_deps = [ 1971 public_deps = [
1971 "//third_party/leveldatabase", 1972 "//third_party/leveldatabase",
1972 ] 1973 ]
1973 } 1974 }
1974 } 1975 }
OLDNEW
« no previous file with comments | « chrome/browser/media/cast_remoting_connector.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698