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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 235043005: x11: Remove X11 message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/x/events_x.cc ('k') | ui/gfx/x/x11_connection.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '../../base/base.gyp:base', 555 '../../base/base.gyp:base',
556 '../../build/linux/system.gyp:x11', 556 '../../build/linux/system.gyp:x11',
557 'gfx_geometry', 557 'gfx_geometry',
558 ], 558 ],
559 'defines': [ 559 'defines': [
560 'GFX_IMPLEMENTATION', 560 'GFX_IMPLEMENTATION',
561 ], 561 ],
562 'sources': [ 562 'sources': [
563 'x/x11_atom_cache.cc', 563 'x/x11_atom_cache.cc',
564 'x/x11_atom_cache.h', 564 'x/x11_atom_cache.h',
565 'x/x11_connection.cc',
566 'x/x11_connection.h',
565 'x/x11_error_tracker.cc', 567 'x/x11_error_tracker.cc',
566 'x/x11_error_tracker.h', 568 'x/x11_error_tracker.h',
567 'x/x11_types.cc', 569 'x/x11_types.cc',
568 'x/x11_types.h', 570 'x/x11_types.h',
569 ], 571 ],
570 }, 572 },
571 ] 573 ]
572 }], 574 }],
573 ], 575 ],
574 } 576 }
OLDNEW
« no previous file with comments | « ui/events/x/events_x.cc ('k') | ui/gfx/x/x11_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698