| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 }], | 750 }], |
| 751 ['use_glib == 1', { | 751 ['use_glib == 1', { |
| 752 'dependencies': [ | 752 'dependencies': [ |
| 753 '../build/linux/system.gyp:glib', | 753 '../build/linux/system.gyp:glib', |
| 754 ], | 754 ], |
| 755 }, { # use_glib == 0 | 755 }, { # use_glib == 0 |
| 756 'sources!': [ | 756 'sources!': [ |
| 757 'message_loop/message_pump_glib_unittest.cc', | 757 'message_loop/message_pump_glib_unittest.cc', |
| 758 ] | 758 ] |
| 759 }], | 759 }], |
| 760 ['use_ozone == 1', { | |
| 761 'sources!': [ | |
| 762 'message_loop/message_pump_glib_unittest.cc', | |
| 763 ] | |
| 764 }], | |
| 765 ['OS == "linux" and use_allocator!="none"', { | 760 ['OS == "linux" and use_allocator!="none"', { |
| 766 'dependencies': [ | 761 'dependencies': [ |
| 767 'allocator/allocator.gyp:allocator', | 762 'allocator/allocator.gyp:allocator', |
| 768 ], | 763 ], |
| 769 }, | 764 }, |
| 770 ], | 765 ], |
| 771 ['OS == "win"', { | 766 ['OS == "win"', { |
| 772 'sources!': [ | 767 'sources!': [ |
| 773 'file_descriptor_shuffle_unittest.cc', | 768 'file_descriptor_shuffle_unittest.cc', |
| 774 'files/dir_reader_posix_unittest.cc', | 769 'files/dir_reader_posix_unittest.cc', |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 'dependencies': [ | 1553 'dependencies': [ |
| 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1560 ], | 1555 ], |
| 1561 }], | 1556 }], |
| 1562 ], | 1557 ], |
| 1563 }, | 1558 }, |
| 1564 ], | 1559 ], |
| 1565 }], | 1560 }], |
| 1566 ], | 1561 ], |
| 1567 } | 1562 } |
| OLD | NEW |