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 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2888 ], | 2888 ], |
2889 'dependencies': [ | 2889 'dependencies': [ |
2890 'installer_util_strings', | 2890 'installer_util_strings', |
2891 '../google_update/google_update.gyp:google_update', | 2891 '../google_update/google_update.gyp:google_update', |
2892 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2892 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2893 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2893 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2894 '../ui/views/controls/webview/webview.gyp:webview', | 2894 '../ui/views/controls/webview/webview.gyp:webview', |
2895 '../ui/views/views.gyp:views', | 2895 '../ui/views/views.gyp:views', |
2896 '../win8/win8.gyp:win8_util', | 2896 '../win8/win8.gyp:win8_util', |
2897 ], | 2897 ], |
| 2898 'direct_dependent_settings': { |
| 2899 'msvs_settings': { |
| 2900 'VCLinkerTool': { |
| 2901 'DelayLoadDLLs': [ |
| 2902 'propsys.dll', |
| 2903 ], |
| 2904 }, |
| 2905 }, |
| 2906 }, |
2898 'export_dependent_settings': [ | 2907 'export_dependent_settings': [ |
2899 '../ui/views/controls/webview/webview.gyp:webview', | 2908 '../ui/views/controls/webview/webview.gyp:webview', |
2900 '../ui/views/views.gyp:views', | 2909 '../ui/views/views.gyp:views', |
2901 ], | 2910 ], |
2902 'sources': [ | 2911 'sources': [ |
2903 # Using built-in rule in vstudio for midl. | 2912 # Using built-in rule in vstudio for midl. |
2904 'browser/history/history_indexer.idl', | 2913 'browser/history/history_indexer.idl', |
2905 ], | 2914 ], |
2906 'sources!': [ | 2915 'sources!': [ |
2907 'browser/history/history_publisher_none.cc', | 2916 'browser/history/history_publisher_none.cc', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3157 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3166 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3158 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3167 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3159 }, | 3168 }, |
3160 'includes': ['../build/protoc.gypi'], | 3169 'includes': ['../build/protoc.gypi'], |
3161 }, | 3170 }, |
3162 ], | 3171 ], |
3163 }, | 3172 }, |
3164 ], | 3173 ], |
3165 ], | 3174 ], |
3166 } | 3175 } |
OLD | NEW |