| 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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 ['win_use_allocator_shim==1', { | 785 ['win_use_allocator_shim==1', { |
| 786 'dependencies': [ | 786 'dependencies': [ |
| 787 'allocator/allocator.gyp:allocator', | 787 'allocator/allocator.gyp:allocator', |
| 788 ], | 788 ], |
| 789 }], | 789 }], |
| 790 ], | 790 ], |
| 791 }, { # OS != "win" | 791 }, { # OS != "win" |
| 792 'dependencies': [ | 792 'dependencies': [ |
| 793 '../third_party/libevent/libevent.gyp:libevent' | 793 '../third_party/libevent/libevent.gyp:libevent' |
| 794 ], | 794 ], |
| 795 'sources/': [ | |
| 796 ['exclude', '^win/'], | |
| 797 ], | |
| 798 'sources!': [ | |
| 799 'win/win_util_unittest.cc', | |
| 800 ], | |
| 801 }], | 795 }], |
| 802 ['use_aura==1 and use_x11==1', { | 796 ['use_aura==1 and use_x11==1', { |
| 803 'sources': [ | 797 'sources': [ |
| 804 'x11/edid_parser_x11_unittest.cc', | 798 'x11/edid_parser_x11_unittest.cc', |
| 805 ], | 799 ], |
| 806 }], | 800 }], |
| 807 ['use_system_nspr==1', { | 801 ['use_system_nspr==1', { |
| 808 'dependencies': [ | 802 'dependencies': [ |
| 809 'third_party/nspr/nspr.gyp:nspr', | 803 'third_party/nspr/nspr.gyp:nspr', |
| 810 ], | 804 ], |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1422 'base_unittests.isolate', | 1416 'base_unittests.isolate', |
| 1423 ], | 1417 ], |
| 1424 'sources': [ | 1418 'sources': [ |
| 1425 'base_unittests.isolate', | 1419 'base_unittests.isolate', |
| 1426 ], | 1420 ], |
| 1427 }, | 1421 }, |
| 1428 ], | 1422 ], |
| 1429 }], | 1423 }], |
| 1430 ], | 1424 ], |
| 1431 } | 1425 } |
| OLD | NEW |