| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2117 ], | 2117 ], |
| 2118 }], | 2118 }], |
| 2119 ['OS=="win"', { | 2119 ['OS=="win"', { |
| 2120 'defines': [ | 2120 'defines': [ |
| 2121 '__STD_C', | 2121 '__STD_C', |
| 2122 '_CRT_SECURE_NO_DEPRECATE', | 2122 '_CRT_SECURE_NO_DEPRECATE', |
| 2123 '_SCL_SECURE_NO_DEPRECATE', | 2123 '_SCL_SECURE_NO_DEPRECATE', |
| 2124 ], | 2124 ], |
| 2125 'include_dirs': [ | 2125 'include_dirs': [ |
| 2126 'third_party/wtl/include', | 2126 'third_party/wtl/include', |
| 2127 '../third_party/cld', | |
| 2128 ], | 2127 ], |
| 2129 'dependencies': [ | 2128 'dependencies': [ |
| 2130 '../gears/gears.gyp:gears', | 2129 '../gears/gears.gyp:gears', |
| 2131 '../google_update/google_update.gyp:google_update', | 2130 '../google_update/google_update.gyp:google_update', |
| 2132 '../third_party/cld/cld.gyp:cld', | |
| 2133 '../views/views.gyp:views', | 2131 '../views/views.gyp:views', |
| 2134 'installer/installer.gyp:installer_util', | 2132 'installer/installer.gyp:installer_util', |
| 2135 '<(allocator_target)', | 2133 '<(allocator_target)', |
| 2136 ], | 2134 ], |
| 2137 'export_dependent_settings': [ | 2135 'export_dependent_settings': [ |
| 2138 '../views/views.gyp:views', | 2136 '../views/views.gyp:views', |
| 2139 ], | 2137 ], |
| 2140 'sources': [ | 2138 'sources': [ |
| 2141 'browser/net/ssl_config_service_manager_system.cc', | 2139 'browser/net/ssl_config_service_manager_system.cc', |
| 2142 # Using built-in rule in vstudio for midl. | 2140 # Using built-in rule in vstudio for midl. |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2528 ], | 2526 ], |
| 2529 }, | 2527 }, |
| 2530 ], | 2528 ], |
| 2531 } | 2529 } |
| 2532 | 2530 |
| 2533 # Local Variables: | 2531 # Local Variables: |
| 2534 # tab-width:2 | 2532 # tab-width:2 |
| 2535 # indent-tabs-mode:nil | 2533 # indent-tabs-mode:nil |
| 2536 # End: | 2534 # End: |
| 2537 # vim: set expandtab tabstop=2 shiftwidth=2: | 2535 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |