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

Side by Side Diff: content/content_child.gypi

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/child/BUILD.gn ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
11 '../ipc/ipc.gyp:ipc', 11 '../ipc/ipc.gyp:ipc',
12 '../mojo/mojo_base.gyp:mojo_common_lib', 12 '../mojo/mojo_base.gyp:mojo_common_lib',
13 '../mojo/mojo_public.gyp:mojo_message_pump_lib', 13 '../mojo/mojo_public.gyp:mojo_message_pump_lib',
14 '../mojo/mojo_shell.gyp:mojo_runner_common_lib', 14 '../mojo/mojo_shell.gyp:mojo_runner_common_lib',
15 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
16 '../storage/storage_common.gyp:storage_common', 16 '../storage/storage_common.gyp:storage_common',
17 '../third_party/WebKit/public/blink.gyp:blink', 17 '../third_party/WebKit/public/blink.gyp:blink',
18 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', 18 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources',
19 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 19 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
20 '../third_party/npapi/npapi.gyp:npapi',
21 '../ui/base/ui_base.gyp:ui_base', 20 '../ui/base/ui_base.gyp:ui_base',
22 '../ui/events/events.gyp:gestures_blink', 21 '../ui/events/events.gyp:gestures_blink',
23 '../ui/gfx/gfx.gyp:gfx', 22 '../ui/gfx/gfx.gyp:gfx',
24 '../ui/gfx/gfx.gyp:gfx_geometry', 23 '../ui/gfx/gfx.gyp:gfx_geometry',
25 '../url/url.gyp:url_lib', 24 '../url/url.gyp:url_lib',
26 '../url/ipc/url_ipc.gyp:url_ipc', 25 '../url/ipc/url_ipc.gyp:url_ipc',
27 'app/resources/content_resources.gyp:content_resources', 26 'app/resources/content_resources.gyp:content_resources',
28 'app/strings/content_strings.gyp:content_strings', 27 'app/strings/content_strings.gyp:content_strings',
29 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 28 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
30 ], 29 ],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 '../build/android/ndk.gyp:cpu_features', 265 '../build/android/ndk.gyp:cpu_features',
267 ], 266 ],
268 }], 267 }],
269 ['enable_plugins==0', { 268 ['enable_plugins==0', {
270 'sources!': [ 269 'sources!': [
271 'child/browser_font_resource_trusted.cc', 270 'child/browser_font_resource_trusted.cc',
272 ], 271 ],
273 }], 272 }],
274 ], 273 ],
275 } 274 }
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698