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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/pepper_plugin_info.h » ('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("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
10 11
11 # See //content/BUILD.gn for how this works. 12 # See //content/BUILD.gn for how this works.
12 group("common") { 13 group("common") {
13 if (is_component_build) { 14 if (is_component_build) {
14 public_deps = [ 15 public_deps = [
15 "//content", 16 "//content",
16 ] 17 ]
17 } else { 18 } else {
18 public_deps = [ 19 public_deps = [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 ] 246 ]
246 deps = [ 247 deps = [
247 # This looks needless as we have //content/common in public_deps, but it's 248 # This looks needless as we have //content/common in public_deps, but it's
248 # needed because of allow_circular_includes_from. 249 # needed because of allow_circular_includes_from.
249 "//content/common:mojo_bindings_cpp_sources", 250 "//content/common:mojo_bindings_cpp_sources",
250 "//ipc", 251 "//ipc",
251 "//media", 252 "//media",
252 "//mojo/common", 253 "//mojo/common",
253 "//net", 254 "//net",
254 "//ppapi/c", 255 "//ppapi/c",
256 "//ppapi/features",
255 "//services/service_manager/public/cpp", 257 "//services/service_manager/public/cpp",
256 "//skia", 258 "//skia",
257 "//storage/common", 259 "//storage/common",
258 "//third_party/icu", 260 "//third_party/icu",
259 "//ui/accessibility", 261 "//ui/accessibility",
260 "//ui/base", 262 "//ui/base",
261 "//ui/gfx", 263 "//ui/gfx",
262 "//ui/gfx/ipc", 264 "//ui/gfx/ipc",
263 "//ui/gfx/ipc/color", 265 "//ui/gfx/ipc/color",
264 "//ui/gfx/ipc/geometry", 266 "//ui/gfx/ipc/geometry",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 sources = [ 309 sources = [
308 "window_container_type.mojom", 310 "window_container_type.mojom",
309 ] 311 ]
310 } 312 }
311 313
312 mojom("service_names") { 314 mojom("service_names") {
313 sources = [ 315 sources = [
314 "service_names.mojom", 316 "service_names.mojom",
315 ] 317 ]
316 } 318 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/pepper_plugin_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698