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

Side by Side Diff: components/exo.gypi

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/exo 8 # GN version: //components/exo
9 'target_name': 'exo', 9 'target_name': 'exo',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ], 68 ],
69 'dependencies': [ 69 'dependencies': [
70 '../base/base.gyp:base', 70 '../base/base.gyp:base',
71 '../ipc/ipc.gyp:ipc', 71 '../ipc/ipc.gyp:ipc',
72 '../skia/skia.gyp:skia', 72 '../skia/skia.gyp:skia',
73 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col', 73 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col',
74 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu t_protocol', 74 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu t_protocol',
75 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol', 75 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol',
76 '../third_party/wayland/wayland.gyp:wayland_server', 76 '../third_party/wayland/wayland.gyp:wayland_server',
77 '../ui/events/events.gyp:dom_keycode_converter', 77 '../ui/events/events.gyp:dom_keycode_converter',
78 '../ui/display/display.gyp:display',
78 '../ui/events/events.gyp:events_base', 79 '../ui/events/events.gyp:events_base',
79 '../ui/views/views.gyp:views', 80 '../ui/views/views.gyp:views',
80 'exo', 81 'exo',
81 ], 82 ],
82 'sources': [ 83 'sources': [
83 # Note: sources list duplicated in GN build. 84 # Note: sources list duplicated in GN build.
84 'exo/wayland/scoped_wl.cc', 85 'exo/wayland/scoped_wl.cc',
85 'exo/wayland/scoped_wl.h', 86 'exo/wayland/scoped_wl.h',
86 'exo/wayland/server.cc', 87 'exo/wayland/server.cc',
87 'exo/wayland/server.h', 88 'exo/wayland/server.h',
(...skipping 13 matching lines...) Expand all
101 'defines': [ 102 'defines': [
102 'USE_XKBCOMMON', 103 'USE_XKBCOMMON',
103 ], 104 ],
104 }], 105 }],
105 ], 106 ],
106 }, 107 },
107 ], 108 ],
108 }], 109 }],
109 ], 110 ],
110 } 111 }
OLDNEW
« no previous file with comments | « components/dom_distiller/content/browser/distiller_page_web_contents.cc ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698