| 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |