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 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2872 ], | 2872 ], |
2873 'dependencies': [ | 2873 'dependencies': [ |
2874 'installer_util_strings', | 2874 'installer_util_strings', |
2875 '../google_update/google_update.gyp:google_update', | 2875 '../google_update/google_update.gyp:google_update', |
2876 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2876 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2877 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2877 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2878 '../ui/views/controls/webview/webview.gyp:webview', | 2878 '../ui/views/controls/webview/webview.gyp:webview', |
2879 '../ui/views/views.gyp:views', | 2879 '../ui/views/views.gyp:views', |
2880 '../win8/win8.gyp:win8_util', | 2880 '../win8/win8.gyp:win8_util', |
2881 ], | 2881 ], |
2882 'direct_dependent_settings': { | |
2883 'msvs_settings': { | |
2884 'VCLinkerTool': { | |
2885 'DelayLoadDLLs': [ | |
2886 'propsys.dll', | |
2887 ], | |
2888 }, | |
2889 }, | |
2890 }, | |
2891 'export_dependent_settings': [ | 2882 'export_dependent_settings': [ |
2892 '../ui/views/controls/webview/webview.gyp:webview', | 2883 '../ui/views/controls/webview/webview.gyp:webview', |
2893 '../ui/views/views.gyp:views', | 2884 '../ui/views/views.gyp:views', |
2894 ], | 2885 ], |
2895 'sources': [ | 2886 'sources': [ |
2896 # Using built-in rule in vstudio for midl. | 2887 # Using built-in rule in vstudio for midl. |
2897 'browser/history/history_indexer.idl', | 2888 'browser/history/history_indexer.idl', |
2898 ], | 2889 ], |
2899 'sources!': [ | 2890 'sources!': [ |
2900 'browser/history/history_publisher_none.cc', | 2891 'browser/history/history_publisher_none.cc', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 'variables': { | 3119 'variables': { |
3129 'jni_gen_dir': 'chrome', | 3120 'jni_gen_dir': 'chrome', |
3130 }, | 3121 }, |
3131 'includes': [ '../build/jni_generator.gypi' ], | 3122 'includes': [ '../build/jni_generator.gypi' ], |
3132 }, | 3123 }, |
3133 ], | 3124 ], |
3134 }, | 3125 }, |
3135 ], | 3126 ], |
3136 ], | 3127 ], |
3137 } | 3128 } |
OLD | NEW |