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

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

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 9 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 | « content/common/BUILD.gn ('k') | content/renderer/BUILD.gn » ('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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 8
9 # See //content/BUILD.gn for how this works. 9 # See //content/BUILD.gn for how this works.
10 group("renderer") { 10 group("renderer") {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//content/renderer", 74 "//content/renderer",
75 "//gin", 75 "//gin",
76 "//media", 76 "//media",
77 "//media/capture", 77 "//media/capture",
78 "//media/gpu/ipc/client", 78 "//media/gpu/ipc/client",
79 "//net", 79 "//net",
80 "//ppapi/c", 80 "//ppapi/c",
81 "//ppapi/features", 81 "//ppapi/features",
82 "//skia", 82 "//skia",
83 "//third_party/WebKit/public:blink_headers", 83 "//third_party/WebKit/public:blink_headers",
84 "//third_party/libjingle", 84 "//third_party/webrtc_overrides",
85 "//third_party/widevine/cdm:headers", 85 "//third_party/widevine/cdm:headers",
86 "//ui/base", 86 "//ui/base",
87 "//ui/base/ime", 87 "//ui/base/ime",
88 "//ui/gfx", 88 "//ui/gfx",
89 "//v8", 89 "//v8",
90 ] 90 ]
91 91
92 allow_circular_includes_from = [ 92 allow_circular_includes_from = [
93 # This target is a pair with content/renderer. They always go together and 93 # This target is a pair with content/renderer. They always go together and
94 # include headers from each other. 94 # include headers from each other.
(...skipping 17 matching lines...) Expand all
112 deps += [ 112 deps += [
113 "//content/public/common:feature_h264_with_openh264_ffmpeg", 113 "//content/public/common:feature_h264_with_openh264_ffmpeg",
114 "//content/public/common:features", 114 "//content/public/common:features",
115 ] 115 ]
116 } 116 }
117 117
118 if (enable_plugins) { 118 if (enable_plugins) {
119 sources += [ "plugin_instance_throttler.h" ] 119 sources += [ "plugin_instance_throttler.h" ]
120 } 120 }
121 } 121 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698