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

Side by Side Diff: content/content_common.gypi

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase onto catalog CL Created 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/blink/gpu_blink.gyp:gpu_blink', 11 '../gpu/blink/gpu_blink.gyp:gpu_blink',
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
13 '../gpu/gpu.gyp:command_buffer_service', 13 '../gpu/gpu.gyp:command_buffer_service',
14 '../gpu/gpu.gyp:gles2_c_lib', 14 '../gpu/gpu.gyp:gles2_c_lib',
15 '../gpu/gpu.gyp:gles2_implementation', 15 '../gpu/gpu.gyp:gles2_implementation',
16 # TODO: the dependency on gl_in_process_context should be decoupled from 16 # TODO: the dependency on gl_in_process_context should be decoupled from
17 # content and moved to android_webview. See crbug.com/365797. 17 # content and moved to android_webview. See crbug.com/365797.
18 '../gpu/gpu.gyp:gl_in_process_context', 18 '../gpu/gpu.gyp:gl_in_process_context',
19 '../gpu/gpu.gyp:gpu', 19 '../gpu/gpu.gyp:gpu',
20 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 20 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
21 '../ipc/ipc.gyp:ipc', 21 '../ipc/ipc.gyp:ipc',
22 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 22 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
23 '../media/media.gyp:media', 23 '../media/media.gyp:media',
24 '../media/media.gyp:shared_memory_support', 24 '../media/media.gyp:shared_memory_support',
25 '../media/midi/midi.gyp:midi', 25 '../media/midi/midi.gyp:midi',
26 '../mojo/mojo_base.gyp:mojo_application_bindings', 26 '../mojo/mojo_base.gyp:mojo_application_bindings',
27 '../mojo/mojo_edk.gyp:mojo_system_impl', 27 '../mojo/mojo_edk.gyp:mojo_system_impl',
28 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 28 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
29 '../mojo/mojo_shell.gyp:mojo_runner_connection_lib', 29 '../mojo/mojo_shell.gyp:mojo_runner_common_lib',
30 '../net/net.gyp:net', 30 '../net/net.gyp:net',
31 '../skia/skia.gyp:skia', 31 '../skia/skia.gyp:skia',
32 '../storage/storage_common.gyp:storage_common', 32 '../storage/storage_common.gyp:storage_common',
33 '../third_party/WebKit/public/blink.gyp:blink', 33 '../third_party/WebKit/public/blink.gyp:blink',
34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
35 '../third_party/boringssl/boringssl.gyp:boringssl', 35 '../third_party/boringssl/boringssl.gyp:boringssl',
36 '../third_party/icu/icu.gyp:icuuc', 36 '../third_party/icu/icu.gyp:icuuc',
37 '../ui/accessibility/accessibility.gyp:accessibility', 37 '../ui/accessibility/accessibility.gyp:accessibility',
38 '../ui/accessibility/accessibility.gyp:ax_gen', 38 '../ui/accessibility/accessibility.gyp:ax_gen',
39 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 39 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1113 ], 1113 ],
1114 }], 1114 }],
1115 ], 1115 ],
1116 } 1116 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698