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

Side by Side Diff: content/content_common.gypi

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits from tsepez@ 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
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',
(...skipping 24 matching lines...) Expand all
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',
40 '../ui/base/ui_base.gyp:ui_base', 40 '../ui/base/ui_base.gyp:ui_base',
41 '../ui/events/events.gyp:events_ipc', 41 '../ui/events/events.gyp:events_ipc',
42 '../ui/gfx/gfx.gyp:gfx', 42 '../ui/gfx/gfx.gyp:gfx',
43 '../ui/gfx/gfx.gyp:gfx_geometry', 43 '../ui/gfx/gfx.gyp:gfx_geometry',
44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
45 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
45 '../ui/gl/gl.gyp:gl', 46 '../ui/gl/gl.gyp:gl',
46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 47 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
47 '../url/url.gyp:url_lib', 48 '../url/url.gyp:url_lib',
48 '../url/ipc/url_ipc.gyp:url_ipc', 49 '../url/ipc/url_ipc.gyp:url_ipc',
49 'content.gyp:common_features', 50 'content.gyp:common_features',
50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 51 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
51 ], 52 ],
52 'include_dirs': [ 53 'include_dirs': [
53 '..', 54 '..',
54 ], 55 ],
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1109 ], 1110 ],
1110 }], 1111 }],
1111 ], 1112 ],
1112 } 1113 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_shell.gypi » ('j') | ui/ozone/ozone.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698