OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |