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

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

Issue 1934193003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//base:base", 65 "//base:base",
66 "//base:base_static", 66 "//base:base_static",
67 "//base:i18n", 67 "//base:i18n",
68 "//chrome:resources", 68 "//chrome:resources",
69 "//chrome:strings", 69 "//chrome:strings",
70 "//chrome/app/theme:theme_resources", 70 "//chrome/app/theme:theme_resources",
71 "//chrome/common:constants", 71 "//chrome/common:constants",
72 "//chrome/common/safe_browsing:proto", 72 "//chrome/common/safe_browsing:proto",
73 "//chrome/common/variations:fieldtrial_testing_config", 73 "//chrome/common/variations:fieldtrial_testing_config",
74 "//chrome/installer/util:with_no_strings", 74 "//chrome/installer/util:with_no_strings",
75 "//components/cdm/common",
75 "//components/cloud_devices/common", 76 "//components/cloud_devices/common",
76 "//components/component_updater", 77 "//components/component_updater",
77 "//components/content_settings/core/common", 78 "//components/content_settings/core/common",
78 "//components/crash/core/common", 79 "//components/crash/core/common",
79 "//components/data_reduction_proxy/content/common", 80 "//components/data_reduction_proxy/content/common",
80 "//components/dom_distiller/core", 81 "//components/dom_distiller/core",
81 "//components/error_page/common", 82 "//components/error_page/common",
82 "//components/favicon_base", 83 "//components/favicon_base",
83 "//components/flags_ui:switches", 84 "//components/flags_ui:switches",
84 "//components/gcm_driver/common", 85 "//components/gcm_driver/common",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 mojom("mojo_bindings") { 401 mojom("mojo_bindings") {
401 sources = [ 402 sources = [
402 "image_decoder.mojom", 403 "image_decoder.mojom",
403 "resource_usage_reporter.mojom", 404 "resource_usage_reporter.mojom",
404 ] 405 ]
405 406
406 public_deps = [ 407 public_deps = [
407 "//skia/public/interfaces", 408 "//skia/public/interfaces",
408 ] 409 ]
409 } 410 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698