| 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 }], |
| 760 ['OS == "linux" and use_allocator!="none"', { | 765 ['OS == "linux" and use_allocator!="none"', { |
| 761 'dependencies': [ | 766 'dependencies': [ |
| 762 'allocator/allocator.gyp:allocator', | 767 'allocator/allocator.gyp:allocator', |
| 763 ], | 768 ], |
| 764 }, | 769 }, |
| 765 ], | 770 ], |
| 766 ['OS == "win"', { | 771 ['OS == "win"', { |
| 767 'sources!': [ | 772 'sources!': [ |
| 768 'file_descriptor_shuffle_unittest.cc', | 773 'file_descriptor_shuffle_unittest.cc', |
| 769 'files/dir_reader_posix_unittest.cc', | 774 'files/dir_reader_posix_unittest.cc', |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1553 'dependencies': [ | 1558 'dependencies': [ |
| 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1555 ], | 1560 ], |
| 1556 }], | 1561 }], |
| 1557 ], | 1562 ], |
| 1558 }, | 1563 }, |
| 1559 ], | 1564 ], |
| 1560 }], | 1565 }], |
| 1561 ], | 1566 ], |
| 1562 } | 1567 } |
| OLD | NEW |