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

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: Forward declare Range in gfx_param_traits Created 4 years, 7 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/common/BUILD.gn ('k') | content/content_shell.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 # 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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'sources!': [ 996 'sources!': [
996 'common/cursors/webcursor_ozone.cc', 997 'common/cursors/webcursor_ozone.cc',
997 'common/font_list_ozone.cc', 998 'common/font_list_ozone.cc',
998 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 999 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
999 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1000 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1000 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1001 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1001 ], 1002 ],
1002 }], 1003 }],
1003 ], 1004 ],
1004 } 1005 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698