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

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

Issue 1860753002: Remove third_party/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: messed up previous upload Created 4 years, 8 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/content_renderer.gypi ('k') | third_party/WebKit/Source/core/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("//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 9
10 source_set("renderer") { 10 source_set("renderer") {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//net", 68 "//net",
69 "//sandbox", 69 "//sandbox",
70 "//skia", 70 "//skia",
71 "//skia/public", 71 "//skia/public",
72 "//storage/common", 72 "//storage/common",
73 "//third_party/WebKit/public:blink", 73 "//third_party/WebKit/public:blink",
74 "//third_party/boringssl", 74 "//third_party/boringssl",
75 "//third_party/icu", 75 "//third_party/icu",
76 "//third_party/libjingle", 76 "//third_party/libjingle",
77 "//third_party/libyuv", 77 "//third_party/libyuv",
78 "//third_party/npapi",
79 "//third_party/widevine/cdm:version_h", 78 "//third_party/widevine/cdm:version_h",
80 "//ui/accessibility", 79 "//ui/accessibility",
81 "//ui/base", 80 "//ui/base",
82 "//ui/base/ime", 81 "//ui/base/ime",
83 "//ui/events:dom_keycode_converter", 82 "//ui/events:dom_keycode_converter",
84 "//ui/events:events_base", 83 "//ui/events:events_base",
85 "//ui/events/blink", 84 "//ui/events/blink",
86 "//ui/gl", 85 "//ui/gl",
87 "//ui/native_theme", 86 "//ui/native_theme",
88 "//ui/surface", 87 "//ui/surface",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 # For the defines in mojo_media_config. 260 # For the defines in mojo_media_config.
262 public_configs = [ "//media/mojo/services:mojo_media_config" ] 261 public_configs = [ "//media/mojo/services:mojo_media_config" ]
263 } 262 }
264 263
265 if (!is_component_build) { 264 if (!is_component_build) {
266 public_deps = [ 265 public_deps = [
267 ":renderer", 266 ":renderer",
268 ] 267 ]
269 } 268 }
270 } 269 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | third_party/WebKit/Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698