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

Side by Side Diff: content/content_child.gypi

Issue 2111673006: Revert of Eliminate the ChannelMojo channel for renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_browser.gypi ('k') | no next file » | 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 '../ipc/ipc.gyp:ipc_interfaces',
13 '../mojo/mojo_base.gyp:mojo_common_lib', 12 '../mojo/mojo_base.gyp:mojo_common_lib',
14 '../services/shell/shell.gyp:shell_runner_common_lib', 13 '../services/shell/shell.gyp:shell_runner_common_lib',
15 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
16 '../storage/storage_common.gyp:storage_common', 15 '../storage/storage_common.gyp:storage_common',
17 '../third_party/WebKit/public/blink.gyp:blink', 16 '../third_party/WebKit/public/blink.gyp:blink',
18 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', 17 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources',
19 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 18 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
20 '../ui/base/ui_base.gyp:ui_base', 19 '../ui/base/ui_base.gyp:ui_base',
21 '../ui/events/events.gyp:gestures_blink', 20 '../ui/events/events.gyp:gestures_blink',
22 '../ui/gfx/gfx.gyp:gfx', 21 '../ui/gfx/gfx.gyp:gfx',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../build/android/ndk.gyp:cpu_features', 254 '../build/android/ndk.gyp:cpu_features',
256 ], 255 ],
257 }], 256 }],
258 ['enable_plugins==0', { 257 ['enable_plugins==0', {
259 'sources!': [ 258 'sources!': [
260 'child/browser_font_resource_trusted.cc', 259 'child/browser_font_resource_trusted.cc',
261 ], 260 ],
262 }], 261 }],
263 ], 262 ],
264 } 263 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698