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', |
2127 ], | 2128 ], |
2128 'dependencies': [ | 2129 'dependencies': [ |
2129 '../gears/gears.gyp:gears', | 2130 '../gears/gears.gyp:gears', |
2130 '../google_update/google_update.gyp:google_update', | 2131 '../google_update/google_update.gyp:google_update', |
| 2132 '../third_party/cld/cld.gyp:cld', |
2131 '../views/views.gyp:views', | 2133 '../views/views.gyp:views', |
2132 'installer/installer.gyp:installer_util', | 2134 'installer/installer.gyp:installer_util', |
2133 '<(allocator_target)', | 2135 '<(allocator_target)', |
2134 ], | 2136 ], |
2135 'export_dependent_settings': [ | 2137 'export_dependent_settings': [ |
2136 '../views/views.gyp:views', | 2138 '../views/views.gyp:views', |
2137 ], | 2139 ], |
2138 'sources': [ | 2140 'sources': [ |
2139 'browser/net/ssl_config_service_manager_system.cc', | 2141 'browser/net/ssl_config_service_manager_system.cc', |
2140 # Using built-in rule in vstudio for midl. | 2142 # Using built-in rule in vstudio for midl. |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2526 ], | 2528 ], |
2527 }, | 2529 }, |
2528 ], | 2530 ], |
2529 } | 2531 } |
2530 | 2532 |
2531 # Local Variables: | 2533 # Local Variables: |
2532 # tab-width:2 | 2534 # tab-width:2 |
2533 # indent-tabs-mode:nil | 2535 # indent-tabs-mode:nil |
2534 # End: | 2536 # End: |
2535 # vim: set expandtab tabstop=2 shiftwidth=2: | 2537 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |