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

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

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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("//content/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//device/bluetooth", 51 "//device/bluetooth",
52 "//device/usb/public/interfaces", 52 "//device/usb/public/interfaces",
53 "//device/vibration:mojo_bindings", 53 "//device/vibration:mojo_bindings",
54 "//gin", 54 "//gin",
55 "//gpu", 55 "//gpu",
56 "//gpu/command_buffer/client:gles2_interface", 56 "//gpu/command_buffer/client:gles2_interface",
57 "//ipc/mojo", 57 "//ipc/mojo",
58 "//jingle:jingle_glue", 58 "//jingle:jingle_glue",
59 "//media", 59 "//media",
60 "//media/blink", 60 "//media/blink",
61 "//media/gpu",
61 "//media/gpu/ipc/client", 62 "//media/gpu/ipc/client",
62 "//media/gpu/ipc/common", 63 "//media/gpu/ipc/common",
63 "//media/midi", 64 "//media/midi",
64 "//mojo/common", 65 "//mojo/common",
65 "//mojo/converters/geometry", 66 "//mojo/converters/geometry",
66 "//mojo/edk/js", 67 "//mojo/edk/js",
67 "//mojo/public/cpp/bindings", 68 "//mojo/public/cpp/bindings",
68 "//mojo/public/js", 69 "//mojo/public/js",
69 "//net", 70 "//net",
70 "//sandbox", 71 "//sandbox",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 # For the defines in mojo_media_config. 268 # For the defines in mojo_media_config.
268 public_configs = [ "//media/mojo/services:mojo_media_config" ] 269 public_configs = [ "//media/mojo/services:mojo_media_config" ]
269 } 270 }
270 271
271 if (!is_component_build) { 272 if (!is_component_build) {
272 public_deps = [ 273 public_deps = [
273 ":renderer", 274 ":renderer",
274 ] 275 ]
275 } 276 }
276 } 277 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698