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

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

Issue 238093002: Revert 263726 "x11: Remove X11 message-pump." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/ui/events/x/events_x.cc ('k') | trunk/src/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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '../../base/base.gyp:base', 573 '../../base/base.gyp:base',
574 '../../build/linux/system.gyp:x11', 574 '../../build/linux/system.gyp:x11',
575 'gfx_geometry', 575 'gfx_geometry',
576 ], 576 ],
577 'defines': [ 577 'defines': [
578 'GFX_IMPLEMENTATION', 578 'GFX_IMPLEMENTATION',
579 ], 579 ],
580 'sources': [ 580 'sources': [
581 'x/x11_atom_cache.cc', 581 'x/x11_atom_cache.cc',
582 'x/x11_atom_cache.h', 582 'x/x11_atom_cache.h',
583 'x/x11_connection.cc',
584 'x/x11_connection.h',
585 'x/x11_error_tracker.cc', 583 'x/x11_error_tracker.cc',
586 'x/x11_error_tracker.h', 584 'x/x11_error_tracker.h',
587 'x/x11_types.cc', 585 'x/x11_types.cc',
588 'x/x11_types.h', 586 'x/x11_types.h',
589 ], 587 ],
590 }, 588 },
591 ] 589 ]
592 }], 590 }],
593 ], 591 ],
594 } 592 }
OLDNEW
« no previous file with comments | « trunk/src/ui/events/x/events_x.cc ('k') | trunk/src/ui/gfx/x/x11_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698