OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2876 ], | 2876 ], |
2877 'dependencies': [ | 2877 'dependencies': [ |
2878 'installer_util_strings', | 2878 'installer_util_strings', |
2879 '../google_update/google_update.gyp:google_update', | 2879 '../google_update/google_update.gyp:google_update', |
2880 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2880 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2881 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2881 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2882 '../ui/views/controls/webview/webview.gyp:webview', | 2882 '../ui/views/controls/webview/webview.gyp:webview', |
2883 '../ui/views/views.gyp:views', | 2883 '../ui/views/views.gyp:views', |
2884 '../win8/win8.gyp:win8_util', | 2884 '../win8/win8.gyp:win8_util', |
2885 ], | 2885 ], |
2886 'direct_dependent_settings': { | |
2887 'msvs_settings': { | |
2888 'VCLinkerTool': { | |
2889 'DelayLoadDLLs': [ | |
2890 'propsys.dll', | |
2891 ], | |
2892 }, | |
2893 }, | |
2894 }, | |
2895 'export_dependent_settings': [ | 2886 'export_dependent_settings': [ |
2896 '../ui/views/controls/webview/webview.gyp:webview', | 2887 '../ui/views/controls/webview/webview.gyp:webview', |
2897 '../ui/views/views.gyp:views', | 2888 '../ui/views/views.gyp:views', |
2898 ], | 2889 ], |
2899 'sources': [ | 2890 'sources': [ |
2900 # Using built-in rule in vstudio for midl. | 2891 # Using built-in rule in vstudio for midl. |
2901 'browser/history/history_indexer.idl', | 2892 'browser/history/history_indexer.idl', |
2902 ], | 2893 ], |
2903 'sources!': [ | 2894 'sources!': [ |
2904 'browser/history/history_publisher_none.cc', | 2895 'browser/history/history_publisher_none.cc', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3122 'variables': { | 3113 'variables': { |
3123 'jni_gen_dir': 'chrome', | 3114 'jni_gen_dir': 'chrome', |
3124 }, | 3115 }, |
3125 'includes': [ '../build/jni_generator.gypi' ], | 3116 'includes': [ '../build/jni_generator.gypi' ], |
3126 }, | 3117 }, |
3127 ], | 3118 ], |
3128 }, | 3119 }, |
3129 ], | 3120 ], |
3130 ], | 3121 ], |
3131 } | 3122 } |
OLD | NEW |