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

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

Issue 1968833002: media: Make media mojo services a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 4 years, 7 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 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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "//content/app/strings", 226 "//content/app/strings",
227 "//content/gpu", 227 "//content/gpu",
228 "//content/test:layouttest_support", 228 "//content/test:layouttest_support",
229 "//content/test:test_support", 229 "//content/test:test_support",
230 "//device/bluetooth", 230 "//device/bluetooth",
231 "//device/bluetooth:mocks", 231 "//device/bluetooth:mocks",
232 "//gin", 232 "//gin",
233 "//gpu", 233 "//gpu",
234 "//ipc", 234 "//ipc",
235 "//media", 235 "//media",
236 "//media/mojo/services:application_factory",
237 "//net", 236 "//net",
238 "//net:net_resources", 237 "//net:net_resources",
239 "//skia", 238 "//skia",
240 "//storage/browser", 239 "//storage/browser",
241 "//testing/gmock", 240 "//testing/gmock",
242 "//testing/gtest", 241 "//testing/gtest",
243 "//third_party/WebKit/public:blink", 242 "//third_party/WebKit/public:blink",
244 "//third_party/WebKit/public:image_resources", 243 "//third_party/WebKit/public:image_resources",
245 "//third_party/WebKit/public:resources", 244 "//third_party/WebKit/public:resources",
246 "//third_party/WebKit/public:test_support", 245 "//third_party/WebKit/public:test_support",
(...skipping 12 matching lines...) Expand all
259 ] 258 ]
260 if (enable_plugins) { 259 if (enable_plugins) {
261 deps += [ 260 deps += [
262 "//content/ppapi_plugin", 261 "//content/ppapi_plugin",
263 "//ppapi:blink_deprecated_test_plugin", 262 "//ppapi:blink_deprecated_test_plugin",
264 "//ppapi:blink_test_plugin", 263 "//ppapi:blink_test_plugin",
265 "//ppapi/shared_impl", 264 "//ppapi/shared_impl",
266 ] 265 ]
267 } 266 }
268 if (mojo_media_host == "browser") { 267 if (mojo_media_host == "browser") {
269 deps += [ "//media/mojo/services:application_factory" ] 268 deps += [ "//media/mojo/services" ]
270 } 269 }
271 270
272 if (is_win) { 271 if (is_win) {
273 sources += [ 272 sources += [
274 "common/v8_breakpad_support_win.cc", 273 "common/v8_breakpad_support_win.cc",
275 "common/v8_breakpad_support_win.h", 274 "common/v8_breakpad_support_win.h",
276 ] 275 ]
277 } 276 }
278 277
279 if (is_linux) { 278 if (is_linux) {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "{{bundle_resources_dir}}/{{source_file_part}}", 719 "{{bundle_resources_dir}}/{{source_file_part}}",
721 ] 720 ]
722 } 721 }
723 } 722 }
724 723
725 mojom("mojo_bindings") { 724 mojom("mojo_bindings") {
726 sources = [ 725 sources = [
727 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 726 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
728 ] 727 ]
729 } 728 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_process_control_impl.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698