OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 'dependencies': [ | 1062 'dependencies': [ |
1063 '../build/linux/system.gyp:gtk', | 1063 '../build/linux/system.gyp:gtk', |
1064 '../sandbox/sandbox.gyp:sandbox', | 1064 '../sandbox/sandbox.gyp:sandbox', |
1065 ], | 1065 ], |
1066 }], | 1066 }], |
1067 # Windows-specific rules. | 1067 # Windows-specific rules. |
1068 ['OS=="win"', { | 1068 ['OS=="win"', { |
1069 'include_dirs': [ | 1069 'include_dirs': [ |
1070 'third_party/wtl/include', | 1070 'third_party/wtl/include', |
1071 ], | 1071 ], |
1072 'dependencies': [ | 1072 'conditions': [ |
1073 '<(allocator_target)', | 1073 ['win_use_allocator_shim==1', { |
| 1074 'dependencies': [ |
| 1075 '<(allocator_target)', |
| 1076 ], |
| 1077 'export_dependent_settings': [ |
| 1078 '<(allocator_target)', |
| 1079 ], |
| 1080 }], |
1074 ], | 1081 ], |
1075 'export_dependent_settings': [ | 1082 }], |
1076 '<(allocator_target)', | |
1077 ], | |
1078 },], | |
1079 ], | 1083 ], |
1080 }, | 1084 }, |
1081 { | 1085 { |
1082 'target_name': 'utility', | 1086 'target_name': 'utility', |
1083 'type': '<(library)', | 1087 'type': '<(library)', |
1084 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', | 1088 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', |
1085 'dependencies': [ | 1089 'dependencies': [ |
1086 '../base/base.gyp:base', | 1090 '../base/base.gyp:base', |
1087 '../skia/skia.gyp:skia', | 1091 '../skia/skia.gyp:skia', |
1088 ], | 1092 ], |
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2741 { 'targets': [ | 2745 { 'targets': [ |
2742 { | 2746 { |
2743 # TODO(sgk): remove this when we change the buildbots to | 2747 # TODO(sgk): remove this when we change the buildbots to |
2744 # use the generated build\all.sln file to build the world. | 2748 # use the generated build\all.sln file to build the world. |
2745 'target_name': 'pull_in_all', | 2749 'target_name': 'pull_in_all', |
2746 'type': 'none', | 2750 'type': 'none', |
2747 'dependencies': [ | 2751 'dependencies': [ |
2748 'installer/mini_installer.gyp:*', | 2752 'installer/mini_installer.gyp:*', |
2749 'installer/installer.gyp:*', | 2753 'installer/installer.gyp:*', |
2750 '../app/app.gyp:*', | 2754 '../app/app.gyp:*', |
2751 '../base/allocator/allocator.gyp:*', | |
2752 '../base/base.gyp:*', | 2755 '../base/base.gyp:*', |
2753 '../ipc/ipc.gyp:*', | 2756 '../ipc/ipc.gyp:*', |
2754 '../media/media.gyp:*', | 2757 '../media/media.gyp:*', |
2755 '../net/net.gyp:*', | 2758 '../net/net.gyp:*', |
2756 '../printing/printing.gyp:*', | 2759 '../printing/printing.gyp:*', |
2757 '../rlz/rlz.gyp:*', | 2760 '../rlz/rlz.gyp:*', |
2758 '../sdch/sdch.gyp:*', | 2761 '../sdch/sdch.gyp:*', |
2759 '../skia/skia.gyp:*', | 2762 '../skia/skia.gyp:*', |
2760 '../testing/gmock.gyp:*', | 2763 '../testing/gmock.gyp:*', |
2761 '../testing/gtest.gyp:*', | 2764 '../testing/gtest.gyp:*', |
(...skipping 19 matching lines...) Expand all Loading... |
2781 | 2784 |
2782 '../breakpad/breakpad.gyp:*', | 2785 '../breakpad/breakpad.gyp:*', |
2783 '../courgette/courgette.gyp:*', | 2786 '../courgette/courgette.gyp:*', |
2784 '../gears/gears.gyp:*', | 2787 '../gears/gears.gyp:*', |
2785 '../rlz/rlz.gyp:*', | 2788 '../rlz/rlz.gyp:*', |
2786 '../sandbox/sandbox.gyp:*', | 2789 '../sandbox/sandbox.gyp:*', |
2787 '../tools/memory_watcher/memory_watcher.gyp:*', | 2790 '../tools/memory_watcher/memory_watcher.gyp:*', |
2788 '../v8/tools/gyp/v8.gyp:v8_shell', | 2791 '../v8/tools/gyp/v8.gyp:v8_shell', |
2789 ], | 2792 ], |
2790 'conditions': [ | 2793 'conditions': [ |
| 2794 ['win_use_allocator_shim==1', { |
| 2795 'dependencies': [ |
| 2796 '../base/allocator/allocator.gyp:*', |
| 2797 ], |
| 2798 }], |
2791 ['chrome_frame_define==1', { | 2799 ['chrome_frame_define==1', { |
2792 'dependencies': [ | 2800 'dependencies': [ |
2793 '../chrome_frame/chrome_frame.gyp:*', | 2801 '../chrome_frame/chrome_frame.gyp:*', |
2794 ], | 2802 ], |
2795 }], | 2803 }], |
2796 ], | 2804 ], |
2797 }, | 2805 }, |
2798 { | 2806 { |
2799 'target_name': 'chrome_dll_version', | 2807 'target_name': 'chrome_dll_version', |
2800 'type': 'none', | 2808 'type': 'none', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2915 ], | 2923 ], |
2916 'include_dirs': [ | 2924 'include_dirs': [ |
2917 '..', | 2925 '..', |
2918 ], | 2926 ], |
2919 'sources': [ | 2927 'sources': [ |
2920 'tools/profiles/generate_profile.cc', | 2928 'tools/profiles/generate_profile.cc', |
2921 'tools/profiles/thumbnail-inl.h', | 2929 'tools/profiles/thumbnail-inl.h', |
2922 ], | 2930 ], |
2923 'conditions': [ | 2931 'conditions': [ |
2924 ['OS=="win"', { | 2932 ['OS=="win"', { |
2925 'dependencies': [ | 2933 'conditions': [ |
2926 '<(allocator_target)', | 2934 ['win_use_allocator_shim==1', { |
| 2935 'dependencies': [ |
| 2936 '<(allocator_target)', |
| 2937 ], |
| 2938 }], |
2927 ], | 2939 ], |
2928 'configurations': { | 2940 'configurations': { |
2929 'Debug': { | 2941 'Debug': { |
2930 'msvs_settings': { | 2942 'msvs_settings': { |
2931 'VCLinkerTool': { | 2943 'VCLinkerTool': { |
2932 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2944 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2933 }, | 2945 }, |
2934 }, | 2946 }, |
2935 }, | 2947 }, |
2936 }, | 2948 }, |
2937 }], | 2949 }], |
2938 ], | 2950 ], |
2939 }, | 2951 }, |
2940 ]}, # 'targets' | 2952 ]}, # 'targets' |
2941 ], # OS=="win" | 2953 ], # OS=="win" |
2942 ], # 'conditions' | 2954 ], # 'conditions' |
2943 } | 2955 } |
2944 | 2956 |
2945 # Local Variables: | 2957 # Local Variables: |
2946 # tab-width:2 | 2958 # tab-width:2 |
2947 # indent-tabs-mode:nil | 2959 # indent-tabs-mode:nil |
2948 # End: | 2960 # End: |
2949 # vim: set expandtab tabstop=2 shiftwidth=2: | 2961 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |