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

Side by Side Diff: ui/base/x/ui_base_x.gyp

Issue 2199063003: Linux: Add xcb FD to glib event loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor Created 4 years, 4 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 | « ui/base/x/BUILD.gn ('k') | ui/base/x/x11_window_cache.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 ], 36 ],
37 'sources': [ 37 'sources': [
38 'ui_base_x_export.h', 38 'ui_base_x_export.h',
39 'x11_foreign_window_manager.cc', 39 'x11_foreign_window_manager.cc',
40 'x11_foreign_window_manager.h', 40 'x11_foreign_window_manager.h',
41 'x11_menu_list.cc', 41 'x11_menu_list.cc',
42 'x11_menu_list.h', 42 'x11_menu_list.h',
43 'x11_util.cc', 43 'x11_util.cc',
44 'x11_util.h', 44 'x11_util.h',
45 'x11_util_internal.h', 45 'x11_util_internal.h',
46 'x11_window_cache.cc',
47 'x11_window_cache.h',
48 'x11_window_cache_event_source.cc',
49 'x11_window_cache_event_source.h',
46 ], 50 ],
47 }, 51 },
48 ], 52 ],
49 } 53 }
OLDNEW
« no previous file with comments | « ui/base/x/BUILD.gn ('k') | ui/base/x/x11_window_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698