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

Side by Side Diff: content/content_common.gypi

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ozone 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 26 matching lines...) Expand all
37 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 37 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
38 '../third_party/boringssl/boringssl.gyp:boringssl', 38 '../third_party/boringssl/boringssl.gyp:boringssl',
39 '../third_party/icu/icu.gyp:icuuc', 39 '../third_party/icu/icu.gyp:icuuc',
40 '../ui/accessibility/accessibility.gyp:accessibility', 40 '../ui/accessibility/accessibility.gyp:accessibility',
41 '../ui/accessibility/accessibility.gyp:ax_gen', 41 '../ui/accessibility/accessibility.gyp:ax_gen',
42 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 42 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
43 '../ui/base/ui_base.gyp:ui_base', 43 '../ui/base/ui_base.gyp:ui_base',
44 '../ui/events/events.gyp:events_ipc', 44 '../ui/events/events.gyp:events_ipc',
45 '../ui/gfx/gfx.gyp:gfx', 45 '../ui/gfx/gfx.gyp:gfx',
46 '../ui/gfx/gfx.gyp:gfx_geometry', 46 '../ui/gfx/gfx.gyp:gfx_geometry',
47 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
47 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 48 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
48 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 49 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
49 '../ui/gl/gl.gyp:gl', 50 '../ui/gl/gl.gyp:gl',
50 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 51 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
51 '../url/url.gyp:url_lib', 52 '../url/url.gyp:url_lib',
52 '../url/ipc/url_ipc.gyp:url_ipc', 53 '../url/ipc/url_ipc.gyp:url_ipc',
53 'content.gyp:common_features', 54 'content.gyp:common_features',
54 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 55 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
55 ], 56 ],
56 'include_dirs': [ 57 'include_dirs': [
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'sources!': [ 992 'sources!': [
992 'common/cursors/webcursor_ozone.cc', 993 'common/cursors/webcursor_ozone.cc',
993 'common/font_list_ozone.cc', 994 'common/font_list_ozone.cc',
994 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 995 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
997 ], 998 ],
998 }], 999 }],
999 ], 1000 ],
1000 } 1001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698