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

Side by Side Diff: components/exo.gypi

Issue 2065133002: exo: Implement notification surface support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-wayland-protocol
Patch Set: fix compile Created 4 years, 6 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 | « no previous file | components/exo/BUILD.gn » ('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 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 20 matching lines...) Expand all
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 # Note: sources list duplicated in GN build. 33 # Note: sources list duplicated in GN build.
34 'exo/buffer.cc', 34 'exo/buffer.cc',
35 'exo/buffer.h', 35 'exo/buffer.h',
36 'exo/display.cc', 36 'exo/display.cc',
37 'exo/display.h', 37 'exo/display.h',
38 'exo/keyboard.cc', 38 'exo/keyboard.cc',
39 'exo/keyboard.h', 39 'exo/keyboard.h',
40 'exo/keyboard_delegate.h', 40 'exo/keyboard_delegate.h',
41 'exo/notification_surface.cc',
42 'exo/notification_surface.h',
43 'exo/notification_surface_manager.h',
41 'exo/pointer.cc', 44 'exo/pointer.cc',
42 'exo/pointer.h', 45 'exo/pointer.h',
43 'exo/pointer_delegate.h', 46 'exo/pointer_delegate.h',
44 'exo/shared_memory.cc', 47 'exo/shared_memory.cc',
45 'exo/shared_memory.h', 48 'exo/shared_memory.h',
46 'exo/shell_surface.cc', 49 'exo/shell_surface.cc',
47 'exo/shell_surface.h', 50 'exo/shell_surface.h',
48 'exo/sub_surface.cc', 51 'exo/sub_surface.cc',
49 'exo/sub_surface.h', 52 'exo/sub_surface.h',
50 'exo/surface.cc', 53 'exo/surface.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'defines': [ 111 'defines': [
109 'USE_XKBCOMMON', 112 'USE_XKBCOMMON',
110 ], 113 ],
111 }], 114 }],
112 ], 115 ],
113 }, 116 },
114 ], 117 ],
115 }], 118 }],
116 ], 119 ],
117 } 120 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698