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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'conditions': [ | 735 'conditions': [ |
736 [ 'toolkit_uses_gtk==1', { | 736 [ 'toolkit_uses_gtk==1', { |
737 'sources': [ | 737 'sources': [ |
738 'nix/xdg_util_unittest.cc', | 738 'nix/xdg_util_unittest.cc', |
739 ], | 739 ], |
740 'dependencies': [ | 740 'dependencies': [ |
741 '../build/linux/system.gyp:gtk', | 741 '../build/linux/system.gyp:gtk', |
742 ] | 742 ] |
743 }], | 743 }], |
744 ], | 744 ], |
745 'dependencies': [ | |
746 '../build/linux/system.gyp:ssl', | |
747 ], | |
748 }], | 745 }], |
749 ['use_x11 == 1', { | 746 ['use_x11 == 1', { |
750 'dependencies': [ | 747 'dependencies': [ |
751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
752 ], | 749 ], |
753 }], | 750 }], |
754 ['use_glib == 1', { | 751 ['use_glib == 1', { |
755 'dependencies': [ | 752 'dependencies': [ |
756 '../build/linux/system.gyp:glib', | 753 '../build/linux/system.gyp:glib', |
757 ], | 754 ], |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1458 'base_unittests.isolate', | 1455 'base_unittests.isolate', |
1459 ], | 1456 ], |
1460 'sources': [ | 1457 'sources': [ |
1461 'base_unittests.isolate', | 1458 'base_unittests.isolate', |
1462 ], | 1459 ], |
1463 }, | 1460 }, |
1464 ], | 1461 ], |
1465 }], | 1462 }], |
1466 ], | 1463 ], |
1467 } | 1464 } |
OLD | NEW |