| 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'dependencies': [ | 682 'dependencies': [ |
| 683 'base', | 683 'base', |
| 684 'base_i18n', | 684 'base_i18n', |
| 685 'base_message_loop_tests', | 685 'base_message_loop_tests', |
| 686 'base_prefs', | 686 'base_prefs', |
| 687 'base_prefs_test_support', | 687 'base_prefs_test_support', |
| 688 'base_static', | 688 'base_static', |
| 689 'run_all_unittests', | 689 'run_all_unittests', |
| 690 'test_support_base', | 690 'test_support_base', |
| 691 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 691 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 692 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest', |
| 692 '../testing/gmock.gyp:gmock', | 693 '../testing/gmock.gyp:gmock', |
| 693 '../testing/gtest.gyp:gtest', | 694 '../testing/gtest.gyp:gtest', |
| 694 '../third_party/icu/icu.gyp:icui18n', | 695 '../third_party/icu/icu.gyp:icui18n', |
| 695 '../third_party/icu/icu.gyp:icuuc', | 696 '../third_party/icu/icu.gyp:icuuc', |
| 696 ], | 697 ], |
| 697 'includes': ['../build/nocompile.gypi'], | 698 'includes': ['../build/nocompile.gypi'], |
| 698 'variables': { | 699 'variables': { |
| 699 # TODO(ajwong): Is there a way to autodetect this? | 700 # TODO(ajwong): Is there a way to autodetect this? |
| 700 'module_dir': 'base' | 701 'module_dir': 'base' |
| 701 }, | 702 }, |
| (...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1578 'dependencies': [ | 1579 'dependencies': [ |
| 1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1580 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1580 ], | 1581 ], |
| 1581 }], | 1582 }], |
| 1582 ], | 1583 ], |
| 1583 }, | 1584 }, |
| 1584 ], | 1585 ], |
| 1585 }], | 1586 }], |
| 1586 ], | 1587 ], |
| 1587 } | 1588 } |
| OLD | NEW |